Simplify server key exchange signature verification.
authorjsing <jsing@openbsd.org>
Fri, 10 Aug 2018 17:52:35 +0000 (17:52 +0000)
committerjsing <jsing@openbsd.org>
Fri, 10 Aug 2018 17:52:35 +0000 (17:52 +0000)
commit682971ad2b42ce13e54d3511cd8927dcd77f467f
tree23159cee302a6575ff297932bcc3910c78f964c4
parent27542f773c4af18abb8bdd767931ccb028ec8478
Simplify server key exchange signature verification.

Everything can go through the EVP_Verify* code path.

ok inoguchi@ tb@
lib/libssl/ssl_clnt.c