aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dhparam.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Make DH opaqueMatt Caswell2016-04-091-13/+23
* Fix no-dsaMatt Caswell2016-03-211-1/+6
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-9/+5
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-3/+3
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-3/+3
* Restore module loadingRichard Levitte2015-05-291-0/+3
* In apps, malloc or dieRich Salz2015-04-301-5/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-7/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-219/+132
* free NULL cleanupRich Salz2015-03-251-4/+2
* free NULL cleanupRich Salz2015-03-241-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-443/+423
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Update apps for bn opaque changeMatt Caswell2014-12-081-6/+17
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-2/+2
* PR: 2908Dr. Stephen Henson2012-11-211-1/+0
* transparently handle X9.42 DH parametersDr. Stephen Henson2011-12-071-1/+6
* Fix warnings.Ben Laurie2010-06-121-4/+1
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-0/+6
* makeNils Larsch2005-07-161-0/+1
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-10/+14
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+12
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* ENGINE module additions.Dr. Stephen Henson2002-03-061-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-8/+8
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+27
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+9
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-14/+3
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-3/+14
* use consistent indentationBodo Möller2000-06-071-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Change to code generated by 'dhparam -C':Bodo Möller2000-03-101-7/+11
* another typoBodo Möller2000-03-101-1/+1
* typoBodo Möller2000-03-101-1/+1
* Avoid potential memory leak in code generated by 'openssl dhparam -C'.Bodo Möller2000-03-031-1/+1
* New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller2000-03-031-20/+168
* 'rand'/'-rand' documentation.Bodo Möller2000-03-011-1/+1