summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_peer.c
AgeCommit message (Expand)Author
2017-04-10Rework name verification code so that a match is indicated via an argument,Joel Sing
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
2016-08-22Stick with the usual 'if NULL return NULL' idiom.Joel Sing
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-09-12Move connection info into it's own private structure allocated and filled inBob Beck
2015-09-11!= -> == that I broke while bikesheddingBob Beck
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.Bob Beck
2015-09-11Provide tls_peer_cert_hash() which returns a hash of the raw certificateJoel Sing