Stop handling AES-GCM via ssl_cipher_get_evp().
authorjsing <jsing@openbsd.org>
Mon, 3 Sep 2018 17:45:24 +0000 (17:45 +0000)
committerjsing <jsing@openbsd.org>
Mon, 3 Sep 2018 17:45:24 +0000 (17:45 +0000)
commitb061161e6a861a29b8a1bc1e69b7e4b9e1fabda7
treea822bc55f9f199de95c35d2266ec98d1c07b8cd3
parent95be189a83cf95f86a00f77c0d0dc5b0dd1435ab
Stop handling AES-GCM via ssl_cipher_get_evp().

All of the AES-GCM ciphersuites use the EVP_AEAD interface, so there is no
need to support them via EVP_CIPHER.

ok inoguchi@ tb@
lib/libssl/ssl_ciph.c