]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkcs8.c
rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.
[thirdparty/openssl.git] / apps / pkcs8.c
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2016-10-20  Richard Levitteapps: make setup_engine() and release_engine() availabl...
2016-10-20  Richard LevitteIf an engine comes up explicitely, it must also come...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-03-01  Dr. Stephen HensonPKCS#8 support for alternative PRFs.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-01-22  Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
2009-09-11  Dr. Stephen HensonPR: 2038
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
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...