Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous; tls_accept_socket() was intentionally undocumented | schwarze | 2015-01-01 | 1 | -7/+1 |
| | | | | | because the API design isn't fully settled. Requested by jsing@ and tedu@. | ||||
* | minimally document tls_accept_socket(); | schwarze | 2015-01-01 | 1 | -2/+8 |
| | | | | patch from Sunil at Nimmagadda dot net | ||||
* | delete extra word in Nd | deraadt | 2014-11-11 | 1 | -3/+3 |
| | |||||
* | missing outlen in tls_write decl | tedu | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Add a tls_connect_fds() function that allows a secure connection to be | jsing | 2014-11-02 | 1 | -2/+15 |
| | | | | | | | | | | established using a pair of existing file descriptors. Based on a diff/request from Jan Klemkow. Rides previous libtls rename/library bump. Discussed with tedu@. | ||||
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 1 | -0/+316 |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. |