summaryrefslogtreecommitdiff
path: root/apps/pkeyutl.c
Commit message (Expand)AuthorAgeFilesLines
* Check non-option argumentsRich Salz2020-12-151-0/+2
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-3/+3
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* pkeyutil: check return value reading passwordPauli2020-08-201-2/+11
* Test RSA oaep in fips modeShane Lontis2020-07-231-5/+25
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-5/+5
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-16/+0
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Fix coverity issuesShane Lontis2020-02-141-2/+3
* Add "sections" to -help outputRich Salz2019-11-081-21/+29
* Fix pkeyutl -verifyrecoverMatt Caswell2019-08-301-2/+1
* coverity resource leak fixes in apps/pkeyutlShane Lontis2019-04-081-2/+2
* Fix no-posix-ioRichard Levitte2019-03-191-7/+2
* Enable pkeyutl to use Ed448 and Ed25519Matt Caswell2019-03-141-35/+98
* Fix no-ec, no-sm2 and no-sm3Matt Caswell2019-03-011-4/+7
* Support raw input data in apps/pkeyutlPaul Yang2019-02-271-17/+152
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Add option to read pkeyopts interactivelyJohannes Bauer2018-11-181-2/+53
* 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