Go to file
David Benjamin f9b96fa493 Fix flipped DTLS checks.
09bd58d1f1 flipped a condition. Doing that
memset in the DTLS case breaks retransmits across a CCS and fails to memset in
the TLS case.

Strangely, it didn't break any tests, but I think that's a function of us
lacking renego tests. The sequence number doesn't seem to be used in the
initial handshake for TLS, so it stayed at zero. After a renego, that codepath
is relevant.

Change-Id: I369a524021857a82e181af7798c7a10fe6279550
Reviewed-on: https://boringssl-review.googlesource.com/1601
Reviewed-by: Adam Langley <agl@google.com>
2014-08-25 21:49:36 +00:00
crypto Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
ssl Fix flipped DTLS checks. 2014-08-25 21:49:36 +00:00
tool Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
util Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Increase minimum required cmake version 2014-08-18 17:23:37 +00:00
CMakeLists.txt Increase minimum required cmake version 2014-08-18 17:23:37 +00:00