]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SSLv2-compatible ClientHello processing.
authorEmilia Kasper <emilia@openssl.org>
Tue, 18 Aug 2015 17:01:51 +0000 (19:01 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 26 Aug 2015 11:23:24 +0000 (13:23 +0200)
commit9cc3e8f1f2b9e9c36a2f61e914bc9711c35568b6
treeff97c2fd4d3a648835417e9bf66b533c4636d951
parent2aa815c343357524aa5a3775994d694de65544f8
Fix SSLv2-compatible ClientHello processing.

If the client challenge is less than 32 bytes, it is padded with leading - not trailing - zero bytes.

Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_srvr.c