summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
AgeCommit message (Collapse)Author
2009-07-08Delete MD2 from algorithm tables and default compilation.Dr. Stephen Henson
2009-07-01PR: 1965Dr. Stephen Henson
Submitted by: David McCullough <david_mccullough@securecomputing.com> Approved by: steve@openssl.org Make sure defines to remove SHA are correct.
2005-11-30Add Whirlpool to EVP.Andy Polyakov
2005-04-30Allow for ./config no-sha0 [from stable].Andy Polyakov
2004-05-31EVP bindings to new SHA algorithms.Andy Polyakov
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2001-02-19Make all configuration macros available for application by makingRichard Levitte
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.
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte
test utility, I added the bits to get a EVP interface, the command line utility and the speed test
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.