summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
|
* Implement ressl_accept_socket, which allocates a new server connectionjsing2014-08-041-2/+43
| | | | | context (if necessary) and handles the TLS/SSL handshake over the given socket.
* Return -1 on error (not 1).jsing2014-08-041-3/+3
|
* A ressl server needs different configuration from a ressl client - providejsing2014-08-041-0/+37
| | | | | a specific server configuration function and call this from ressl_configure.
* Provide a function that returns a server connection context.jsing2014-08-041-0/+13
|
* Add stubs for the proposed server API.jsing2014-07-131-0/+66