| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the existing TLS cipher suite groups into four: | jsing | 2016-07-13 | 1 | -6/+11 |
* | typo fixes; Anthony Coulter | sthen | 2016-05-27 | 1 | -3/+3 |
* | Fix mangled function signatures. | jsing | 2016-05-09 | 1 | -5/+5 |
* | spelling fix; | jmc | 2016-04-28 | 1 | -2/+2 |
* | Factor our the keypair handling in libtls. This results in more readable | jsing | 2016-04-28 | 1 | -3/+17 |
* | Rework the error handling in libtls so that we can associate errors with | jsing | 2016-04-28 | 1 | -5/+10 |
* | no more outlen; from remco | jmc | 2016-04-24 | 1 | -5/+3 |
* | typos; | jmc | 2016-04-24 | 1 | -3/+3 |
* | update some client/server info; from jan klemkow | jmc | 2015-11-09 | 1 | -5/+5 |
* | Put tls_config_verify_client_optional() in the right place. | jsing | 2015-10-16 | 1 | -6/+6 |
* | Fix tpyo. | jsing | 2015-10-16 | 1 | -3/+3 |
* | trailing whitespace; | jmc | 2015-10-08 | 1 | -6/+6 |
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | beck | 2015-10-07 | 1 | -4/+30 |
* | tweak previous; | jmc | 2015-09-14 | 1 | -2/+2 |
* | Provide tls_config_insecure_noverifytime() in order to be able to disable | jsing | 2015-09-14 | 1 | -1/+9 |
* | Remove useless quoting from .Fo and .Fn function names, to prevent | schwarze | 2015-09-14 | 1 | -4/+4 |
* | some conn_version and conn_cipher bits; | jmc | 2015-09-14 | 1 | -8/+7 |
* | add missing function return types | schwarze | 2015-09-14 | 1 | -2/+3 |
* | add visibility of ciper and connection version strings | beck | 2015-09-13 | 1 | -3/+23 |
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 1 | -20/+10 |
* | 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 | 1 | -2/+54 |
* | add tls_peer functions for checking names and issuers of peer certificates. | beck | 2015-09-11 | 1 | -2/+29 |
* | specify what is permitted as an argument to tls_config_set_ciphers() | beck | 2015-09-11 | 1 | -1/+11 |
* | - add some missing NAME entries | jmc | 2015-09-11 | 1 | -6/+8 |
* | improve examples, | deraadt | 2015-09-10 | 1 | -8/+11 |
* | document client side certificate verification functionality. | beck | 2015-09-10 | 1 | -2/+16 |
* | document changed tls_read and tls_write semantics. | beck | 2015-09-10 | 1 | -15/+58 |
* | 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 | 1 | -4/+4 |
* | Add support for preferring the server's cipher list or the client's cipher | jsing | 2015-09-10 | 1 | -2/+19 |
* | tweak previous; ok doug | jmc | 2015-07-19 | 1 | -4/+4 |
* | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. | doug | 2015-07-19 | 1 | -2/+29 |
* | comma fix; | jmc | 2015-04-03 | 1 | -3/+3 |
* | Handle the case where multiple calls to SSL_shutdown() are required to | jsing | 2015-04-02 | 1 | -2/+5 |
* | Correct man page title. | jsing | 2015-04-02 | 1 | -2/+2 |
* | Document the fact that the tls_accept_*() functions can return | jsing | 2015-04-02 | 1 | -7/+11 |
* | Provide a tls_accept_fds() function, which allows a TLS connection to be | jsing | 2015-03-31 | 1 | -2/+18 |
* | Rename tls_config_insecure_noverifyhost() to | jsing | 2015-02-22 | 1 | -11/+11 |
* | explain how tls_accept_socket works. | tedu | 2015-02-21 | 1 | -2/+9 |
* | tls_config_set_protocols is really void. Greg Martin. | tedu | 2015-02-21 | 1 | -3/+3 |
* | fill out docs a bit more, notably the read/write again behaviors. | tedu | 2015-02-21 | 1 | -3/+27 |
* | s/tls_load_keys/tls_load_file/ | jsing | 2015-02-15 | 1 | -2/+2 |
* | Document tls_config_parse_protocols() and update documentation for | jsing | 2015-02-15 | 1 | -4/+25 |