summaryrefslogtreecommitdiff
path: root/src/lib/libssl/hidden/openssl/tls1.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Export SSL_get_{peer_,}signature_type_nid()tb2024-03-021-1/+3
| | | | | | | | | Also move the prototypes to the correct header. Oversight reported by Frank Lichtenheld, thanks! Fixes https://github.com/libressl/openbsd/issues/147 ok jsing
* Hide all public symbols in libsslbeck2023-07-081-0/+32
With the guentherizer 9000 ok tb@