summaryrefslogtreecommitdiff
path: root/src/lib/libtls/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use -Wshadow with clangtb2023-05-051-2/+2
* Introduce a signer interface intented to make TLS privsep simplereric2022-01-251-1/+2
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Correct includes check for libtls.jsing2020-01-221-2/+2
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Split keypair handling out into its own file - it had already appearedjsing2018-02-081-1/+2
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* Only enable -Werror on libcrypto/libssl/libtls if we are building withjsing2017-04-301-2/+5
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-251-3/+6
* Remove generated Symbols.map on make clean.jsing2016-11-051-1/+3
* Build with WARNINGS=Yes.jsing2016-11-041-1/+3
* Add an explict list of exported symbols with just the functions declaredguenther2016-11-041-1/+9
* Add OCSP client side support to libtls.beck2016-11-021-1/+2
* Update ld search path for libssl/libcrypto, fixes cross-build after source mo...bcook2016-09-191-3/+3
* Add callback-based interface to libtls.bcook2016-09-041-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-52/+1
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck2015-10-071-1/+3
* Provide tls_config_insecure_noverifytime() in order to be able to disablejsing2015-09-141-1/+2
* some conn_version and conn_cipher bits;jmc2015-09-141-1/+3
* Move connection info into it's own private structure allocated and filled inbeck2015-09-121-1/+2
* typoderaadt2015-09-111-2/+2
* document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashbeck2015-09-111-1/+4
* add tls_peer functions for checking names and issuers of peer certificates.beck2015-09-111-1/+3
* Provide tls_peer_cert_hash() which returns a hash of the raw certificatejsing2015-09-111-1/+2
* sort MLINKS into the same order as the man page;jmc2015-09-111-4/+4
* document client side certificate verification functionality.beck2015-09-101-1/+3
* mlink tls_handshake;jmc2015-09-101-1/+2
* add MLINKS for _prefer_ciphers_*jmc2015-09-101-1/+3
* Link ssl and crypto via BSDOBJDIR, works with native and cross buildstobiasu2015-06-051-3/+3
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-171-1/+4
* Provide a tls_accept_fds() function, which allows a TLS connection to bejsing2015-03-311-1/+2
* Rename tls_config_insecure_noverifyhost() tojsing2015-02-221-2/+2
* Document tls_config_parse_protocols() and update documentation forjsing2015-02-151-1/+2
* Provide a tls_connect_servername() function that has the same behaviourjsing2015-02-111-1/+3
* Add manpage bits for tls_load_file() and tls_accept_socket().reyk2015-02-071-1/+3
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-2/+3
* Add MLINK for tls_config_set_ca_mem()reyk2015-01-221-1/+2
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+58