Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide tls_peer_cert_common_name() | tb | 2024-12-10 | 1 | -1/+9 |
* | Rework name verification code so that a match is indicated via an argument, | jsing | 2017-04-10 | 1 | -2/+7 |
* | Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain | beck | 2017-04-05 | 1 | -1/+12 |
* | Stick with the usual 'if NULL return NULL' idiom. | jsing | 2016-08-22 | 1 | -10/+10 |
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | beck | 2015-10-07 | 1 | -1/+21 |
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 1 | -90/+18 |
* | != -> == that I broke while bikeshedding | beck | 2015-09-11 | 1 | -2/+2 |
* | add tls_peer functions for checking names and issuers of peer certificates. | beck | 2015-09-11 | 1 | -1/+49 |
* | Provide tls_peer_cert_hash() which returns a hash of the raw certificate | jsing | 2015-09-11 | 1 | -0/+87 |