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