aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cbc_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-106/+0
| | | | | | | 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.
* Third phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-281-5/+1
| | | | Remove duplicated code in EVP.
* Second phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-271-4/+6
| | | | | | | Change functions like EVP_EncryptUpdate() so they now return a value. These normally have software only implementations which cannot fail so this was acceptable. However ciphers can be implemented in hardware and these could return errors.
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-261-0/+2
| | | | | | | | | | | | | | | enhance and tidy up the EVP interface. This patch adds initial support for variable length ciphers and changes S/MIME code to use this. Some other library functions need modifying to support use of modified cipher parameters. Also need to change all the cipher functions that should return error codes, but currenly don't. And of course it needs extensive testing...
* Use des_set_key_unchecked, not des_set_key.Bodo Möller1999-12-031-1/+1
|
* Change type of various DES function arguments from des_cblockBodo Möller1999-05-161-3/+7
| | | | | | | | | | | | | | (meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did).
* Several of the EVP_CIPHER structures had the get and set asn1 parameterDr. Stephen Henson1999-05-121-1/+1
| | | | functions transposed.
* Message digest stuff.Ulf Möller1999-04-271-0/+2
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-11/+5
|
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-6/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-6/+11
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+111