commit | 2e52121acd2befd3ad04953f94fae5e80d84b1a2 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Jul 16 14:37:51 2014 -0400 |
committer | Adam Langley <agl@google.com> | Wed Jul 16 18:54:06 2014 +0000 |
tree | 9a5c5a588cfe981787852841381789fcae6386a4 | |
parent | 8750fe58f4bd74a3dd1aeba47ace94907d0a7de5 [diff] |
Fix magic SSL reason codes. SSL reason codes corresponding to alerts have special values. Teach make_errors.go that values above 1000 are reserved (otherwise it will assign new values in that namespace). Also fix all the existing reason codes which corresponded to alerts. Change-Id: Ieabdf8fd59f4802938616934e1d84e659227cf84 Reviewed-on: https://boringssl-review.googlesource.com/1212 Reviewed-by: Adam Langley <agl@google.com>