aboutsummaryrefslogtreecommitdiffstats
path: root/apps/enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* When only the key is given to "enc", the IV is undefinedLutz Jänicke2001-07-031-0/+8
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-3/+0
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-141-0/+9
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-0/+3
* 'char' argument to islower must be converted to 'unsigned char'Bodo Möller2001-01-101-1/+1
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-201-69/+23
* Make Rijndael work! Those long flights have some good points.Ben Laurie2000-11-121-3/+3
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-0/+5
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Add -pass argument to 'enc'.Dr. Stephen Henson2000-02-171-2/+17
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* RAND_load_file(..., -1) now means "read the complete file";Bodo Möller2000-01-241-1/+1
* RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller2000-01-241-4/+1
* add ERR_print_errors after "end" label.Bodo Möller2000-01-211-0/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+5
* Make salting the default. Fail gracefully if the input is not salted.Ben Laurie1999-11-301-5/+16
* Fix warning.Ben Laurie1999-11-181-1/+1
* Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson1999-11-161-37/+84
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
* Cut&paste error.Ulf Möller1999-05-131-2/+2
* Update NO_* macros.Ulf Möller1999-04-271-4/+4
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-7/+7
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+2
* Massive constification.Ben Laurie1999-04-171-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-3/+19
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+545