summaryrefslogtreecommitdiff
path: root/apps/pkeyutl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* pkeyutl: Fix regression with -kdflen optionTomas Mraz2022-01-121-13/+13
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb2021-08-041-9/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-2/+3
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-0/+2
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* apps: support param argument to init functionsPauli2021-03-121-2/+4
* Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard2021-02-221-40/+35
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Process digest option after loading providersRich Salz2021-02-121-3/+6
* Load rand state after loading providersRich Salz2021-02-121-0/+2
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-6/+6
* 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