CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/09 03:41:48
Modified files:
lib/libssl : tls13_server.c
Log message:
Add support for SSL_get_shared_ciphers() in TLSv1.3
As reported by Steffen Ullrich and bluhm, since enabling TLSv1.3 server
some tests fail in t/local/07_sslecho.c of security/p5-Net-SSLeay due
to missing support for SSL_get_shared_ciphers(). This fixes the parts
related to shared ciphers.
ok beck inoguchi jsing
