summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-03-03Only require -iv for ciphers that use an IV!Ben Laurie
2008-09-15Merge apps changes from FIPS branch.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-09-22Fix from HEAD.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
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-17Add -pass argument to 'enc'.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller
2000-01-21add ERR_print_errors after "end" label.Bodo Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-11-30Make salting the default. Fail gracefully if the input is not salted.Ben Laurie
1999-11-18Fix warning.Ben Laurie
1999-11-16Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-05-13Cut&paste error.Ulf Möller
1999-04-27Update NO_* macros.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller