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_config.c
Age
Commit message (
Expand
)
Author
2024-08-02
libtls: fix legacy protocol parsing
Theo Buehler
2024-03-28
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2024-03-27
Add TLS_ERROR_INVALID_ARGUMENT 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
2023-05-14
add missing #include <string.h>; ok tb@
Omar Polo
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2021-10-21
Print uid with %u instead of %i.
Theo Buehler
2021-01-21
when using fake keys, skip the private key check
Eric Faurot
2021-01-21
Allow setting a keypair on a tls context without specifying the private
Eric Faurot
2020-12-22
Destroy the mutex in tls_config objects when tls_config_free is called.
Brent Cook
2020-12-22
Revert call to pthread_mutex_destroy until installers have a stub.
Brent Cook
2020-12-21
Destroy the mutex in a tls_config object when tls_config_free is called.
Brent Cook
2020-01-20
Add support for TLSv1.3 as a protocol to libtls.
Joel Sing
2019-11-16
Allow portable to override the default CA bundle location
Bob Beck
2019-04-04
Switch to pthread_mutex_init().
Joel Sing
2019-04-01
Add a mutex to guard reference counting for tls_config.
Joel Sing
2019-03-27
remove duplicate set key file call. from alf.
Ted Unangst
2018-11-29
expose the default cert file as a function, not a define. it's really
Ted Unangst
2018-04-07
Correct tls_config_clear_keys() behaviour.
Joel Sing
2018-03-20
Avoid potentially calling strchr() on a NULL pointer in
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
Split keypair handling out into its own file - it had already appeared
Joel Sing
2018-02-05
Be consistent with the goto label names used in libtls code.
Joel Sing
2017-12-09
Make tls_config_parse_protocols() work correctly when passed a NULL pointer
Joel Sing
2017-09-25
If tls_config_parse_protocols() is called with a NULL pointer, return the
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-05-06
Perform reference counting for tls_config. This allows tls_config_free() to
Joel Sing
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-04-30
Add a tls_keypair_clear_key() function that uses freezero() to make key
Joel Sing
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-29
Move the ocsp staple to being part of the keypair structure internally,
Bob Beck
2017-01-24
Introduce ticket support. To enable them it is enough to set a positive
Claudio Jeker
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
Make the tls_keypair_new() function a valid prototype.
Joel Sing
2016-11-04
Avoid another signed vs unsigned comparison.
Joel Sing
2016-11-04
Add ocsp_require_stapling config option for tls - allows a connection
Bob Beck
2016-08-22
Provide an API that enables server side SNI support - add the ability to
Joel Sing
2016-08-13
Avoid leaking memory if tls_config_set_alpn() is called multiple times
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
[next]