summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
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
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-07-20Fix double calls to strlenFdaSilvaYY
2016-06-24Add -ciphers flag to enc commandRich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix typos in apps/enc.cKurt Cancemi
2016-04-21Remove some unused argc assignmentsMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-13Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-02-18GH681: More command help cleanupRich Salz
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12RT4227: Range-check in apps.Rich Salz
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz