Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
authorjsing <jsing@openbsd.org>
Mon, 26 Jan 2015 13:06:39 +0000 (13:06 +0000)
committerjsing <jsing@openbsd.org>
Mon, 26 Jan 2015 13:06:39 +0000 (13:06 +0000)
commit58162c983c06ccc26752ceb2f047f12ffc0d518e
tree9481a909bfb9a64c9ffadea689df75a08a941291
parent08d5d28e3846d52f940a50cd84c02ca0024c50a0
Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
that use AEAD instead of a MAC. This allows for TLSv1.2 AEAD ciphers
(effectively the only ciphers that are still considered to be secure) to be
selected using TLSv1.2+AEAD as a cipher string.

ok bcook@ doug@ miod@
lib/libssl/src/ssl/ssl.h
lib/libssl/src/ssl/ssl_ciph.c
lib/libssl/ssl.h
lib/libssl/ssl_ciph.c