CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/20 06:10:37
Modified files:
lib/libssl : Makefile tls13_client.c tls13_internal.h
tls13_lib.c
Added files:
lib/libssl : tls13_error.c
Log message:
Provide an error framework for use with the TLSv1.3 code.
This is based on the libtls error handling code, but adds machine readable
codes and subcodes. We then map these codes back to libssl error codes.
ok beck@ inoguchi@
