Correct handshake MAC/PRF for various TLSv1.2 cipher suites.
authorjsing <jsing@openbsd.org>
Sun, 7 Feb 2021 15:12:52 +0000 (15:12 +0000)
committerjsing <jsing@openbsd.org>
Sun, 7 Feb 2021 15:12:52 +0000 (15:12 +0000)
commit8109099ad627e31ead5b53b16a409a63a9000549
treeef236050d4730518f88caccb876e71651365f684
parentb81375cc4fbad88a54ed47f4efafc0802c58445f
Correct handshake MAC/PRF for various TLSv1.2 cipher suites.

For some reason various TLSv1.2 cipher suites were added with the default
handshake MAC and PRF, rather than the SHA256 handshake MAC and PRF. This
gets patched up in ssl3_get_algorithm2(), hence goes unnoticed.

ok tb@
lib/libssl/s3_lib.c