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_internal.h
Age
Commit message (
Expand
)
Author
2021-01-21
Allow setting a keypair on a tls context without specifying the private
Eric Faurot
2019-11-16
Allow 1.3 ciphers in libtls.
Bob Beck
2019-11-16
Allow portable to override the default CA bundle location
Bob Beck
2019-11-02
Provide tls_conn_cipher_strength().
Joel Sing
2019-04-01
Add a mutex to guard reference counting for tls_config.
Joel Sing
2018-11-06
Define TLS_CA_CERT_FILE rather than having every application create their
Joel Sing
2018-04-07
Correct tls_config_clear_keys() behaviour.
Joel Sing
2018-03-19
Automatically handle library initialisation for libtls.
Joel Sing
2018-02-10
Move the keypair pubkey hash handling code to during config.
Joel Sing
2018-02-10
Add support to libtls for client-side TLS session resumption.
Joel Sing
2018-02-08
Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of
Joel Sing
2018-02-08
Move tls_keypair_pubkey_hash() to the keypair file.
Joel Sing
2018-02-08
Split keypair handling out into its own file - it had already appeared
Joel Sing
2017-09-20
Keep track of which keypair is in use by a TLS context.
Joel Sing
2017-08-10
Add a tls_config_set_ecdhecurves() function to libtls, which allows the
Joel Sing
2017-08-09
Don't use tls_cert_hash for the hashing used by the engine offloading magic
Claudio Jeker
2017-07-06
Add support for providing CRLs to libtls - once a CRL is provided we
Joel Sing
2017-06-22
Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that
Joel Sing
2017-05-07
Ensure that a client context has been connected before attempting to
Joel Sing
2017-05-06
Perform reference counting for tls_config. This allows tls_config_free() to
Joel Sing
2017-05-04
Move tls_config_skip_private_key_check() out from under HIDDEN_DECLS.
Claudio Jeker
2017-04-10
Rework name verification code so that a match is indicated via an argument,
Joel Sing
2017-04-07
Use uint8_t instead of u_int8_t - for consistency and to make things easier
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-29
Move the ocsp staple to being part of the keypair structure internally,
Bob Beck
2017-01-26
Use a flag to track when we need to call SSL_shutdown(). This avoids an
Joel Sing
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-05
rename ocsp_ctx to ocsp
Bob Beck
2016-11-04
Add an explict list of exported symbols with just the functions declared
Philip Guenther
2016-11-04
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
Bob Beck
2016-11-04
Add ocsp_require_stapling config option for tls - allows a connection
Bob Beck
2016-11-03
Only set an error from libssl related code, if an error has not already
Joel Sing
2016-11-02
Add OCSP client side support to libtls.
Bob Beck
2016-09-04
Add callback-based interface to libtls.
Brent Cook
2016-08-22
Various clean up and reorganisation of the connection info handling code.
Joel Sing
2016-08-22
Provide an API that enables server side SNI support - add the ability to
Joel Sing
2016-08-22
Create contexts for server side SNI - these include the additional SSL_CTX
Joel Sing
2016-08-15
The tls_conninfo serial is also unused.
Joel Sing
2016-08-15
Group conninfo fields by connection and peer cert based information,
Joel Sing
2016-08-15
Explicitly pass in an SSL_CTX * to the functions that operate on one,
Joel Sing
2016-08-13
Load CA, certificate and key files into memory when the appropriate
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
Add ALPN support to libtls.
Joel Sing
2016-07-13
Split the existing TLS cipher suite groups into four:
Joel Sing
2016-07-07
Revert previous - it introduces problems with a common privsep use case.
Joel Sing
2016-07-06
Always load CA, key and certificate files at the time the configuration
Joel Sing
2016-05-27
Rename some of the internal error setting functions to more closely follow
Joel Sing
[next]