Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring back the ssl_shutdown internal method pointer. | jsing | 2019-11-17 | 1 | -1/+17 |
| | | | | | | | For now ssl3_shutdown() is called in all cases, however TLSv1.3 will soon get its own version. ok beck@ | ||||
* | Provide version agnostic DTLS methods. | jsing | 2019-03-17 | 1 | -1/+19 |
| | | | | ok tb@ | ||||
* | Correct guards. | jsing | 2019-02-14 | 1 | -3/+3 |
| | |||||
* | Provide a TLS 1.3 capable client method. | jsing | 2019-02-14 | 1 | -3/+45 |
| | | | | ok tb@ | ||||
* | Consolidate all of the SSL method structs/functions into a single file. | jsing | 2018-11-05 | 1 | -0/+666 |
Discussed with tb@ |