Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tls12_record_layer_free() NULL safe. | jsing | 2021-01-07 | 1 | -1/+5 |
* | Move the read MAC key into the TLSv1.2 record layer. | jsing | 2021-01-07 | 1 | -5/+16 |
* | Reimplement the TLSv1.2 record handling for the read side. | jsing | 2020-10-03 | 1 | -5/+343 |
* | Group seal record functions together. | jsing | 2020-09-16 | 1 | -11/+11 |
* | Split the tls12_record_layer_write_mac() function. | jsing | 2020-09-15 | 1 | -10/+19 |
* | Correct a failure case in tls12_record_layer_seal_record_protected() | jsing | 2020-09-15 | 1 | -2/+2 |
* | Start replacing the existing TLSv1.2 record layer. | jsing | 2020-08-30 | 1 | -0/+533 |