summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_hash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing $OpenBSD$ tags.jsing2017-05-061-0/+1
|
* Provide a rolling handshake hash that commences as soon as the cipherjsing2017-03-051-0/+110
suite has been selected, and convert the final finish MAC to use this handshake hash. This is a first step towards cleaning up the current handshake buffer/digest code. ok beck@ inoguchi@