CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/01/26 06:06:39
Modified files: lib/libssl/src/ssl: ssl.h ssl_ciph.c Log message: 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@