INSTALL,NOTES.WIN: classify no-asm as non-production option.
[openssl.git] / apps / pkcs12.c
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-08-08 Johannes BauerFix building without scrypt
2017-07-26 Hubert Kariohandle scrypt PBKDF in PKCS#12 files info
2017-07-26 Hubert Karionicer formatting for MAC info
2017-07-26 Hubert Kariomore info about PKCS#12 structure MAC
2017-07-26 Hubert Kariopkcs12.c better formatting for unsupported params
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 Rich SalzUndo commit d420ac2
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-05-21 Rich Salz-inkey can be an identifier, not just a file
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-08-25 Dr. Stephen HensonSupport broken PKCS#12 key generation.
2016-08-22 Richard LevitteAvoid more compiler warnings for use of uninitialised...
2016-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Matt CaswellConvert PKCS8* functions to use const getters
2016-07-29 Dr. Stephen Hensonprint out MAC algorithm
2016-07-08 Dr. Stephen HensonSupport PKCS v2.0 print in pkcs12 utility.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-04 Richard LevitteCheck return of PEM_write_* functions and report possib...
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-18 Matt CaswellFix no-des
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-08 Dr. Stephen Hensonfix various formatting issues
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen HensonUse accessors in pkcs12 app.
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-07 Rodger CombsIncrease buffer size for passwords in pkcs12 CLI
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-28 Rich Salzfree NULL cleanup
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-03-13 Dr. Stephen HensonPR: 2469
2010-05-15 Dr. Stephen Hensonoops, revert test patch
2010-05-15 Dr. Stephen HensonPR: 2253
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-17 Dr. Stephen HensonRename asc2uni and uni2asc functions to avoid clashes.
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/.
next