Ensure the record sequence number gets incremented
authorMatt Caswell <matt@openssl.org>
Wed, 14 Dec 2016 17:27:15 +0000 (17:27 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commitac77aa9a1c247ef8fe0726b3eceb95a26eba292e
tree0fbad3104087471c98e9d4bf04cc081b25738094
parent63c1df098316fdd3090631b31c64c7f4a6ae7aca
Ensure the record sequence number gets incremented

We were not incrementing the sequence number every time we sent/received
a record.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
ssl/record/ssl3_record_tls13.c