aboutsummaryrefslogtreecommitdiffstats
path: root/apps/genrsa.c
Commit message (Expand)AuthorAgeFilesLines
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-5/+7
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+3
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-9/+2
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-311-0/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-11/+11
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-11/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-168/+82
* free NULL cleanupRich Salz2015-03-251-2/+1
* free NULL cleanupRich Salz2015-03-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-248/+263
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-5/+0
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Update apps for bn opaque changeMatt Caswell2014-12-081-18/+18
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* Change default bits to 1024Dr. Stephen Henson2013-01-071-1/+1
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-0/+6
* use supplied ENGINE in genrsaDr. Stephen Henson2010-03-011-1/+4
* Update from 1.0.0-stableDr. Stephen Henson2009-04-061-2/+6
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+8
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+12
* makeNils Larsch2005-07-161-0/+1
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-6/+8
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-5/+10
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe2002-12-081-0/+6
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add AES support in the applications that support -des and -des3.Richard Levitte2002-02-201-0/+12
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+1
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte2001-06-191-1/+7
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+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-5/+5
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+29
* 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-12/+2
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-2/+12
* Accept -F4 option in lower case, which is what the usage informationBodo Möller2000-06-081-1/+1