summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
AgeCommit message (Expand)Author
2019-10-14Restore MD5-SHA1 in legacy method databaseRichard Levitte
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-01-24SHA512/224 and SHA512/256Pauli
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-12Wire SHAKE to EVP.Andy Polyakov
2017-07-25Wire SHA3 EVPs and add tests.Andy Polyakov
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-24Add MD5+SHA1Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2009-07-08Delete MD2 from algorithm tables as in 0.9.8-stable. However since this isDr. Stephen Henson
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
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
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson