summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls12_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-29/+0
|
* Rewrite TLSv1.2 key exporter.jsing2022-11-071-0/+29
Replace the grotty TLSv1.2 key exporter with a cleaner version that uses CBB and CBS. ok tb@