summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_rc4_hmac_md5.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-16Deprecate the low level RC4 functionsPauli
2019-10-30Fix undefined array OPENSSL_ia32cap_P.Kelvin Lee
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-07-16Remove tab characters from C source files.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-06-24Ensure HMAC key gets cleansed after useMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-06-04Revert random changes from commit#22606.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-04-19e_rc4_hmac_md5.c: last commit was inappropriate for non-x86[_64] platforms.Andy Polyakov
2012-04-18e_rc4_hmac_md5.c: harmonize zero-length fragment handling withAndy Polyakov
2012-04-18e_rc4_hmac_md5.c: oops, can't use rc4_hmac_md5_cipher on legacy Intel CPUs.Andy Polyakov
2011-08-25Fix warning.Dr. Stephen Henson
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov