aboutsummaryrefslogtreecommitdiffstats
path: root/apps/enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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