summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_conninfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@