Send an alert if we get a non-initial record with the wrong version
authorMatt Caswell <matt@openssl.org>
Tue, 2 Aug 2016 16:43:32 +0000 (17:43 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 15 Aug 2016 22:14:30 +0000 (23:14 +0100)
commita01c86a25198921c5b8adb45c9379088ace4e42e
treefa0e1f7eee0ce22b2882a137b3f780b7149a211f
parent44efb88a21d464dba3ac5084c8d4553d696fab33
Send an alert if we get a non-initial record with the wrong version

If we receive a non-initial record but the version number isn't right then
we should send an alert.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/record/ssl3_record.c