summaryrefslogtreecommitdiffstats
path: root/apps/kdf.c
AgeCommit message (Expand)Author
2021-06-15kdf: use the app's libctx and property query when searching for algorithmsPauli
2021-05-12coverity: fix 1484539 resource leakPauli
2021-05-08apps: add mac, cipher and digest arguments to the kdf applet.Pauli
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-03-11Update copyright yearMatt Caswell
2021-02-28apps: add addition argument to KDF derive callPauli
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-06App updates for KDF provider conversion.Pauli
2019-04-24Added app for EVP_KDFShane Lontis