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_server.c
Age
Commit message (
Expand
)
Author
2016-08-22
Create contexts for server side SNI - these include the additional SSL_CTX
Joel Sing
2016-08-18
Split out the TLS server SSL_CTX allocation and configuration code, so
Joel Sing
2016-08-15
Explicitly pass in an SSL_CTX * to the functions that operate on one,
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-04-28
Factor our the keypair handling in libtls. This results in more readable
Joel Sing
2015-09-29
clean some ugly intendation warts
Theo de Raadt
2015-09-12
Ensure that we clear the libssl error stack before we make a function call
Joel Sing
2015-09-11
actually set return value to 0 on success.
Bob Beck
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
Indent labels with a space so that diff -p is more friendly.
Joel Sing
2015-09-09
Add client certificate support. Still needs a few tweaks but this will
Bob Beck
2015-09-09
Only take ownership of a socket if we allocated it within libtls. If we are
Joel Sing
2015-08-27
Improve libtls error messages.
Joel Sing
2015-08-22
Unify error message between client and server.
Joel Sing
2015-08-22
SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper
Joel Sing
2015-03-31
Provide a tls_accept_fds() function, which allows a TLS connection to be
Joel Sing
2015-03-31
Store errors that occur during a tls_accept_socket() call on the context
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-30
Make the TLS connect and accept error messages consistent.
Alexander Bluhm
2015-01-16
The SSL/TLS session Id context is limited to 32 bytes. Instead of
Reyk Floeter
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing