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
2015-10-07
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...
Bob Beck
2015-09-29
Instead of declaring a union in multiple places, move it to tls_internal.h.
Joel Sing
2015-09-14
Provide tls_config_insecure_noverifytime() in order to be able to disable
Joel Sing
2015-09-14
Expose EOF without close-notify via tls_close().
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-11
add tls_peer functions for checking names and issuers of peer certificates.
Bob Beck
2015-09-11
Store a reference to the peer certificate (if any) upon completion of the
Joel Sing
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-09-08
Remove the default HTTPS port from tls_connect() - this is a TLS library,
Joel Sing
2015-08-27
Improve libtls error messages.
Joel Sing
2015-08-27
Split the persistent/configuration flags from temporary state flags and
Joel Sing
2015-03-31
Store errors that occur during a tls_accept_socket() call on the context
Joel Sing
2015-02-22
In the interests of being secure by default, make the default TLS ciphers
Joel Sing
2015-02-11
Be consistent with naming - only use "host" and "hostname" when referring
Joel Sing
2015-02-07
Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL error
Joel Sing
2015-02-07
Add tls_config_set_dheparams() to allow specification of the parameters to
Joel Sing
2015-01-22
Allow to to load the CA chain directly from memory instead of
Reyk Floeter
2015-01-13
For non-blocking sockets tls_connect_fds() could fail with EAGAIN.
Alexander Bluhm
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
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-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing