]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct the Extended Master Secret string for EBCDIC
authorMatt Caswell <matt@openssl.org>
Mon, 22 Jul 2019 10:02:46 +0000 (11:02 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 6 Aug 2019 10:02:50 +0000 (11:02 +0100)
commitc1a3f16f735057b45df1803d58f40e4e17b233e5
tree4bac4b3de40f53b225b732ffab06499d1818d7b2
parent8bbf63e48f27c5edaa03e6d87d969c9b6a207f3c
Correct the Extended Master Secret string for EBCDIC

The macro TLS_MD_MASTER_SECRET_CONST is supposed to hold the ascii string
"extended master secret". On EBCDIC machines it actually contained the
value "extecded master secret"

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9430)
CHANGES
include/openssl/tls1.h