aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Add RC4 support to OpenBSD.Ben Laurie2001-08-181-0/+6
* Add EVP test program.Ben Laurie2001-08-181-6/+6
* Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie2001-08-111-6/+11
* Fix memory leak.Ben Laurie2001-08-051-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+6
* Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson2001-07-271-0/+2
* A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie2001-07-091-46/+34
* Handle the common case first (where input size is a multiple of block size).Ben Laurie2001-07-081-2/+18
* Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie2001-07-081-2/+10
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-141-0/+31
* More EVP cipher revision.Dr. Stephen Henson2000-05-301-2/+31
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-1/+1
* Third phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-281-21/+41
* Second phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-271-31/+34
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-261-0/+19
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-50/+17
* Massive constification.Ben Laurie1999-04-171-4/+4
* Fix security hole.Ben Laurie1999-03-221-1/+1
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+9
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+296