summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls12_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up derivation of finished/peer finished.jsing2021-04-251-0/+92
Make this process more readable by having specific client/server functions, calling the correct one based on s->server. This allows to remove various SSL_ST_ACCEPT/SSL_ST_CONNECT checks, along with duplicate code. ok inoguchi@ tb@