summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
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
2010-06-12Fix warnings.Ben Laurie
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-03-03Don't ask for -iv for ciphers that need no IV.Ben Laurie
2008-03-12And so it begins...Dr. Stephen Henson
2007-07-31document -S and -nopad options in usage informationBodo Möller
2006-11-29replace macros with functionsNils Larsch
2006-09-22Buffer size handling fix for enc.Dr. Stephen Henson
2005-04-30All kinds of changes from branch OpenSSL_0_9_7-stableRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-06-13Add missing prototypes.Lutz Jänicke
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-07-03When only the key is given to "enc", the IV is undefinedLutz Jänicke
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte