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
/
tls.h
Age
Commit message (
Expand
)
Author
2024-08-02
libtls: fix legacy protocol parsing
Theo Buehler
2024-03-27
Add TLS_ERROR_INVALID_ARGUMENT error code to libtls
joshua
2024-03-26
Add TLS_ERROR_INVALID_CONTEXT error code to libtls
joshua
2024-03-26
Add error code support to libtls
joshua
2023-07-02
Remove the ability to do tls 1.0 and 1.1 from libtls.
Bob Beck
2022-03-24
Hide the tls_signer from public visibility. It's not ready yet and
Theo Buehler
2022-02-01
Provide our own signature padding defines.
Joel Sing
2022-02-01
Revise signer callback interface.
Joel Sing
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2020-01-22
Enable TLS version 1.3 in the default protocols for libtls.
Bob Beck
2020-01-20
Add support for TLSv1.3 as a protocol to libtls.
Joel Sing
2019-11-02
Provide tls_conn_cipher_strength().
Joel Sing
2018-11-29
expose the default cert file as a function, not a define. it's really
Ted Unangst
2018-11-06
Define TLS_CA_CERT_FILE rather than having every application create their
Joel Sing
2018-02-10
Bump TLS API version since we've added more functionality.
Joel Sing
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-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-26
Bump TLS_API due to new features being added earlier this week.
Joel Sing
2017-01-24
Introduce ticket support. To enable them it is enough to set a positive
Claudio Jeker
2017-01-22
Wrap long lines.
Joel Sing
2016-11-11
Bump TLS_API due to recent feature additions and changes.
Joel Sing
2016-11-11
Change the return value of tls_config_set_protocols() and
Joel Sing
2016-11-05
Add support for server side OCSP stapling to libtls.
Bob Beck
2016-11-04
Add ocsp_require_stapling config option for tls - allows a connection
Bob Beck
2016-11-02
Add OCSP client side support to libtls.
Bob Beck
2016-09-13
add a little more typing to the first callback argument.
Ted Unangst
2016-09-04
Bump TLS_API for addition of callbacks.
Joel Sing
2016-09-04
Add callback-based interface to libtls.
Brent Cook
2016-08-22
Bump TLS_API due to the addition of server side SNI functions.
Joel Sing
2016-08-22
Provide an API that enables server side SNI support - add the ability to
Joel Sing
2016-08-12
Add ALPN support to libtls.
Joel Sing
2016-08-02
Revert previous since it adds new symbols.
Joel Sing
2016-08-01
Bump TLS_API for addition of ALPN support.
Joel Sing
2016-08-01
Add ALPN support to libtls.
Joel Sing
2016-05-27
Fix function parameters that do not have an underscore prefix.
Joel Sing
2016-04-28
Factor our the keypair handling in libtls. This results in more readable
Joel Sing
2016-04-28
Rework the error handling in libtls so that we can associate errors with
Joel Sing
2015-10-07
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...
Bob Beck
2015-10-01
include <sys/types.h> for ssize_t
Brent Cook
2015-09-14
Provide tls_config_insecure_noverifytime() in order to be able to disable
Joel Sing
2015-09-13
add visibility of ciper and connection version strings
Bob Beck
2015-09-12
Move connection info into it's own private structure allocated and filled in
Bob Beck
2015-09-12
Put tls_peer_cert* functions in the same place.
Joel Sing
2015-09-11
add tls_peer functions for checking names and issuers of peer certificates.
Bob Beck
2015-09-11
Provide tls_peer_cert_hash() which returns a hash of the raw certificate
Joel Sing
2015-09-10
change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT
Bob Beck
[next]