summaryrefslogtreecommitdiff
path: root/apps/pkeyutl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-03-171-1/+1
* Fix pkeyutl -verifyrecoverMatt Caswell2020-01-081-2/+1
* Add a sanity check on the length of pkeyutl inputsMatt Caswell2018-05-241-1/+11
* Make pkeyutl a bit more user-friendlyJohannes Bauer2018-03-201-10/+25
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Allow use of long name for KDFsDr. Stephen Henson2017-08-031-2/+6
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-4/+7
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-11/+14
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson2016-03-031-18/+46
* Fix -pkeyopt and fix error check.Dr. Stephen Henson2016-03-011-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-1/+1
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* more doc fixesRich Salz2016-02-071-8/+9
* Fix pkeyutl inability to directly access keys on hardware tokensMouse2016-02-041-5/+18
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-42/+63
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-311-0/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free null cleanup finaleRich Salz2015-05-011-10/+4
* In apps, malloc or dieRich Salz2015-04-301-7/+4
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-2/+0
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-205/+165
* free NULL cleanupRich Salz2015-03-281-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-473/+426
* PR: 2366Dr. Stephen Henson2010-11-111-6/+6
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Correct warnings about signedness.Richard Levitte2006-08-201-7/+10
* Avoid WIN32 warning.Dr. Stephen Henson2006-07-211-1/+1
* Avoid warnings.Dr. Stephen Henson2006-07-211-1/+1
* Fix warnings.Dr. Stephen Henson2006-05-261-2/+2
* Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson2006-05-261-11/+11
* Signed vs. unsigned conflictRichard Levitte2006-05-251-5/+5
* Fix usage message for pkeyutl.Dr. Stephen Henson2006-04-261-4/+7
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-31/+51
* Complete key derivation support.Dr. Stephen Henson2006-04-131-32/+93
* Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson2006-04-131-1/+1
* Initial keygen support.Dr. Stephen Henson2006-04-111-1/+1
* Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson2006-04-091-2/+21
* Fix typo. Add EVP_PKEY_CTX control function for later use by command lineDr. Stephen Henson2006-04-091-1/+1
* Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson2006-04-081-29/+94
* Implement encrypt/decrypt using RSA.Dr. Stephen Henson2006-04-081-2/+2