summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-09-07Copyright year updatesMatt Caswell
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis
2023-03-20Include the default iteration count in the help for the enc commandPauli
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-05-03Update copyright yearMatt Caswell
2022-03-10Allow to *just* print key and IV of unstreamable modes when no input filesEasySec
2022-02-18enc : add support for wrap modeEasySec
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-16apps: remove AEAD/mode checks that are now redundantPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-06change salt handling, way 1EasySec
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-03-30doc: fix enc -z option documentationMohamed Akram
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-12Fetch algorithm after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-07-22Specific the engine pointergujinqiang
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-08Add "sections" to -help outputRich Salz
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-04-01Fixed typo in enc.c warningx753
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-21Add support for PBKDF2 for enc commandEasySec
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-16Cleaning secret data after useEasySec
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-10set_hex() behaviour changeEasySec
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-14Add some casts for %jRich Salz