aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add comfy aliases for AES in CBC mode.Richard Levitte2002-02-201-0/+6
|
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-4/+0
|
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-0/+4
| | | | | OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-8/+8
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Fix AES code.Dr. Stephen Henson2001-02-071-8/+7
| | | | | | | | | | Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-0/+3
|
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-0/+8
| | | | make update done.
* Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson2000-02-231-1/+3
|
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-0/+147
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.