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.h
Age
Commit message (
Expand
)
Author
2015-03-31
Provide a tls_accept_fds() function, which allows a TLS connection to be
Joel Sing
2015-02-26
Prefix function parameter names with underscores in tls.h, since this makes
Joel Sing
2015-02-22
Rename tls_config_insecure_noverifyhost() to
Joel Sing
2015-02-12
Add a tls_config_parse_protocols() function that allows a protocols string
Joel Sing
2015-02-12
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
Joel Sing
2015-02-11
Provide a tls_connect_servername() function that has the same behaviour
Joel Sing
2015-02-11
Be consistent with naming - only use "host" and "hostname" when referring
Joel Sing
2015-02-07
Add tls_load_file() as a helper to load certificates or encrypted keys
Reyk Floeter
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
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