summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_peer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide tls_peer_cert_common_name()tb2024-12-101-1/+9
* Rework name verification code so that a match is indicated via an argument,jsing2017-04-101-2/+7
* Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainbeck2017-04-051-1/+12
* Stick with the usual 'if NULL return NULL' idiom.jsing2016-08-221-10/+10
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck2015-10-071-1/+21
* Move connection info into it's own private structure allocated and filled inbeck2015-09-121-90/+18
* != -> == that I broke while bikesheddingbeck2015-09-111-2/+2
* add tls_peer functions for checking names and issuers of peer certificates.beck2015-09-111-1/+49
* Provide tls_peer_cert_hash() which returns a hash of the raw certificatejsing2015-09-111-0/+87