summaryrefslogtreecommitdiffstats
path: root/apps/mac.c
AgeCommit message (Expand)Author
2022-09-20Always use FORMAT_BINARY for infilePatrik Sevallius
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-05-12coverity: fix 1484540 resource leakPauli
2021-05-08apps/mac: Add digest and cipher command line optionsPauli
2021-05-08apps/mac: avoid need for two ^D when using stdin from a terminalPauli
2021-05-08apps: remove initial newline from mac outputPauli
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-02-28apps: update mac to work with additional MAC_init arguments. This doesn't in...Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*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-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-08-24Add app for fips installationShane Lontis
2019-08-15Adapt apps/mac.c to use provider based MACsRichard Levitte
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-11openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis