summaryrefslogtreecommitdiff
path: root/apps/enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-1/+6
* Don't ask for -iv for ciphers that need no IV.Ben Laurie2009-03-031-1/+2
* And so it begins...Dr. Stephen Henson2008-03-121-0/+34
* document -S and -nopad options in usage informationBodo Möller2007-07-311-0/+2
* replace macros with functionsNils Larsch2006-11-291-4/+4
* Buffer size handling fix for enc.Dr. Stephen Henson2006-09-221-1/+7
* All kinds of changes from branch OpenSSL_0_9_7-stableRichard Levitte2005-04-301-7/+46
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-8/+8
* Add missing prototypes.Lutz Jänicke2002-06-131-1/+1
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0