summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - add some missing NAME entriesjmc2015-09-111-6/+8
* sort MLINKS into the same order as the man page;jmc2015-09-111-4/+4
* Call tls_set_errorx() instead of tls_set_error() injsing2015-09-101-5/+5
* improve examples,deraadt2015-09-101-8/+11
* document client side certificate verification functionality.beck2015-09-102-3/+19
* document changed tls_read and tls_write semantics.beck2015-09-101-15/+58
* mlink tls_handshake;jmc2015-09-101-1/+2
* tweak previous;jmc2015-09-101-3/+3
* Correctly document the behaviour of tls_close() - the caller is responsiblejsing2015-09-101-5/+6
* Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyjsing2015-09-101-20/+13
* Update libtls man page to reflect tls_handshake() related changes.jsing2015-09-101-35/+37
* revert accidental commitbeck2015-09-101-4/+4
* comment for errno clobbering, to indicate why we do this.beck2015-09-102-5/+9
* bump majorbeck2015-09-101-1/+1
* change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUTbeck2015-09-102-7/+7
* Change tls_read and tls_write semantics to return an ssize_t to betterbeck2015-09-102-21/+14
* Split tls_handshake() out from tls_accept/tls_connect. By doing this thejsing2015-09-105-59/+120
* add MLINKS for _prefer_ciphers_*jmc2015-09-101-1/+3
* Add support for preferring the server's cipher list or the client's cipherjsing2015-09-105-8/+47
* Indent labels with a space so that diff -p is more friendly.jsing2015-09-096-18/+18
* Add client certificate support. Still needs a few tweaks but this willbeck2015-09-096-34/+76
* always clear errno when coming back from tls_read tls_write, and tls_close.beck2015-09-091-9/+20
* nuke trailing whitespacebeck2015-09-091-4/+3
* Only take ownership of a socket if we allocated it within libtls. If we arejsing2015-09-092-11/+5
* Remove the default HTTPS port from tls_connect() - this is a TLS library,jsing2015-09-082-6/+6
* Improve libtls error messages.jsing2015-08-275-55/+101
* Split the persistent/configuration flags from temporary state flags andjsing2015-08-273-11/+14
* Make functions that are internal to tls verify static.jsing2015-08-271-7/+8
* Crank major version for libssl and libtls due to SSLv3 removal.doug2015-08-271-1/+1
* Unify error message between client and server.jsing2015-08-221-2/+2
* SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapperjsing2015-08-222-6/+10
* Store a reference to the libtls context in the SSL client connection appjsing2015-08-221-1/+3
* Make tls_read()/tls_write always set outlen to zero on error - this gotjsing2015-08-221-5/+5
* Remove OpenSSL engine RSAX.doug2015-07-191-1/+1
* tweak previous; ok dougjmc2015-07-191-4/+4
* Crank the major of libtls: the behaviour of tls_write() has beenreyk2015-07-191-1/+1
* Add documentation on how to use TLS_{READ,WRITE}_AGAIN.doug2015-07-191-2/+29
* Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERbluhm2015-07-181-1/+4
* Crank major for libcrypto, ssl and tls due to MDC-2DES removal.doug2015-06-201-2/+2
* Add standard headers, C++ support to tls.h.bcook2015-06-191-1/+12
* Link ssl and crypto via BSDOBJDIR, works with native and cross buildstobiasu2015-06-051-3/+3
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-171-1/+4
* Reject dNSName of " " for subjectAltName extension.doug2015-04-291-1/+20
* Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Alsojsing2015-04-151-5/+6
* Make tls_close() more robust - do not rely on a close notify being receivedjsing2015-04-151-13/+17
* comma fix;jmc2015-04-031-3/+3
* Handle the case where multiple calls to SSL_shutdown() are required tojsing2015-04-022-8/+14
* Correct man page title.jsing2015-04-021-2/+2
* Document the fact that the tls_accept_*() functions can returnjsing2015-04-021-7/+11
* Bump libtls minor due to API addition.jsing2015-03-311-1/+1