CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/09/06 10:40:45
Modified files: lib/libssl : s3_lib.c ssl_ciph.c ssl_locl.h t1_enc.c Log message: Drop SSL_CIPHER_ALGORITHM2_AEAD flag. All of our algorithm_mac == SSL_AEAD cipher suites use EVP_AEAD, so we can condition on that rather than having a separate redundant flag. ok tb@