Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | reyk | 2014-08-27 | 1 | -6/+11 |
| | | | | | | non-standard ECDH curve by name or to disable it by passing NULL. OK jsing@ | ||||
* | Add $OpenBSD$ tags. | jsing | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | Implement ressl_accept_socket, which allocates a new server connection | jsing | 2014-08-04 | 1 | -2/+43 |
| | | | | | context (if necessary) and handles the TLS/SSL handshake over the given socket. | ||||
* | Return -1 on error (not 1). | jsing | 2014-08-04 | 1 | -3/+3 |
| | |||||
* | A ressl server needs different configuration from a ressl client - provide | jsing | 2014-08-04 | 1 | -0/+37 |
| | | | | | a specific server configuration function and call this from ressl_configure. | ||||
* | Provide a function that returns a server connection context. | jsing | 2014-08-04 | 1 | -0/+13 |
| | |||||
* | Add stubs for the proposed server API. | jsing | 2014-07-13 | 1 | -0/+66 |