| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the TLS connect and accept error messages consistent. | bluhm | 2015-01-30 | 2 | -5/+4 |
* | last entry in NAME should not have a trailing comma; | jmc | 2015-01-22 | 1 | -2/+2 |
* | Add MLINK for tls_config_set_ca_mem() | reyk | 2015-01-22 | 1 | -1/+2 |
* | Allow to to load the CA chain directly from memory instead of | reyk | 2015-01-22 | 6 | -8/+39 |
* | The SSL/TLS session Id context is limited to 32 bytes. Instead of | reyk | 2015-01-16 | 1 | -1/+13 |
* | For non-blocking sockets tls_connect_fds() could fail with EAGAIN. | bluhm | 2015-01-13 | 2 | -7/+22 |
* | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | bluhm | 2015-01-02 | 1 | -4/+4 |
* | Revert previous; tls_accept_socket() was intentionally undocumented | schwarze | 2015-01-01 | 1 | -7/+1 |
* | minimally document tls_accept_socket(); | schwarze | 2015-01-01 | 1 | -2/+8 |
* | include netinet/in.h to define struct in6_addr. | bcook | 2014-12-27 | 1 | -1/+2 |
* | Add size_t to int checks for SSL functions. | doug | 2014-12-17 | 3 | -8/+39 |
* | Allow specific libtls hostname validation errors to propagate. | bcook | 2014-12-07 | 3 | -21/+27 |
* | Fix a memory leak in tls_check_subject_altname() by calling | jsing | 2014-12-07 | 1 | -2/+2 |
* | revert previous change for now, adjusting based on comments from jsing@ | bcook | 2014-12-07 | 4 | -36/+27 |
* | Allow specific libtls hostname validation errors to propagate. | bcook | 2014-12-07 | 4 | -27/+36 |
* | 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 | 3 | -6/+34 |
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 11 | -0/+1675 |