Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / apps / pkey.c
2023-09-07 Matt CaswellCopyright year updates
2023-01-17 Tomas Mrazpkey: Imply public check if -pubin is specified
2022-05-03 Matt CaswellUpdate copyright year
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-10 Richard LevitteAPPS: Restore the possibility to combine -pubout with...
2021-05-21 Tomas Mrazapps: Cleanup useless bio_open_default() calls for...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-20 Rich SalzFetch and free cipher and md's
2021-02-22 Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2021-02-11 Rich SalzFetch cipher after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-11 Dr. David von Oheimbapps/pkey.c: Forther improve user guidance, also on...
2021-01-11 Dr. David von Oheimbapps/pkey.c: Re-order help output and option documentation
2021-01-11 Dr. David von Oheimbapps/pkey.c: Make clear that -passout is not supported...
2021-01-08 Nicola Tuveri[apps/pkey] Return error on failed `-[pub]check`
2020-12-15 Rich SalzCheck non-option arguments
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-21 Paulipkey: additional EC related options
2019-11-07 Rich SalzAdd "sections" to -help output
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-24 Dmitry BelyavskiyDo not ignore EVP_PKEY_print_public/EVP_PKEY_print_priv...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-09-13 Benjamin KadukFix typo in comment
2017-09-13 Paul YangSupport key check in EVP interface
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-01-08 Dr. Stephen Hensonprint errors in pkey utility
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-05-23 Dr. Stephen HensonSupport for traditional format private keys.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-12 Dr. Stephen HensonRestore support for ENGINE format keys in apps.
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2015-12-14 Viktor DukhovniAvoid erroneous "assert(private)" failures.
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-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-29 Richard LevitteRestore module loading
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 .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-28 Dr. Stephen HensonNew general public key utility 'pkey'.