summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_transcript.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make local header inclusion consistent.jsing2021-05-161-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().jsing2021-05-021-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@
* whitespacetb2021-04-231-3/+3
|
* Provide tls1_transcript_unfreeze() to avoid the need for manual flagsjsing2020-02-051-2/+8
| | | | | | mangling. ok tb@
* Rename the file that contains the transcript handling code.jsing2019-02-091-0/+201
ok inoguchi@ tb@