summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
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
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-01-10'char' argument to islower must be converted to 'unsigned char'Bodo Möller
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte