aboutsummaryrefslogtreecommitdiff
path: root/apps/dhparam.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-2/+2
2016-06-01Add dhparam sanity check and update DH_check documentationMatt Caswell1-5/+20
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+6
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-1/+1
2016-04-09Make DH opaqueMatt Caswell1-13/+23
2016-03-21Fix no-dsaMatt Caswell1-1/+6
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-9/+5
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-3/+3
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-1/+1
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-3/+3
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-04-30In apps, malloc or dieRich Salz1-5/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-7/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-219/+132
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-443/+423
2015-01-12RT3548: Remove unsupported platformsRich Salz1-2/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2014-12-08Update apps for bn opaque changeMatt Caswell1-6/+17
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-2/+2
2012-11-21PR: 2908Dr. Stephen Henson1-1/+0
2011-12-07transparently handle X9.42 DH parametersDr. Stephen Henson1-1/+6
2010-06-12Fix warnings.Ben Laurie1-4/+1
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson1-0/+6
2005-07-16makeNils Larsch1-0/+1
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe1-10/+14
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-1/+12
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-03-06ENGINE module additions.Dr. Stephen Henson1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-8/+8
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+27
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-1/+9
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-14/+3
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte1-3/+14
2000-06-07use consistent indentationBodo Möller1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-3/+3
2000-03-10Change to code generated by 'dhparam -C':Bodo Möller1-7/+11
2000-03-10another typoBodo Möller1-1/+1
2000-03-10typoBodo Möller1-1/+1
2000-03-03Avoid potential memory leak in code generated by 'openssl dhparam -C'.Bodo Möller1-1/+1