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
2015-01-30
Make the TLS connect and accept error messages consistent.
Alexander Bluhm
2015-01-22
last entry in NAME should not have a trailing comma;
Jason McIntyre
2015-01-22
Add MLINK for tls_config_set_ca_mem()
Reyk Floeter
2015-01-22
Allow to to load the CA chain directly from memory instead of
Reyk Floeter
2015-01-16
The SSL/TLS session Id context is limited to 32 bytes. Instead of
Reyk Floeter
2015-01-13
For non-blocking sockets tls_connect_fds() could fail with EAGAIN.
Alexander Bluhm
2015-01-02
Rename the tls_connect_socket() parameter 'socket' to 's' to avoid
Alexander Bluhm
2015-01-01
Revert previous; tls_accept_socket() was intentionally undocumented
Ingo Schwarze
2015-01-01
minimally document tls_accept_socket();
Ingo Schwarze
2014-12-27
include netinet/in.h to define struct in6_addr.
Brent Cook
2014-12-17
Add size_t to int checks for SSL functions.
Doug Hogan
2014-12-07
Allow specific libtls hostname validation errors to propagate.
Brent Cook
2014-12-07
Fix a memory leak in tls_check_subject_altname() by calling
Joel Sing
2014-12-07
revert previous change for now, adjusting based on comments from jsing@
Brent Cook
2014-12-07
Allow specific libtls hostname validation errors to propagate.
Brent Cook
2014-11-11
delete extra word in Nd
Theo de Raadt
2014-11-07
missing outlen in tls_write decl
Ted Unangst
2014-11-02
Add a tls_connect_fds() function that allows a secure connection to be
Joel Sing
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing