summaryrefslogtreecommitdiff
path: root/apps/enc.c
Commit message (Expand)AuthorAgeFilesLines
* Include the default iteration count in the help for the enc commandPauli2023-03-201-3/+12
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-7/+7
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-181-0/+22
* Add brotli compression support (RFC7924)Todd Short2022-10-181-8/+34
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Allow to *just* print key and IV of unstreamable modes when no input filesEasySec2022-03-101-1/+1
* enc : add support for wrap modeEasySec2022-02-181-2/+23
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-6/+3
* apps: remove AEAD/mode checks that are now redundantPauli2021-06-161-11/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-16/+16
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-5/+5
* change salt handling, way 1EasySec2021-05-061-33/+41
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-2/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-3/+5
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-1/+1
* doc: fix enc -z option documentationMohamed Akram2021-03-301-1/+1
* Process digest option after loading providersRich Salz2021-02-121-4/+4
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Fetch algorithm after loading providersRich Salz2021-02-121-19/+19
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-8/+8
* Check non-option argumentsRich Salz2020-12-151-3/+4
* Specific the engine pointergujinqiang2020-07-221-1/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Add "sections" to -help outputRich Salz2019-11-081-14/+23
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Update dgst.c to show a list of message digestsagnosticdev2019-10-181-2/+5
* openssl dgst, openssl enc: check for end of inputRichard Levitte2019-08-221-1/+1
* Fixed typo in enc.c warningx7532019-04-011-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Add support for PBKDF2 for enc commandEasySec2018-02-211-10/+48
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-9/+9
* Cleaning secret data after useEasySec2017-10-161-3/+7
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* set_hex() behaviour changeEasySec2017-10-101-10/+11
* Check # of arguments for remaining commands.Rich Salz2017-08-211-0/+4
* Revert "Add some casts for %j"Rich Salz2017-08-151-4/+2
* Add some casts for %jRich Salz2017-08-141-2/+4
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-1/+7
* Bounds check string functions in apps.Pauli2017-07-061-5/+5
* Undo commit d420ac2Rich Salz2017-07-051-3/+3
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-1/+1
* Ensure a space after colon in enc -vRich Salz2017-06-201-2/+2