summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-01-25Check # of arguments for remaining commands.Rich Salz
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-04-08e_os.h: omit PRIu64.Andy Polyakov
2017-03-09Make the output of enc -ciphers identicalPauli
2017-03-08Limit the output of the enc -ciphers commandPauli
2017-02-23Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
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
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Fix enc so it properly treats BASE64 as textRichard Levitte
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-01RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-04Have -K actually take an argument, and correct help textRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-29use isxdigit and apps_tohexRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
2014-06-11Fix compilation with no-compDr. Stephen Henson
2014-05-15Enc doesn't support AEAD ciphers.Dr. Stephen Henson
2012-02-10add fips blocking overrides to command line utilitiesDr. Stephen Henson
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte