Report whether a cipher suite uses an AEAD construction.
Synopsis
Declared in <openssl/ssl.h>
int
SSL_CIPHER_is_aead(SSL_CIPHER const* c);
Return Value
1 if the suite is AEAD (for example GCM or ChaCha20‐Poly1305), or 0 otherwise.
Parameters
Name |
Description |
c |
Cipher suite to query. |
Created with MrDocs