Implement ressl_accept_socket, which allocates a new server connection
authorjsing <jsing@openbsd.org>
Mon, 4 Aug 2014 16:34:11 +0000 (16:34 +0000)
committerjsing <jsing@openbsd.org>
Mon, 4 Aug 2014 16:34:11 +0000 (16:34 +0000)
commit2c0c4ff45542062120275aeeb867bd525fdaa6cf
tree443e3d3e823673c93fe10a34dd701bfe13bfa7e5
parent031cf80d52d427215a4096ddaea8c9b9d08bce81
Implement ressl_accept_socket, which allocates a new server connection
context (if necessary) and handles the TLS/SSL handshake over the given
socket.
lib/libressl/ressl.h
lib/libressl/ressl_server.c