Return the EVP_CIPHER for the RC4‐HMAC‐MD5 AEAD suite (TLS legacy).
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_rc4_hmac_md5();
Return Value
Built‐in cipher method (do not free), or NULL if the algorithm is unavailable.
Created with MrDocs