Return the EVP_CIPHER for AES‐128‐CBC with HMAC‐SHA256 (TLS AEAD).

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_aes_128_cbc_hmac_sha256();

Return Value

Pointer to the cipher method, or NULL if unavailable in this build.

Created with MrDocs