summaryrefslogtreecommitdiffstats
path: root/apps/pkeyutl.c
AgeCommit message (Expand)Author
2016-03-03Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson
2016-03-01Fix -pkeyopt and fix error check.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2016-02-07more doc fixesRich Salz
2016-02-04Fix pkeyutl inability to directly access keys on hardware tokensMouse
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-07-31RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg
2015-05-29Restore module loadingRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-11-11PR: 2366Dr. Stephen Henson
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-08-20Correct warnings about signedness.Richard Levitte
2006-07-21Avoid WIN32 warning.Dr. Stephen Henson
2006-07-21Avoid warnings.Dr. Stephen Henson
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-26Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson
2006-05-25Signed vs. unsigned conflictRichard Levitte
2006-04-26Fix usage message for pkeyutl.Dr. Stephen Henson
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson
2006-04-11Initial keygen support.Dr. Stephen Henson
2006-04-09Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson
2006-04-09Fix typo. Add EVP_PKEY_CTX control function for later use by command lineDr. Stephen Henson
2006-04-08Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson
2006-04-08Implement encrypt/decrypt using RSA.Dr. Stephen Henson
2006-04-07New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson