summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_error.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-99/+0
|
* 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@