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
Age
Commit message (
Expand
)
Author
2017-07-06
Document tls_config_set_crl_file() and tls_config_set_crl_mem().
Joel Sing
2017-07-06
Bump minor due to symbol addition.
Joel Sing
2017-07-06
Add support for providing CRLs to libtls - once a CRL is provided we
Joel Sing
2017-07-05
RFC 6066 states that IP literals are not permitted in "HostName" for a
Joel Sing
2017-06-22
Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that
Joel Sing
2017-06-22
Fix incorrect indentation.
Joel Sing
2017-06-22
Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60.
Joel Sing
2017-06-22
Remove dead code that has remained hiding since ressl.c r1.14!
Joel Sing
2017-06-22
Use the standard `rv' idiom in tls_keypair_load_cert(), rather than
Joel Sing
2017-05-16
Plug a memory leak. The main_cert needs to be X509_free()ed since
Claudio Jeker
2017-05-07
Ensure that a client context has been connected before attempting to
Joel Sing
2017-05-07
Return an error if tls_handshake() is called on a TLS context that has
Joel Sing
2017-05-06
Use freezero() for the tls_load_file() failure case, since we're
Joel Sing
2017-05-06
BIO_free_all() and EVP_PKEY_free() can be called with NULL.
Joel Sing
2017-05-06
Be explicit about when it is safe to call tls_config_free().
Joel Sing
2017-05-06
Document tls_unload_file().
Joel Sing
2017-05-06
Perform reference counting for tls_config. This allows tls_config_free() to
Joel Sing
2017-05-06
Provide a tls_unload_file() function, that frees the memory returned from
Joel Sing
2017-05-06
Bump minors for symbol addition in libcrypto
Bob Beck
2017-05-04
Move tls_config_skip_private_key_check() out from under HIDDEN_DECLS.
Claudio Jeker
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-04-30
Only enable -Werror on libcrypto/libssl/libtls if we are building with
Joel Sing
2017-04-30
Add a tls_keypair_clear_key() function that uses freezero() to make key
Joel Sing
2017-04-27
tls_free(3) and tls_config_free(3) accept NULL;
Ingo Schwarze
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-03-02
fix error in Dt; from robert klein
Jason McIntyre
2017-02-28
Bump minors due to symbol addition.
Joel Sing
2017-02-20
spelling fix;
Jason McIntyre
2017-02-20
document tls_config_error(3) RETURN VALUES, improve what is said
Ingo Schwarze
2017-01-31
tweak previous;
Jason McIntyre
2017-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-31
Disable client-initiated renegotiation for libtls servers.
Joel Sing
2017-01-29
Marko Kreen contributed significantly to the ocsp stuff for libtls
Bob Beck
2017-01-29
Move the ocsp staple to being part of the keypair structure internally,
Bob Beck
2017-01-28
add HISTORY and AUTHORS
Ingo Schwarze
2017-01-27
Fix Copyright notices; ok beck@ jsing@ tedu@
Ingo Schwarze
2017-01-27
More s/OSCP/OCSP/ typos
Tom Cosgrove
2017-01-26
fix Dt;
Jason McIntyre
2017-01-26
Use a flag to track when we need to call SSL_shutdown(). This avoids an
Joel Sing
2017-01-26
Bump TLS_API due to new features being added earlier this week.
Joel Sing
2017-01-26
Bump libtls minor due to symbol additions earlier this week.
Joel Sing
2017-01-25
split the tls_init(3) that had grown fat to allow healthy future growth;
Ingo Schwarze
2017-01-24
Bump libssl and libtls minors due to symbol additions.
Joel Sing
2017-01-24
accross -> across;
Jason McIntyre
2017-01-24
Introduce ticket support. To enable them it is enough to set a positive
Claudio Jeker
2017-01-24
Add missing documentation for tls_config_set_verify_depth
Claudio Jeker
2017-01-24
Shuffle the deck chairs to bring them back in order.
Claudio Jeker
[next]