commit | ef5885e4101867e2b54135cdb4f6a7e83df35f8a | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Dec 15 03:16:49 2014 -0500 |
committer | Adam Langley <agl@google.com> | Tue Dec 16 01:44:35 2014 +0000 |
tree | 8a8910c5d4f0bd41122c6da792e2cf1b067f386d | |
parent | e4824e8af0f46bd9723750e045401de65741bbe9 [diff] |
Don't change s->version after have_version is set. Those version checks are if renego tried to change the version, but at that point we're out of the initial null cipher and should leave the version fixed. (On the server end, the code in question was dead after the version negotiation rewrite anyway.) Change-Id: I3242ba11bc9981ccf7fdb867176d59846cc49dd9 Reviewed-on: https://boringssl-review.googlesource.com/2605 Reviewed-by: Adam Langley <agl@google.com>