summaryrefslogtreecommitdiff
path: root/apps/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Always use FORMAT_BINARY for infilePatrik Sevallius2022-09-201-3/+0
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+2
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* coverity: fix 1484540 resource leakPauli2021-05-121-1/+2
* apps/mac: Add digest and cipher command line optionsPauli2021-05-081-0/+37
* apps/mac: avoid need for two ^D when using stdin from a terminalPauli2021-05-081-1/+2
* apps: remove initial newline from mac outputPauli2021-05-081-2/+0
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli2021-02-281-3/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-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 "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*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
* Document command parameters.Rich Salz2019-11-201-6/+7
* Add "sections" to -help outputRich Salz2019-11-081-0/+6
* Consistent naming for context gettable param queries .Pauli2019-09-271-1/+1
* Add app for fips installationShane Lontis2019-08-241-37/+12
* Adapt apps/mac.c to use provider based MACsRichard Levitte2019-08-151-25/+40
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-281-2/+1
* openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis2019-03-111-0/+200