aboutsummaryrefslogtreecommitdiffstats
path: root/apps/enc.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-8/+10
* openssl enc: Don't unbuffer stdinBernard Spil2017-04-251-1/+0
* apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov2017-03-301-2/+2
* Make the output of enc -ciphers identical even if run several times in a sess...Pauli2017-03-091-10/+17
* Limit the output of the enc -ciphers command to just the ciphers enc canPauli2017-03-081-0/+8
* Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte2017-02-231-3/+4
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix double calls to strlenFdaSilvaYY2016-07-201-2/+4
* Add -ciphers flag to enc commandRich Salz2016-06-241-1/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Fix typos in apps/enc.cKurt Cancemi2016-05-171-2/+2
* Remove some unused argc assignmentsMatt Caswell2016-04-211-1/+0
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+0
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte2016-04-131-6/+9
* Fix setting of debug callback in apps/enc.cRichard Levitte2016-04-131-7/+11
* Fix "no-ui" configurationRichard Levitte2016-03-311-17/+24
* GH681: More command help cleanupRich Salz2016-02-181-7/+8
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-121-4/+4
* RT4227: Range-check in apps.Rich Salz2016-01-121-2/+4
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-9/+2
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-111-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Fix enc so it properly treats BASE64 as textRichard Levitte2015-09-061-8/+16
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-1/+1
* Change the way apps open their input and output filesRichard Levitte2015-09-061-8/+8
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-2/+2
* RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg2015-09-011-2/+2
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-6/+6
* Restore module loadingRichard Levitte2015-05-291-0/+3
* RT2943: Check sizes if -iv and -K argumentsRichard Levitte2015-05-041-4/+9
* Have -K actually take an argument, and correct help textRichard Levitte2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* In apps, malloc or dieRich Salz2015-04-301-7/+2
* use isxdigit and apps_tohexRich Salz2015-04-291-7/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-285/+220
* free NULL cleanupRich Salz2015-03-251-10/+5
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz2015-01-221-6/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-632/+596
* Disabled XTS mode in enc utility as it is not supportedMatt Caswell2014-07-161-0/+6
* Fix compilation with no-compDr. Stephen Henson2014-06-111-0/+2
* Enc doesn't support AEAD ciphers.Dr. Stephen Henson2014-05-151-0/+6
* add fips blocking overrides to command line utilitiesDr. Stephen Henson2012-02-101-0/+8
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-3/+7
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-0/+4
* Fix warnings.Ben Laurie2010-06-121-4/+1