| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | doug | 2015-06-20 | 1 | -2/+2 |
| * | Add standard headers, C++ support to tls.h. | bcook | 2015-06-19 | 1 | -1/+12 |
| * | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | tobiasu | 2015-06-05 | 1 | -3/+3 |
| * | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 1 | -1/+4 |
| * | Reject dNSName of " " for subjectAltName extension. | doug | 2015-04-29 | 1 | -1/+20 |
| * | Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also | jsing | 2015-04-15 | 1 | -5/+6 |
| * | Make tls_close() more robust - do not rely on a close notify being received | jsing | 2015-04-15 | 1 | -13/+17 |
| * | comma fix; | jmc | 2015-04-03 | 1 | -3/+3 |