Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make local header inclusion consistent. | jsing | 2021-05-16 | 1 | -3/+3 |
| | | | | | Consistently include local headers in the same location, using the same grouping/sorting across all files. | ||||
* | Ensure that handshake hash is non-NULL in tls1_transcript_hash_value(). | jsing | 2021-05-02 | 1 | -1/+4 |
| | | | | | | | | | | There are several paths where a subtle bug could result in tls1_transcript_hash_value() being called with a NULL handshake hash - add an explicit check for this case. As noted by tb@, due to the wonders of the libcrypto EVP APIs, combined with integer promotion, we already have a NULL check - this one is just more obvious. ok tb@ | ||||
* | whitespace | tb | 2021-04-23 | 1 | -3/+3 |
| | |||||
* | Provide tls1_transcript_unfreeze() to avoid the need for manual flags | jsing | 2020-02-05 | 1 | -2/+8 |
| | | | | | | mangling. ok tb@ | ||||
* | Rename the file that contains the transcript handling code. | jsing | 2019-02-09 | 1 | -0/+201 |
ok inoguchi@ tb@ |