summaryrefslogtreecommitdiff
path: root/lib/libtls/Makefile
AgeCommit message (Expand)Author
2023-05-05Use -Wshadow with clangTheo Buehler
2022-01-25Introduce a signer interface intented to make TLS privsep simplerEric Faurot
2020-06-09The check_includes step is incorrect dependency management model forTheo de Raadt
2020-01-22Correct includes check for libtls.Joel Sing
2020-01-22Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyJoel Sing
2018-02-08Split keypair handling out into its own file - it had already appearedJoel Sing
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-04-30Only enable -Werror on libcrypto/libssl/libtls if we are building withJoel Sing
2017-01-25split the tls_init(3) that had grown fat to allow healthy future growth;Ingo Schwarze
2016-11-05Remove generated Symbols.map on make clean.Joel Sing
2016-11-04Build with WARNINGS=Yes.Joel Sing
2016-11-04Add an explict list of exported symbols with just the functions declaredPhilip Guenther
2016-11-02Add OCSP client side support to libtls.Bob Beck
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...Brent Cook
2016-09-04Add callback-based interface to libtls.Brent Cook
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-09-14Provide tls_config_insecure_noverifytime() in order to be able to disableJoel Sing
2015-09-14some conn_version and conn_cipher bits;Jason McIntyre
2015-09-12Move connection info into it's own private structure allocated and filled inBob Beck
2015-09-11typoTheo de Raadt
2015-09-11document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashBob Beck
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.Bob Beck
2015-09-11Provide tls_peer_cert_hash() which returns a hash of the raw certificateJoel Sing
2015-09-11sort MLINKS into the same order as the man page;Jason McIntyre
2015-09-10document client side certificate verification functionality.Bob Beck
2015-09-10mlink tls_handshake;Jason McIntyre
2015-09-10add MLINKS for _prefer_ciphers_*Jason McIntyre
2015-06-05Link ssl and crypto via BSDOBJDIR, works with native and cross buildsTobias Ulmer
2015-05-17*** empty log message ***Mark Kettenis
2015-03-31Provide a tls_accept_fds() function, which allows a TLS connection to beJoel Sing
2015-02-22Rename tls_config_insecure_noverifyhost() toJoel Sing
2015-02-15Document tls_config_parse_protocols() and update documentation forJoel Sing
2015-02-11Provide a tls_connect_servername() function that has the same behaviourJoel Sing
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().Reyk Floeter
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters toJoel Sing
2015-01-22Add MLINK for tls_config_set_ca_mem()Reyk Floeter
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing