CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/05/10 10:56:11
Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h tls13_legacy.c tls13_lib.c tls13_record_layer.c tls13_server.c Log message: Provide alert defines for TLSv1.3 and use in the TLSv1.3 code. Rather than using a mess of SSL_AL_*, SSL_AD_*, SSL3_AD_* and TLS1_AD_* defines, provide our own TLS13_ALERT_* defines and use those. This also provides the alerts that are new to TLSv1.3. ok beck@