Go to file
David Benjamin 7f18b139cc Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU.
That setting means that the MTU is provided externally via SSL_set_mtu.

(Imported from upstream's 001235778a6e9c645dc0507cad6092d99c9af8f5)

Change-Id: I4e5743a9dee734ddd0235f080aefe98a7365aaf6
Reviewed-on: https://boringssl-review.googlesource.com/2826
Reviewed-by: Adam Langley <agl@google.com>
2015-01-14 21:43:36 +00:00
crypto Add tests for padding variations. 2015-01-14 21:09:16 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Guard against small MTUs from the BIO. 2015-01-14 21:43:07 +00:00
ssl Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU. 2015-01-14 21:43:36 +00:00
tool Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
util Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +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 Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Remove -std=c89 from compiler command line. 2015-01-12 23:45:34 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00