aboutsummaryrefslogtreecommitdiff
path: root/apps/genrsa.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-01genrsa: introduce -verbose option to enable outputPhilip Prindeville1-4/+14
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt1-0/+5
2018-02-28Fix the type of -out optionPaul Yang1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang1-5/+12
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-21Check # of arguments for remaining commands.Rich Salz1-3/+9
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-17/+7
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-04-06Make the RSA structure opaqueRichard Levitte1-5/+7
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-7/+3
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz1-9/+2
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-2/+2
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-1/+1
2015-07-31RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg1-0/+1
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-11/+11
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-11/+3
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-168/+82
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-248/+263
2015-01-12RT3548: Remove unsupported platformsRich Salz1-2/+2
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell1-5/+0
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2014-12-08Update apps for bn opaque changeMatt Caswell1-18/+18
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-1/+1
2013-01-07Change default bits to 1024Dr. Stephen Henson1-1/+1
2011-04-23Make sure overrides work for RSA/DSA.Dr. Stephen Henson1-0/+6
2010-03-01use supplied ENGINE in genrsaDr. Stephen Henson1-1/+4
2009-04-06Update from 1.0.0-stableDr. Stephen Henson1-2/+6
2007-04-23Add SEED encryption algorithm.Bodo Möller1-0/+8
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-0/+12
2005-07-16makeNils Larsch1-0/+1
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe1-6/+8
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe1-5/+10
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+10
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe1-0/+6
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-20Add AES support in the applications that support -des and -des3.Richard Levitte1-0/+12