]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkeyutl.c
Don't downgrade keys in libssl
[thirdparty/openssl.git] / apps / pkeyutl.c
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-15  Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-07  Paulicmdline app: add provider commandline options.
2020-02-13  Shane LontisFix coverity issues
2019-11-07  Rich SalzAdd "sections" to -help output
2019-08-30  Matt CaswellFix pkeyutl -verifyrecover
2019-04-08  Shane Lontiscoverity resource leak fixes in apps/pkeyutl
2019-03-19  Richard LevitteFix no-posix-io
2019-03-14  Matt CaswellEnable pkeyutl to use Ed448 and Ed25519
2019-03-01  Matt CaswellFix no-ec, no-sm2 and no-sm3
2019-02-27  Paul YangSupport raw input data in apps/pkeyutl
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-18  Johannes BauerAdd option to read pkeyopts interactively
2018-05-24  Matt CaswellAdd a sanity check on the length of pkeyutl inputs
2018-03-20  Johannes BauerMake pkeyutl a bit more user-friendly
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-08-03  Dr. Stephen HensonAllow use of long name for KDFs
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
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-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-04  FdaSilvaYYGH932: Add more help messages to some apps options.
2016-03-03  Dr. Stephen HensonAdd KDF support to pkeyutl. Update documentation.
2016-03-01  Dr. Stephen HensonFix -pkeyopt and fix error check.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-20  Kurt Roeckxargv was set but unused
2016-02-08  Rich Salzmore doc fixes
2016-02-04  MouseFix pkeyutl inability to directly access keys on hardwa...
2016-02-03  Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
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-07-31  Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-05-29  Richard LevitteRestore module loading
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich SalzIn apps, malloc or die
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-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2010-11-11  Dr. Stephen HensonPR: 2366
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2006-08-20  Richard LevitteCorrect warnings about signedness.
2006-07-21  Dr. Stephen HensonAvoid WIN32 warning.
2006-07-21  Dr. Stephen HensonAvoid warnings.
2006-05-26  Dr. Stephen HensonFix warnings.
2006-05-26  Dr. Stephen HensonUpdate pkeyutl to use size_t for pkey functions.
2006-05-25  Richard LevitteSigned vs. unsigned conflict
2006-04-26  Dr. Stephen HensonFix usage message for pkeyutl.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13  Dr. Stephen HensonComplete key derivation support.
2006-04-13  Dr. Stephen HensonChange the option setting command line switch to "...
2006-04-11  Dr. Stephen HensonInitial keygen support.
2006-04-09  Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-09  Dr. Stephen HensonFix typo. Add EVP_PKEY_CTX control function for later...
2006-04-08  Dr. Stephen HensonReformat pkeyutl.c, add support for verify operation...
2006-04-08  Dr. Stephen HensonImplement encrypt/decrypt using RSA.
2006-04-07  Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...