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:17:16 +0000 (11:17 +0100)
commitbd1a74f8ee92d2b63d19308fd3dfee2936af9d17
tree909e61e655be44d9ba47a7033eaa8bc1c632de58
parentf2bb79a78a1681f9a137d7560a17982f6e54333c
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)

(cherry picked from commit c1a3f16f735057b45df1803d58f40e4e17b233e5)
CHANGES
include/openssl/tls1.h