]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/t1_enc.c
Utility function to retrieve handshake hashes.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 23 Jan 2015 02:37:27 +0000 (02:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Feb 2015 14:50:07 +0000 (14:50 +0000)
commit48fbcbacd2b22ab8d1bd9203a8fdc316eaab62f1
tree52ddfdb054416b86a4aa13f71c2cef6566780528
parent6f152a15d433c249b4b73d0a7968d4ea63925a24
Utility function to retrieve handshake hashes.

Retrieve handshake hashes in a separate function. This tidies the existing
code and will be used for extended master secret generation.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_enc.c