Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer ↵ | beck | 2015-10-07 | 1 | -1/+35 |
| | | | | | | | certificate validity times for tls connections. ok jsing@ | ||||
* | Allow us to get cipher and version even if there is not a peer certificate. | beck | 2015-10-07 | 1 | -10/+15 |
| | | | | ok doug@ | ||||
* | Explicit NULL checks and style(9) tweaks. | jsing | 2015-09-28 | 1 | -7/+7 |
| | |||||
* | add visibility of ciper and connection version strings | beck | 2015-09-13 | 1 | -1/+27 |
| | | | | ok jsing@ | ||||
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 1 | -0/+149 |
at handshake time. change accessors to return const char * to remove need for caller to free memory. ok jsing@ |