summaryrefslogtreecommitdiff
path: root/crypto/evp/e_rc4_hmac_md5.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level MD5 functions.Pauli2020-01-191-2/+2
* Deprecate the low level RC4 functionsPauli2020-01-161-0/+6
* Fix undefined array OPENSSL_ia32cap_P.Kelvin Lee2019-10-301-0/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-1/+0
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* crypto/evp: harden RC4_MD5 cipher.Andy Polyakov2017-01-261-0/+2
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-9/+0
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* Ensure HMAC key gets cleansed after useMatt Caswell2016-06-241-0/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-46/+6
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+1
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-0/+1
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-3/+3
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+2
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-1/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-222/+226
* Revert random changes from commit#22606.Andy Polyakov2012-06-041-2/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+2
* e_rc4_hmac_md5.c: last commit was inappropriate for non-x86[_64] platforms.Andy Polyakov2012-04-191-5/+6
* e_rc4_hmac_md5.c: harmonize zero-length fragment handling withAndy Polyakov2012-04-181-5/+7
* e_rc4_hmac_md5.c: oops, can't use rc4_hmac_md5_cipher on legacy Intel CPUs.Andy Polyakov2012-04-181-1/+3
* Fix warning.Dr. Stephen Henson2011-08-251-1/+1
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-0/+292