]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkcs8.c
Documentation updates in light of the KDF conversion
[thirdparty/openssl.git] / apps / pkcs8.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-03-07  PauliIncrease the password buffer size to APP_PASS_LEN.
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-09-20  FdaSilvaYYFix various missing option help messages ...
2016-05-23  Dr. Stephen HensonSupport for traditional format private keys.
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-11  Dr. Stephen HensonUpdate pkcs8 defaults.
2016-04-21  Matt CaswellAdd missing return value check in pkcs8 app
2016-03-31  Richard LevitteFix "no-ui" configuration
2016-03-07  Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-05  Dr. Stephen Hensonuse saner default parameters for scrypt
2016-02-20  Kurt Roeckxargv was set but unused
2016-01-12  Rich SalzRT4227: Range-check in apps.
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-05  Richard LevitteChange the way apps open their input and output files
2015-09-05  Richard LevitteMake the handling of output and input formats consistent
2015-09-04  Rich SalzRT3998: Allow scrypt to be disabled
2015-06-15  Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-30  Dr. Stephen Hensonfix warning
2015-05-29  Richard LevitteRestore module loading
2015-05-26  Dr. Stephen Hensonscrypt in pkcs8 util
2015-05-26  Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree null cleanup finale
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-06-17  Matt CaswellTidied up, added include to stdlib, removed "goto bad...
2014-06-17  rfkrocktkConform to whitespace conventions
2014-06-17  Naftuli Tzvi KayAdded custom PBKDF2 iteration count to PKCS8 tool.
2014-03-01  Dr. Stephen HensonPKCS#8 support for alternative PRFs.
2010-01-22  Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
2009-09-11  Dr. Stephen HensonPR: 2038
2009-02-12  Dr. Stephen HensonReturn correct exit code.
2009-02-12  Dr. Stephen HensonAvoid leaks in pkcs8 app, tidy code up.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2004-06-24  Dr. Stephen HensonReformat pkcs8 source.
2003-06-25  Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2003-04-03  Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-23  Richard LevitteSignal an error if the entered output password didn...
2002-10-14  Richard Levittemakedepend complains when a header file is included...
2002-08-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-03-14  Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-25  Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-18  Richard LevitteProvide an application-common setup function for engine...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-31  Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-22  Dr. Stephen HensonMake pkcs8 work again.
2000-02-16  Dr. Stephen HensonPass phrase reorganisation.
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-08  Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-05  Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-04  Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-01-01  Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-23  Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-07-28  Ulf MöllerVMS updates.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-08  Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-05  Dr. Stephen HensonMore PKCS#8 stuff. Support for unencrypted forms of...
1999-06-05  Dr. Stephen HensonAdd d2i,i2d bio and fp functions for PKCS#8 and add...
1999-06-05  Dr. Stephen HensonAdd a 'pkcs8' application for initial PKCS#8 support...