summaryrefslogtreecommitdiff
path: root/lib/libtls/Symbols.list
AgeCommit message (Expand)Author
2022-03-24Hide the tls_signer from public visibility. It's not ready yet andTheo Buehler
2022-01-28Expose tls_signer_error()Joel Sing
2022-01-25Introduce a signer interface intented to make TLS privsep simplerEric Faurot
2021-01-21Allow setting a keypair on a tls context without specifying the privateEric Faurot
2019-11-02Provide tls_conn_cipher_strength().Joel Sing
2018-11-29missed adding tls_default_ca_cert_file here. found by sthenTed Unangst
2018-02-10Add support to libtls for client-side TLS session resumption.Joel Sing
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows theJoel Sing
2017-07-06Add support for providing CRLs to libtls - once a CRL is provided weJoel Sing
2017-05-06Provide a tls_unload_file() function, that frees the memory returned fromJoel Sing
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
2017-04-05Internal changes to allow for relayd engine privsep. sends the hash of theBob Beck
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
2017-01-24Introduce ticket support. To enable them it is enough to set a positiveClaudio Jeker
2016-11-05Add support for server side OCSP stapling to libtls.Bob Beck
2016-11-04Add an explict list of exported symbols with just the functions declaredPhilip Guenther