Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement pending for TLSv1.3. | jsing | 2020-01-23 | 1 | -3/+3 |
| | | | | | | Makes `openssl s_client -peekaboo` work with TLSv1.3. ok beck@ tb@ | ||||
* | Switch back to a function pointer for ssl_pending. | jsing | 2020-01-23 | 1 | -1/+18 |
| | | | | | | | This will allow the TLSv1.3 stack to provide its own implementation. Nuke a completely bogus comment from SSL_pending() whilst here. ok beck@ | ||||
* | Wire up the TLSv1.3 server. | jsing | 2020-01-22 | 1 | -3/+45 |
| | | | | | | | | This currently only has enough code to handle fallback to the legacy TLS stack for TLSv1.2 or earlier, however allows for further development and testing. ok beck@ | ||||
* | Hook up the TLSv1.3 legacy shutdown code. | jsing | 2020-01-22 | 1 | -2/+2 |
| | | | | Missed in an earlier commit. | ||||
* | Split the TLSv1.3 guards into separate client and server guards. | jsing | 2020-01-22 | 1 | -3/+3 |
| | | | | ok beck@ tb@ | ||||
* | 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@ |