Implement multi-process OCSP responder.
[openssl.git] / apps / pkeyutl.c
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...