Age | Commit message (Expand) | Author |
2016-09-13 | add a little more typing to the first callback argument. | Ted Unangst |
2016-09-04 | minor tweaks; | Jason McIntyre |
2016-09-04 | New sentence, new line. Also wrap at 80 chars. | Joel Sing |
2016-09-04 | Add callback-based interface to libtls. | Brent Cook |
2016-09-04 | State that libtls functions apply to both clients and servers, unless | Joel Sing |
2016-08-22 | Provide an API that enables server side SNI support - add the ability to | Joel Sing |
2016-08-18 | Rework parts of the libtls man page for clarity. Split out the connection | Joel Sing |
2016-08-12 | Add ALPN support to libtls. | Joel Sing |
2016-08-02 | Revert previous since it adds new symbols. | Joel Sing |
2016-08-01 | Add ALPN support to libtls. | Joel Sing |
2016-07-13 | Split the existing TLS cipher suite groups into four: | Joel Sing |
2016-05-27 | typo fixes; Anthony Coulter | Stuart Henderson |
2016-05-09 | Fix mangled function signatures. | Joel Sing |
2016-04-28 | spelling fix; | Jason McIntyre |
2016-04-28 | Factor our the keypair handling in libtls. This results in more readable | Joel Sing |
2016-04-28 | Rework the error handling in libtls so that we can associate errors with | Joel Sing |
2016-04-24 | no more outlen; from remco | Jason McIntyre |
2016-04-24 | typos; | Jason McIntyre |
2015-11-09 | update some client/server info; from jan klemkow | Jason McIntyre |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | Joel Sing |
2015-10-16 | Fix tpyo. | Joel Sing |
2015-10-08 | trailing whitespace; | Jason McIntyre |
2015-10-07 | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | Bob Beck |
2015-09-14 | tweak previous; | Jason McIntyre |
2015-09-14 | Provide tls_config_insecure_noverifytime() in order to be able to disable | Joel Sing |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-09-14 | some conn_version and conn_cipher bits; | Jason McIntyre |
2015-09-14 | add missing function return types | Ingo Schwarze |
2015-09-13 | add visibility of ciper and connection version strings | Bob Beck |
2015-09-12 | Move connection info into it's own private structure allocated and filled in | Bob Beck |
2015-09-11 | more for NAME; | Jason McIntyre |
2015-09-11 | more cleanup; | Jason McIntyre |
2015-09-11 | update NAME; various cleanup | Jason McIntyre |
2015-09-11 | document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash | Bob Beck |
2015-09-11 | add tls_peer functions for checking names and issuers of peer certificates. | Bob Beck |
2015-09-11 | specify what is permitted as an argument to tls_config_set_ciphers() | Bob Beck |
2015-09-11 | - add some missing NAME entries | Jason McIntyre |
2015-09-10 | improve examples, | Theo de Raadt |
2015-09-10 | document client side certificate verification functionality. | Bob Beck |
2015-09-10 | document changed tls_read and tls_write semantics. | Bob Beck |
2015-09-10 | tweak previous; | Jason McIntyre |
2015-09-10 | Correctly document the behaviour of tls_close() - the caller is responsible | Joel Sing |
2015-09-10 | Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly | Joel Sing |
2015-09-10 | Update libtls man page to reflect tls_handshake() related changes. | Joel Sing |
2015-09-10 | revert accidental commit | Bob Beck |
2015-09-10 | comment for errno clobbering, to indicate why we do this. | Bob Beck |
2015-09-10 | Add support for preferring the server's cipher list or the client's cipher | Joel Sing |
2015-07-19 | tweak previous; ok doug | Jason McIntyre |
2015-07-19 | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. | Doug Hogan |
2015-04-03 | comma fix; | Jason McIntyre |