summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-05-30Update copyright yearTomas Mraz
2023-03-20Include the default iteration count in the help for the enc commandPauli
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
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-06Bounds check string functions in apps.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-20Ensure a space after colon in enc -vRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-02-23Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte