summaryrefslogtreecommitdiffstats
path: root/apps/dhparam.c
AgeCommit message (Expand)Author
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2012-11-21PR: 2908Dr. Stephen Henson
2012-04-07transparently handle X9.42 DH parametersDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2009-04-23Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson
2005-07-16makeNils Larsch
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte
2000-06-07use consistent indentationBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-10Change to code generated by 'dhparam -C':Bodo Möller
2000-03-10another typoBodo Möller
2000-03-10typoBodo Möller
2000-03-03Avoid potential memory leak in code generated by 'openssl dhparam -C'.Bodo Möller
2000-03-03New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller
2000-03-01'rand'/'-rand' documentation.Bodo Möller
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-22dh renamed to dhparamUlf Möller
2000-01-22Add new program dhparam and update docs.Dr. Stephen Henson