aboutsummaryrefslogtreecommitdiff
path: root/apps/pkeyutl.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Copyright year updatesMatt Caswell1-1/+1
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell1-1/+1
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz1-13/+13
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb1-9/+4
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-3/+3
2021-05-06Make the -inform option to be respected if possibleTomas Mraz1-2/+3
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb1-1/+1
2021-04-20Fetch and free cipher and md'sRich Salz1-0/+2
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb1-1/+2
2021-03-12apps: support param argument to init functionsPauli1-2/+4
2021-02-22Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard1-40/+35
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12Process digest option after loading providersRich Salz1-3/+6
2021-02-12Load rand state after loading providersRich Salz1-0/+2
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard1-6/+6
2020-12-15Check non-option argumentsRich Salz1-0/+2
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-3/+3
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb1-3/+3
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-2/+0
2020-08-20pkeyutil: check return value reading passwordPauli1-2/+11
2020-07-23Test RSA oaep in fips modeShane Lontis1-5/+25
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb1-5/+5
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte1-16/+0
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+6
2020-02-14Fix coverity issuesShane Lontis1-2/+3
2019-11-08Add "sections" to -help outputRich Salz1-21/+29
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell1-2/+1
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