| Commit message (Expand) | Author | Age | Files | Lines |
* | typo |  deraadt | 2015-09-11 | 1 | -2/+2 |
* | more for NAME; |  jmc | 2015-09-11 | 1 | -1/+4 |
* | more cleanup; |  jmc | 2015-09-11 | 1 | -16/+15 |
* | update NAME; various cleanup |  jmc | 2015-09-11 | 1 | -20/+20 |
* | document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash |  beck | 2015-09-11 | 2 | -3/+58 |
* | != -> == that I broke while bikeshedding |  beck | 2015-09-11 | 1 | -2/+2 |
* | Do not match a wildcard against a name with no host part. |  beck | 2015-09-11 | 1 | -1/+4 |
* | add tls_peer functions for checking names and issuers of peer certificates. |  beck | 2015-09-11 | 7 | -13/+95 |
* | Provide tls_peer_cert_hash() which returns a hash of the raw certificate |  jsing | 2015-09-11 | 3 | -2/+92 |
* | Store a reference to the peer certificate (if any) upon completion of the |  jsing | 2015-09-11 | 2 | -2/+8 |
* | specify what is permitted as an argument to tls_config_set_ciphers() |  beck | 2015-09-11 | 1 | -1/+11 |
* | actually set return value to 0 on success. |  beck | 2015-09-11 | 1 | -1/+2 |
* | - add some missing NAME entries |  jmc | 2015-09-11 | 1 | -6/+8 |
* | sort MLINKS into the same order as the man page; |  jmc | 2015-09-11 | 1 | -4/+4 |
* | Call tls_set_errorx() instead of tls_set_error() in |  jsing | 2015-09-10 | 1 | -5/+5 |
* | improve examples, |  deraadt | 2015-09-10 | 1 | -8/+11 |
* | document client side certificate verification functionality. |  beck | 2015-09-10 | 2 | -3/+19 |
* | document changed tls_read and tls_write semantics. |  beck | 2015-09-10 | 1 | -15/+58 |
* | mlink tls_handshake; |  jmc | 2015-09-10 | 1 | -1/+2 |
* | tweak previous; |  jmc | 2015-09-10 | 1 | -3/+3 |
* | Correctly document the behaviour of tls_close() - the caller is responsible |  jsing | 2015-09-10 | 1 | -5/+6 |
* | Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly |  jsing | 2015-09-10 | 1 | -20/+13 |
* | Update libtls man page to reflect tls_handshake() related changes. |  jsing | 2015-09-10 | 1 | -35/+37 |
* | revert accidental commit |  beck | 2015-09-10 | 1 | -4/+4 |
* | comment for errno clobbering, to indicate why we do this. |  beck | 2015-09-10 | 2 | -5/+9 |
* | bump major |  beck | 2015-09-10 | 1 | -1/+1 |
* | change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT |  beck | 2015-09-10 | 2 | -7/+7 |
* | Change tls_read and tls_write semantics to return an ssize_t to better |  beck | 2015-09-10 | 2 | -21/+14 |
* | Split tls_handshake() out from tls_accept/tls_connect. By doing this the |  jsing | 2015-09-10 | 5 | -59/+120 |
* | add MLINKS for _prefer_ciphers_* |  jmc | 2015-09-10 | 1 | -1/+3 |
* | Add support for preferring the server's cipher list or the client's cipher |  jsing | 2015-09-10 | 5 | -8/+47 |
* | Indent labels with a space so that diff -p is more friendly. |  jsing | 2015-09-09 | 6 | -18/+18 |
* | Add client certificate support. Still needs a few tweaks but this will |  beck | 2015-09-09 | 6 | -34/+76 |
* | always clear errno when coming back from tls_read tls_write, and tls_close. |  beck | 2015-09-09 | 1 | -9/+20 |
* | nuke trailing whitespace |  beck | 2015-09-09 | 1 | -4/+3 |
* | Only take ownership of a socket if we allocated it within libtls. If we are |  jsing | 2015-09-09 | 2 | -11/+5 |
* | Remove the default HTTPS port from tls_connect() - this is a TLS library, |  jsing | 2015-09-08 | 2 | -6/+6 |
* | Improve libtls error messages. |  jsing | 2015-08-27 | 5 | -55/+101 |
* | Split the persistent/configuration flags from temporary state flags and |  jsing | 2015-08-27 | 3 | -11/+14 |
* | Make functions that are internal to tls verify static. |  jsing | 2015-08-27 | 1 | -7/+8 |
* | Crank major version for libssl and libtls due to SSLv3 removal. |  doug | 2015-08-27 | 1 | -1/+1 |
* | Unify error message between client and server. |  jsing | 2015-08-22 | 1 | -2/+2 |
* | SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper |  jsing | 2015-08-22 | 2 | -6/+10 |
* | Store a reference to the libtls context in the SSL client connection app |  jsing | 2015-08-22 | 1 | -1/+3 |
* | Make tls_read()/tls_write always set outlen to zero on error - this got |  jsing | 2015-08-22 | 1 | -5/+5 |
* | Remove OpenSSL engine RSAX. |  doug | 2015-07-19 | 1 | -1/+1 |
* | tweak previous; ok doug |  jmc | 2015-07-19 | 1 | -4/+4 |
* | Crank the major of libtls: the behaviour of tls_write() has been |  reyk | 2015-07-19 | 1 | -1/+1 |
* | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. |  doug | 2015-07-19 | 1 | -2/+29 |
* | Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER |  bluhm | 2015-07-18 | 1 | -1/+4 |