aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_locl.h
Commit message (Collapse)AuthorAgeFilesLines
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-23/+27
| | | | | | | | | deviates from the "standard" 64 bits of feedback that all other algorithms are using. Therefore, let's redo certain EVP macros to accept different amounts of feedback bits for these modes. Also, change e_aes.c to provide all usually available modes for AES. CTR isn't included yet.
* The block size may be something other than 8!Richard Levitte2002-01-021-4/+5
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-22/+21
|
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-1/+56
| | | | | OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-8/+8
| | | | | | | functions to return constant EVP_MD and EVP_CIPHER pointers. Update docs.
* Fix evp_locl.h macros.Dr. Stephen Henson2000-06-111-8/+8
| | | | Documentation correction.
* EVP constification.Ben Laurie2000-06-031-4/+4
|
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+168
Declare ciphers in terms of macros. This reduces the amount of code and places each block cipher EVP definition in a single file instead of being spread over 4 files.