summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* For non-blocking sockets tls_connect_fds() could fail with EAGAIN.bluhm2015-01-132-7/+22
* Rename the tls_connect_socket() parameter 'socket' to 's' to avoidbluhm2015-01-021-4/+4
* Revert previous; tls_accept_socket() was intentionally undocumentedschwarze2015-01-011-7/+1
* minimally document tls_accept_socket();schwarze2015-01-011-2/+8
* include netinet/in.h to define struct in6_addr.bcook2014-12-271-1/+2
* Add size_t to int checks for SSL functions.doug2014-12-173-8/+39
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-073-21/+27
* Fix a memory leak in tls_check_subject_altname() by callingjsing2014-12-071-2/+2
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-074-36/+27
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-074-27/+36
* delete extra word in Ndderaadt2014-11-111-3/+3
* missing outlen in tls_write decltedu2014-11-071-3/+3
* Add a tls_connect_fds() function that allows a secure connection to bejsing2014-11-023-6/+34
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-3111-0/+1675