Go to file
David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac.
It may fail because the BIO_write to the memory BIO can allocate.
Unfortunately, this bubbles up pretty far up now that we've moved the handshake
hash to ssl3_set_handshake_header.

Change-Id: I58884347a4456bb974ac4783078131522167e29d
Reviewed-on: https://boringssl-review.googlesource.com/3483
Reviewed-by: Adam Langley <agl@google.com>
2015-02-17 21:01:37 +00:00
crypto Add some missing error failure checks. 2015-02-17 20:55:56 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add some missing error failure checks. 2015-02-17 20:55:56 +00:00
ssl Handle failures in ssl3_finish_mac. 2015-02-17 21:01:37 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Replace all_tests.sh with a test runner in Go. 2015-02-11 23:17:50 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Update BUILDING documentation regarding Go. 2015-02-13 00:21:28 +00:00
CMakeLists.txt Fix standalone build on Win64. 2015-02-11 23:13:52 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Add a style guide. 2015-01-28 01:12:05 +00:00