summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
* Implement ressl_accept_socket, which allocates a new server connectionjsing2014-08-041-2/+43
* 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
* 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