commit | f297e021f1403614f90c2f01e669022edfc1cfe6 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu May 28 19:55:29 2015 -0400 |
committer | Adam Langley <agl@google.com> | Mon Jun 01 20:29:07 2015 +0000 |
tree | 073e7a391f8146cad7e354863698403862298b23 | |
parent | 8a228f5bfe82e8178fc42262a1cc21e82c3f8bf8 [diff] |
Reject unknown fields in d2i_SSL_SESSION. The original OpenSSL implementation did the same. M_ASN1_D2I_Finish checks this. Forwards compatibility with future sessions with unknown fields is probably not desirable. Change-Id: I116a8c482cbcc47c3fcc31515c4a3718f66cf268 Reviewed-on: https://boringssl-review.googlesource.com/4941 Reviewed-by: Adam Langley <agl@google.com>