summaryrefslogtreecommitdiffstats
path: root/lib/libtls/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-06-09The check_includes step is incorrect dependency management model forderaadt1-11/+1
2020-01-22Correct includes check for libtls.jsing1-2/+2
2020-01-22Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing1-1/+11
2018-02-08Split keypair handling out into its own file - it had already appearedjsing1-1/+2
2017-08-13Switch to -Werror with clang for libressl.doug1-2/+2
2017-04-30Only enable -Werror on libcrypto/libssl/libtls if we are building withjsing1-2/+5
2017-01-25split the tls_init(3) that had grown fat to allow healthy future growth;schwarze1-3/+6
2016-11-05Remove generated Symbols.map on make clean.jsing1-1/+3
2016-11-04Build with WARNINGS=Yes.jsing1-1/+3
2016-11-04Add an explict list of exported symbols with just the functions declaredguenther1-1/+9
2016-11-02Add OCSP client side support to libtls.beck1-1/+2
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source moved.bcook1-3/+3
2016-09-04Add callback-based interface to libtls.bcook1-1/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-52/+1
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certificatebeck1-1/+3
2015-09-14Provide tls_config_insecure_noverifytime() in order to be able to disablejsing1-1/+2
2015-09-14some conn_version and conn_cipher bits;jmc1-1/+3
2015-09-12Move connection info into it's own private structure allocated and filled inbeck1-1/+2
2015-09-11typoderaadt1-2/+2
2015-09-11document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashbeck1-1/+4
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.beck1-1/+3
2015-09-11Provide tls_peer_cert_hash() which returns a hash of the raw certificatejsing1-1/+2
2015-09-11sort MLINKS into the same order as the man page;jmc1-4/+4
2015-09-10document client side certificate verification functionality.beck1-1/+3
2015-09-10mlink tls_handshake;jmc1-1/+2
2015-09-10add MLINKS for _prefer_ciphers_*jmc1-1/+3
2015-06-05Link ssl and crypto via BSDOBJDIR, works with native and cross buildstobiasu1-3/+3
2015-05-17Record inter-library dependencies between libcrypto, libssl and libtlskettenis1-1/+4
2015-03-31Provide a tls_accept_fds() function, which allows a TLS connection to bejsing1-1/+2
2015-02-22Rename tls_config_insecure_noverifyhost() tojsing1-2/+2
2015-02-15Document tls_config_parse_protocols() and update documentation forjsing1-1/+2
2015-02-11Provide a tls_connect_servername() function that has the same behaviourjsing1-1/+3
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().reyk1-1/+3
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters tojsing1-2/+3
2015-01-22Add MLINK for tls_config_set_ca_mem()reyk1-1/+2
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier tojsing1-0/+58