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
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
2015-09-10
Change tls_read and tls_write semantics to return an ssize_t to better
Bob Beck
2015-09-10
Split tls_handshake() out from tls_accept/tls_connect. By doing this the
Joel Sing
2015-09-10
Add support for preferring the server's cipher list or the client's cipher
Joel Sing
2015-09-09
Add client certificate support. Still needs a few tweaks but this will
Bob Beck
2015-06-19
Add standard headers, C++ support to tls.h.
Brent Cook
2015-03-31
Provide a tls_accept_fds() function, which allows a TLS connection to be
Joel Sing
2015-02-26
Prefix function parameter names with underscores in tls.h, since this makes
Joel Sing
2015-02-22
Rename tls_config_insecure_noverifyhost() to
Joel Sing
2015-02-12
Add a tls_config_parse_protocols() function that allows a protocols string
Joel Sing
2015-02-12
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
Joel Sing
2015-02-11
Provide a tls_connect_servername() function that has the same behaviour
Joel Sing
2015-02-11
Be consistent with naming - only use "host" and "hostname" when referring
Joel Sing
[next]