Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow "auto" to be specified as an ECDH curve name and make this the | jsing | 2014-10-03 | 1 | -2/+4 |
* | Move cipher configuration handling to the shared SSL configuration function | jsing | 2014-09-29 | 1 | -9/+1 |
* | Add an option that allows the enabled SSL protocols to be explicitly | jsing | 2014-09-29 | 1 | -2/+3 |
* | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | reyk | 2014-08-27 | 1 | -6/+11 |
* | 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 |
* | 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 |
* | 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 |