aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dhparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* dh renamed to dhparamUlf Möller2000-01-221-1/+1
* Add new program dhparam and update docs.Dr. Stephen Henson2000-01-221-0/+366