]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkcs12.c
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
[thirdparty/openssl.git] / apps / pkcs12.c
2021-03-10  Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-09  Tomas Mrazapps/pkcs12: Allow continuing on absent mac
2021-03-09  Tomas Mrazapps/pkcs12: Detect missing PKCS12KDF support on import
2021-03-09  Tomas Mrazapps/pkcs12: Properly detect MAC setup failure
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Rich SalzFetch cipher after loading providers
2021-02-11  Rich SalzLoad rand state after loading providers
2020-12-15  Rich SalzCheck non-option arguments
2020-12-03  Dr. David von Oheimbapps/pkcs12.c: Improve user guidance, re-ordering no...
2020-12-01  Dr. David von Oheimbapps/pkcs12.c: Correct default legacy algs and make...
2020-11-19  Dr. David von Oheimbapps/pkcs12: Clean up the order in which many options...
2020-11-19  Dr. David von Oheimbapps/pkcs12: Really do not perform MAC in case -nomac
2020-11-19  Dr. David von Oheimbapps/pkcs12: Do not prompt for password in case -nomac...
2020-11-19  David von OheimbMinor cleanup of error output for various apps
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in pkcs12.h
2020-09-13  Matt CaswellFix safestack issues in pkcs7.h
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-12  Shane LontisFix coverity issue: CID 1466479 - Resource leak in...
2020-08-27  Dr. David von Oheimbapps/pkcs12.c: Add -untrusted option
2020-08-20  Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-06  Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06  Sahana Prasadapps/pkcs12: Change defaults from RC2 to PBES2 with...
2020-07-28  Dr. David von OheimbDeprecate -nodes in favor of -noenc in pkcs12 and req app
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-10  Rich SalzDon't compile commands if disabled
2020-03-07  Paulicmdline app: add provider commandline options.
2020-02-04  Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-02  Ibrahim M. GhazalAdd -iter option to pkcs12 command
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-17  Jon Spillettapps/pkcs12: print multiple PKCS#12 safeBag attribute...
2019-07-02  Antoine CœurFix Typos
2019-01-30  Matt CaswellComplain if -twopass is used incorrectly
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-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
next