summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_error.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide an error framework for use with the TLSv1.3 code.jsing2020-01-201-0/+99
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@