| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct includes check for libtls. | jsing | 2020-01-22 | 1 | -2/+2 |
* | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually | jsing | 2020-01-22 | 1 | -1/+11 |
* | Split keypair handling out into its own file - it had already appeared | jsing | 2018-02-08 | 1 | -1/+2 |
* | Switch to -Werror with clang for libressl. | doug | 2017-08-13 | 1 | -2/+2 |
* | Only enable -Werror on libcrypto/libssl/libtls if we are building with | jsing | 2017-04-30 | 1 | -2/+5 |
* | split the tls_init(3) that had grown fat to allow healthy future growth; | schwarze | 2017-01-25 | 1 | -3/+6 |
* | Remove generated Symbols.map on make clean. | jsing | 2016-11-05 | 1 | -1/+3 |
* | Build with WARNINGS=Yes. | jsing | 2016-11-04 | 1 | -1/+3 |
* | Add an explict list of exported symbols with just the functions declared | guenther | 2016-11-04 | 1 | -1/+9 |
* | Add OCSP client side support to libtls. | beck | 2016-11-02 | 1 | -1/+2 |
* | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | bcook | 2016-09-19 | 1 | -3/+3 |
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 1 | -1/+2 |
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -52/+1 |
* | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | beck | 2015-10-07 | 1 | -1/+3 |
* | Provide tls_config_insecure_noverifytime() in order to be able to disable | jsing | 2015-09-14 | 1 | -1/+2 |
* | some conn_version and conn_cipher bits; | jmc | 2015-09-14 | 1 | -1/+3 |
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 1 | -1/+2 |
* | typo | deraadt | 2015-09-11 | 1 | -2/+2 |
* | document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash | beck | 2015-09-11 | 1 | -1/+4 |
* | add tls_peer functions for checking names and issuers of peer certificates. | beck | 2015-09-11 | 1 | -1/+3 |
* | Provide tls_peer_cert_hash() which returns a hash of the raw certificate | jsing | 2015-09-11 | 1 | -1/+2 |
* | sort MLINKS into the same order as the man page; | jmc | 2015-09-11 | 1 | -4/+4 |
* | document client side certificate verification functionality. | beck | 2015-09-10 | 1 | -1/+3 |
* | mlink tls_handshake; | jmc | 2015-09-10 | 1 | -1/+2 |
* | add MLINKS for _prefer_ciphers_* | jmc | 2015-09-10 | 1 | -1/+3 |
* | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | tobiasu | 2015-06-05 | 1 | -3/+3 |
* | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 1 | -1/+4 |
* | Provide a tls_accept_fds() function, which allows a TLS connection to be | jsing | 2015-03-31 | 1 | -1/+2 |
* | Rename tls_config_insecure_noverifyhost() to | jsing | 2015-02-22 | 1 | -2/+2 |
* | Document tls_config_parse_protocols() and update documentation for | jsing | 2015-02-15 | 1 | -1/+2 |
* | Provide a tls_connect_servername() function that has the same behaviour | jsing | 2015-02-11 | 1 | -1/+3 |
* | Add manpage bits for tls_load_file() and tls_accept_socket(). | reyk | 2015-02-07 | 1 | -1/+3 |
* | Add tls_config_set_dheparams() to allow specification of the parameters to | jsing | 2015-02-07 | 1 | -2/+3 |
* | Add MLINK for tls_config_set_ca_mem() | reyk | 2015-01-22 | 1 | -1/+2 |
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 1 | -0/+58 |