Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-28 | Remove direct assignment of aead_ctx. | jsing | 1 | -13/+7 | |
Now that AEAD is handled internally, we should no longer be assigning aead_ctx directly, as this will result in a leak. Missed during the previous change. | |||||
2021-01-28 | Move AEAD handling into the new TLSv1.2 record layer. | jsing | 4 | -134/+102 | |
ok tb@ | |||||
2021-01-27 | wrap an overlong line | tb | 1 | -2/+3 | |
2021-01-27 | Link SSL_get_finished.3 to build. | tb | 1 | -1/+2 | |