summaryrefslogtreecommitdiffstats
path: root/apps/pkeyutl.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-12apps: support param argument to init functionsPauli
2021-02-22Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard
2021-02-18Update copyright yearMatt Caswell
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-08-20pkeyutil: check return value reading passwordPauli
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-14Fix coverity issuesShane Lontis
2019-11-08Add "sections" to -help outputRich Salz
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell
2019-04-08coverity resource leak fixes in apps/pkeyutlShane Lontis
2019-03-19Fix no-posix-ioRichard Levitte
2019-03-14Enable pkeyutl to use Ed448 and Ed25519Matt Caswell
2019-03-01Fix no-ec, no-sm2 and no-sm3Matt Caswell
2019-02-27Support raw input data in apps/pkeyutlPaul Yang
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-18Add option to read pkeyopts interactivelyJohannes Bauer
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell
2018-03-20Make pkeyutl a bit more user-friendlyJohannes Bauer
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY