aboutsummaryrefslogtreecommitdiff
path: root/apps/pkeyutl.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08coverity resource leak fixes in apps/pkeyutlShane Lontis1-2/+2
2019-03-19Fix no-posix-ioRichard Levitte1-7/+2
2019-03-14Enable pkeyutl to use Ed448 and Ed25519Matt Caswell1-35/+98
2019-03-01Fix no-ec, no-sm2 and no-sm3Matt Caswell1-4/+7
2019-02-27Support raw input data in apps/pkeyutlPaul Yang1-17/+152
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-11-18Add option to read pkeyopts interactivelyJohannes Bauer1-2/+53
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell1-1/+11
2018-03-20Make pkeyutl a bit more user-friendlyJohannes Bauer1-10/+25
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-08-03Allow use of long name for KDFsDr. Stephen Henson1-2/+6
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-4/+7
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-11/+14
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-1/+1
2016-03-03Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson1-18/+46
2016-03-01Fix -pkeyopt and fix error check.Dr. Stephen Henson1-2/+3
2016-02-22Remove unused parameters from internal functionsRich Salz1-1/+1
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2016-02-07more doc fixesRich Salz1-8/+9
2016-02-04Fix pkeyutl inability to directly access keys on hardware tokensMouse1-5/+18
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni1-42/+63
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-07-31RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg1-0/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free null cleanup finaleRich Salz1-10/+4
2015-04-30In apps, malloc or dieRich Salz1-7/+4
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-2/+0
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-205/+165
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-473/+426
2010-11-11PR: 2366Dr. Stephen Henson1-6/+6
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-08-20Correct warnings about signedness.Richard Levitte1-7/+10
2006-07-21Avoid WIN32 warning.Dr. Stephen Henson1-1/+1
2006-07-21Avoid warnings.Dr. Stephen Henson1-1/+1
2006-05-26Fix warnings.Dr. Stephen Henson1-2/+2
2006-05-26Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson1-11/+11
2006-05-25Signed vs. unsigned conflictRichard Levitte1-5/+5
2006-04-26Fix usage message for pkeyutl.Dr. Stephen Henson1-4/+7
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson1-31/+51
2006-04-13Complete key derivation support.Dr. Stephen Henson1-32/+93
2006-04-13Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson1-1/+1