summaryrefslogtreecommitdiff
path: root/apps/kdf.c
Commit message (Expand)AuthorAgeFilesLines
* kdf: use the app's libctx and property query when searching for algorithmsPauli2021-06-151-1/+2
* coverity: fix 1484539 resource leakPauli2021-05-121-1/+2
* apps: add mac, cipher and digest arguments to the kdf applet.Pauli2021-05-081-0/+44
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* apps: add addition argument to KDF derive callPauli2021-02-281-1/+1
* Check non-option argumentsRich Salz2020-12-151-4/+3
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Check the return from OPENSSL_buf2hexstr()Matt Caswell2019-11-291-0/+4
* Document command parameters.Rich Salz2019-11-201-5/+7
* Add "sections" to -help outputRich Salz2019-11-081-2/+6
* Consistent naming for context gettable param queries .Pauli2019-09-271-1/+1
* App updates for KDF provider conversion.Pauli2019-09-061-29/+20
* Added app for EVP_KDFShane Lontis2019-04-241-0/+158