Go to file
David Benjamin d7c5368a0f 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>
2014-09-17 16:42:14 +00:00
crypto Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add missing errors codes for alerts. 2014-09-17 16:42:14 +00:00
ssl Add missing errors codes for alerts. 2014-09-17 16:42:14 +00:00
tool Add SSL_CTX_set_keylog_bio. 2014-09-03 20:15:55 +00:00
util Fix doc.config for header files being moved. 2014-09-02 22:42:43 +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