summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-158/+0
* Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - thisjsing2014-10-151-2/+2
* Allow "auto" to be specified as an ECDH curve name and make this thejsing2014-10-031-2/+4
* Move cipher configuration handling to the shared SSL configuration functionjsing2014-09-291-9/+1
* Add an option that allows the enabled SSL protocols to be explicitlyjsing2014-09-291-2/+3
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-271-6/+11
* 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