]> git.ipfire.org Git - thirdparty/openssl.git/commit
Create the Finished message payload
authorMatt Caswell <matt@openssl.org>
Fri, 11 Nov 2016 00:20:19 +0000 (00:20 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 15:31:21 +0000 (15:31 +0000)
commit6484776f177b38dd668618a75bee58674ca42578
tree9e7525d2afb3987423da89f28655ec3ac33231ba
parent92760c21e62c6e5ef172fa110cf47a509cd50f2f
Create the Finished message payload

The previous commit had a dummy payload for the Finished data. This commit
fills it in with a real value.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h
ssl/tls13_enc.c