commit | d7c5368a0f67e8f393384170fe230bf9f598f4cb | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Sep 17 12:08:13 2014 -0400 |
committer | Adam Langley <agl@google.com> | Wed Sep 17 16:42:14 2014 +0000 |
tree | a294c45eb77d008dcaa6a6af7479db64666ce3f0 | |
parent | fc7b0863057cdbbcdf7af4d82c4d8d3ac688766b [diff] |
Add missing errors codes for alerts. This gives inappropriate_fallback and close_notify sent during the handshake error strings. It'd also avoid having to write case SSL_AD_REASON_OFFSET + SSL_AD_CLOSE_NOTIFY: in Chromium. Change-Id: I42123d5452eb7843ead883d112e58b3f087d3067 Reviewed-on: https://boringssl-review.googlesource.com/1780 Reviewed-by: Adam Langley <agl@google.com>