[openssl-dev] Missing API- SSL_CIPHER_get_mac_nid

Matt Caswell matt at openssl.org
Wed Aug 17 08:39:28 UTC 2016



On 16/08/16 23:26, Richard Moore wrote:
> I noticed that we have:
> 
> __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
> __owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
> __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
> __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
> __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
> __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
> __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
> 
> which is great, but we seem to be missing an accessor to get the MAC.

If you fancy raising a github PR to add it then I will review it.

Matt



More information about the openssl-dev mailing list