CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/11 16:48:00
Modified files:
regress/lib/libssl/interop: Makefile client.c
regress/lib/libssl/interop/cipher: Makefile
Log message:
Enable cert and cipher interop tests. cert just works. cipher has
been fixed to work with libressl TLS 1.3. Both libressl and openssl11
replace obsolete TLS 1.2 ciphers with AEAD-AES256-GCM-SHA384 or
TLS_AES_256_GCM_SHA384 in TLS 1.3 respectively. The test expects
that now. Currently GOST does not work with libressl and TLS 1.3
and is disabled.