Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A TLS Server can now process either TLS or DTLS but not either, | lloyd | 2014-11-15 | 1 | -3/+1 |
| | | | | | with the setting set in the constructor. This prevents various surprising things from happening to applications and simplifies record processing. | ||||
* | No need to pass version by reference | lloyd | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00) | lloyd | 2014-10-31 | 1 | -1/+14 |
| | |||||
* | Verify that the server did not send any extension that the client didn't | lloyd | 2014-04-11 | 1 | -0/+10 |
| | | | | offer. Previously the client only checked a couple of special cases. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+286 |