Age | Commit message (Expand) | Author |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | Joel Sing |
2015-10-16 | Fix tpyo. | Joel Sing |
2015-10-09 | fix a gotcha in the connect refactoring, that could result in dropping | Theo de Raadt |
2015-10-08 | If getaddrinfo() succeeds, then don't try look ups with other flags, even | Philip Guenther |
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-10-07 | Allow us to get cipher and version even if there is not a peer certificate. | Bob Beck |
2015-10-01 | include <sys/types.h> for ssize_t | Brent Cook |
2015-09-29 | Instead of declaring a union in multiple places, move it to tls_internal.h. | Joel Sing |
2015-09-29 | clean some ugly intendation warts | Theo de Raadt |
2015-09-28 | Explicit NULL checks and style(9) tweaks. | Joel Sing |
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 | Expose EOF without close-notify via tls_close(). | Joel Sing |
2015-09-14 | Return an error if tls_handshake() or tls_close() is called on a context | Joel Sing |
2015-09-14 | add missing function return types | Ingo Schwarze |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | Doug Hogan |
2015-09-13 | work around the stupid semantics of SSL_read and SSL_write to make sure | Bob Beck |
2015-09-13 | Don't leak conninfo - spotted by marko kreen. | Bob Beck |
2015-09-13 | Mechanical minor bump to follow libcrypto. | Miod Vallat |
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-12 | Ensure that we clear the libssl error stack before we make a function call | Joel Sing |
2015-09-12 | Put tls_peer_cert* functions in the same place. | Joel Sing |
2015-09-11 | typo | Theo de Raadt |
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 | != -> == that I broke while bikeshedding | Bob Beck |
2015-09-11 | Do not match a wildcard against a name with no host part. | Bob Beck |
2015-09-11 | add tls_peer functions for checking names and issuers of peer certificates. | Bob Beck |
2015-09-11 | Provide tls_peer_cert_hash() which returns a hash of the raw certificate | Joel Sing |
2015-09-11 | Store a reference to the peer certificate (if any) upon completion of the | Joel Sing |
2015-09-11 | specify what is permitted as an argument to tls_config_set_ciphers() | Bob Beck |
2015-09-11 | actually set return value to 0 on success. | Bob Beck |
2015-09-11 | - add some missing NAME entries | Jason McIntyre |
2015-09-11 | sort MLINKS into the same order as the man page; | Jason McIntyre |
2015-09-10 | Call tls_set_errorx() instead of tls_set_error() in | Joel Sing |
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 | mlink tls_handshake; | Jason McIntyre |
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 |