index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libtls
/
Symbols.list
Age
Commit message (
Expand
)
Author
2022-03-24
Hide the tls_signer from public visibility. It's not ready yet and
Theo Buehler
2022-01-28
Expose tls_signer_error()
Joel Sing
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2021-01-21
Allow setting a keypair on a tls context without specifying the private
Eric Faurot
2019-11-02
Provide tls_conn_cipher_strength().
Joel Sing
2018-11-29
missed adding tls_default_ca_cert_file here. found by sthen
Ted Unangst
2018-02-10
Add support to libtls for client-side TLS session resumption.
Joel Sing
2017-08-10
Add a tls_config_set_ecdhecurves() function to libtls, which allows the
Joel Sing
2017-07-06
Add support for providing CRLs to libtls - once a CRL is provided we
Joel Sing
2017-05-06
Provide a tls_unload_file() function, that frees the memory returned from
Joel Sing
2017-04-05
Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain
Bob Beck
2017-04-05
Internal changes to allow for relayd engine privsep. sends the hash of the
Bob Beck
2017-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-24
Introduce ticket support. To enable them it is enough to set a positive
Claudio Jeker
2016-11-05
Add support for server side OCSP stapling to libtls.
Bob Beck
2016-11-04
Add an explict list of exported symbols with just the functions declared
Philip Guenther