summaryrefslogtreecommitdiffstats
path: root/apps/enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Add "sections" to -help outputRich Salz2019-11-071-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-081-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-091-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-151-2/+4
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-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
* 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