summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_conninfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer ↵beck2015-10-071-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.beck2015-10-071-10/+15
| | | | ok doug@
* Explicit NULL checks and style(9) tweaks.jsing2015-09-281-7/+7
|
* add visibility of ciper and connection version stringsbeck2015-09-131-1/+27
| | | | ok jsing@
* Move connection info into it's own private structure allocated and filled inbeck2015-09-121-0/+149
at handshake time. change accessors to return const char * to remove need for caller to free memory. ok jsing@