CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/20 20:40:05
Modified files:
lib/libssl : tls13_client.c tls13_handshake.c
tls13_internal.h
Log message:
Add alert processing in tls client code, by adding alert to the
tls13 context, and emiting the alert at the upper layers when
the lower level code fails
ok jsing@, tb@
