Age | Commit message (Expand) | Author |
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 |
2015-04-02 | Handle the case where multiple calls to SSL_shutdown() are required to | Joel Sing |
2015-04-02 | Correct man page title. | Joel Sing |
2015-04-02 | Document the fact that the tls_accept_*() functions can return | Joel Sing |
2015-03-31 | Provide a tls_accept_fds() function, which allows a TLS connection to be | Joel Sing |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-21 | explain how tls_accept_socket works. | Ted Unangst |
2015-02-21 | tls_config_set_protocols is really void. Greg Martin. | Ted Unangst |
2015-02-21 | fill out docs a bit more, notably the read/write again behaviors. | Ted Unangst |
2015-02-15 | s/tls_load_keys/tls_load_file/ | Joel Sing |
2015-02-15 | Document tls_config_parse_protocols() and update documentation for | Joel Sing |
2015-02-11 | Provide a tls_connect_servername() function that has the same behaviour | Joel Sing |