Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / apps / genpkey.c
11 days ago Richard LevitteCopyright year updates
2024-01-16 Viktor DukhovniAdd missing genpkey -rand support
2023-09-24 Michael Baentschadding -outpubkey option to genpkey
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-07 Matt CaswellCopyright year updates
2023-02-23 slontisAdd help for pkeyopt values for the genpkey commandline...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-28 Philip PrindevilleAdd -verbose/-queit flags to dhparam
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
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-08-12 Pauligenpkey: -quiet doesn't take an argument
2021-06-16 Pauliapps: remove AEAD/mode checks that are now redundant
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-18 Rich SalzAdd -quiet flag to genpkey
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-11 Rich SalzFetch alg, etc., after loading providers
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Jon Spillettapps/genpkey.c: Use PEM_read_bio_Parameters_ex when...
2020-12-15 Rich SalzCheck non-option arguments
2020-11-25 Matt CaswellRemove deprecation warning suppression from genpkey
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-18 Shane LontisAdd error message to genpkey app for the '-genparam...
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16 Pauliapps: deprecate engines
2020-07-06 Nicola Tuveri[apps/genpkey] exit status should not be 0 on output...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-20 Kurt Roeckxargv was set but unused
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
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-06-02 Rich SalzStandardize handling of #ifdef'd options.
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-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2007-04-11 Dr. Stephen HensonNew -mac and -macopt options to dgst utility. Reimpleme...
2006-07-12 Dr. Stephen HensonIn genpkey, also look for algorithm string name in...
2006-07-10 Dr. Stephen HensonUpdate some usage messages.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-04-13 Dr. Stephen HensonChange the option setting command line switch to "...
2006-04-12 Dr. Stephen HensonSupport for DSA keygen, fix for genpkey.
2006-04-11 Dr. Stephen HensonFix parameter error messages.
2006-04-11 Dr. Stephen HensonWrite parameters if -genparam option include.
2006-04-11 Dr. Stephen HensonAdd parameter generation option to genpkey.
2006-04-11 Dr. Stephen HensonInitial keygen support.