]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkcs12.c
Check that the subject name in a proxy cert complies to RFC 3820
[thirdparty/openssl.git] / apps / pkcs12.c
2016-01-05  Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-09-12  Dr. Stephen HensonCheck for FIPS mode after loading config.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-10-19  Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-05-30  Dr. Stephen HensonDon't use RC2 with PKCS#12 files in FIPS mode.
2011-03-13  Dr. Stephen HensonPR: 2469
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-07-27  Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-06-17  Dr. Stephen HensonUpdate from HEAD.
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-06-26  Dr. Stephen HensonUpdate from stable branch.
2008-06-04  Ben LaurieMore type-checking.
2007-09-07  Dr. Stephen HensonFix another warning.
2007-04-23  Bodo MöllerAdd SEED encryption algorithm.
2006-12-27  Nils Larschfix return value of get_cert_chain()
2006-12-21  Nils Larschupdate pkcs12 help message + manpage
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-05-26  Dr. Stephen HensonFix warnings.
2006-05-17  Dr. Stephen HensonNew option to pkcs12 utility to set alternative MAC...
2006-05-17  Dr. Stephen HensonDon't try to print PBE information if it can't be decoded.
2006-05-15  Dr. Stephen HensonBugfix: the NONE string for PBE algorithms wasn't working.
2005-05-31  Nils Larschinclude opensslconf.h if OPENSSL_NO_* is used
2005-05-15  Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-04-05  Nils Larschsome const fixes
2004-11-23  Dr. Stephen HensonTypo.
2004-11-23  Dr. Stephen HensonFix memory leak.
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-04-03  Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-02-10  Dr. Stephen HensonTypo.
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13  Richard LevitteThis didn't get to the 0.9.8-dev thread...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-03  Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-08-22  Dr. Stephen HensonFix crahses and leaks in pkcs12 utility -chain option
2002-08-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-04-25  Richard LevittePotential memory leak removed. Notified by <threaded...
2002-02-26  Dr. Stephen HensonFix new -aes command argument handling
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-20  Richard LevitteAdd AES support in the applications that support -des...
2001-12-12  Richard LevitteChange pkcs12 so the certificates coming from -in do...
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
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-06-11  Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
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-09-19  Dr. Stephen HensonFix a typo in apps/pkcs12.c which was using the wrong...
2000-09-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-08-21  Dr. Stephen HensonVarious fixes...
2000-08-11  Richard LevitteMemory leaks fix. It now looks like all memory leaks...
2000-08-11  Richard LevitteMemory leaks fix. There seems to be more in other...
2000-08-11  Richard LevitteThe pkcs12 had no way of getting a CA file or path...
2000-06-28  Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28  Richard LevitteMake it possible for users of the openssl applications...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-16  Ben LaurieTypesafety Thought Police part 3.
2000-05-16  Ben LaurieTypesafety Thought Police Part 2.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-03-01  Bodo Möller'rand'/'-rand' documentation.
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-16  Dr. Stephen HensonPass phrase reorganisation.
2000-02-12  Dr. Stephen HensonMake pkcs12 and smime applications seed random number
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-03  Ulf Möllerispell (and minor modifications)
2000-01-13  Bodo MöllerUse CRYPTO_push_info to find a memory leak in pkcs12.c.
2000-01-09  Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08  Dr. Stephen HensonAdd PKCS#12 manpage and use MAC iteration counts by...
1999-12-23  Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-12  Dr. Stephen HensonMerge some common functionality in the apps, delete
1999-10-05  Dr. Stephen HensonFix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-08-02  Bodo Mölleravoid some NO_<cipher> problems
1999-07-29  Dr. Stephen HensonTidy up pkcs12 application.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-05-27  Dr. Stephen HensonFree up 'out' before exiting pkcs12 application.
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18  Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-05-16  Dr. Stephen HensonOops! Get the pmatch test the right way round.
1999-05-16  Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16  Bodo MöllerMarked probable bug, pointed out by Anonymous.
1999-05-10  Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-08  Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-02  Ben LaurieYet another stack.
1999-04-27  Ulf MöllerUpdate NO_* macros.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
next