boringssl/ssl
David Benjamin 13be1de469 Add a basic MTU test.
The minimum MTU (not consistently enforced) is just under 256, so it's
difficult to test everything, but this is a basic test. (E.g., without renego,
the only handshake message with encryption is Finished which fits in the MTU.)
It tests the server side because the Certificate message is large enough to
require fragmentation.

Change-Id: Ida11f1057cebae2b800ad13696f98bb3a7fbbc5e
Reviewed-on: https://boringssl-review.googlesource.com/2824
Reviewed-by: Adam Langley <agl@google.com>
2015-01-12 22:37:25 +00:00
..
pqueue Test insertion of duplicates in pqueue_test. 2014-11-06 01:46:57 +00:00
test Add a basic MTU test. 2015-01-12 22:37:25 +00:00
CMakeLists.txt Merge SSLv23_method and DTLS_ANY_VERSION. 2014-12-13 15:22:21 -08:00
d1_both.c Add outgoing messages to the handshake hash at set_handshake_header. 2014-12-16 01:43:51 +00:00
d1_clnt.c Reformatting of several DTLS source files. 2014-12-13 16:28:18 -08:00
d1_lib.c Remove cookie_len setting in dtls1_new. 2015-01-12 22:36:12 +00:00
d1_meth.c Implement SSL_clear with ssl_new and ssl_free. 2015-01-12 22:35:58 +00:00
d1_pkt.c Fix DTLS memory leak. 2015-01-09 19:41:47 +00:00
d1_srtp.c Reformat d1_{srtp|srvr}.c and s3_both.c 2014-12-15 18:42:07 -08:00
d1_srvr.c Reformat d1_{srtp|srvr}.c and s3_both.c 2014-12-15 18:42:07 -08:00
s3_both.c Touch up ssl3_get_message. 2014-12-17 00:16:23 +00:00
s3_cbc.c Reformatting of s3_{cbc|clnt}.c 2014-12-17 19:06:57 -08:00
s3_clnt.c Treat handshake_failure in response to ClientHello special. 2015-01-06 18:31:49 +00:00
s3_enc.c Reformat s3_{enc|lib}.c. 2014-12-18 12:09:22 -08:00
s3_lib.c Implement SSL_clear with ssl_new and ssl_free. 2015-01-12 22:35:58 +00:00
s3_meth.c Implement SSL_clear with ssl_new and ssl_free. 2015-01-12 22:35:58 +00:00
s3_pkt.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
s3_srvr.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_algs.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_asn1.c Remove psk_identity_hint from SSL_SESSION. 2014-11-10 23:59:47 +00:00
ssl_cert.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_ciph.c Cast ca_list to (void *) to silence msvc warning 4090 2015-01-06 01:14:03 +00:00
ssl_error.c Treat handshake_failure in response to ClientHello special. 2015-01-06 18:31:49 +00:00
ssl_lib.c Implement SSL_clear with ssl_new and ssl_free. 2015-01-12 22:35:58 +00:00
ssl_locl.h Implement SSL_clear with ssl_new and ssl_free. 2015-01-12 22:35:58 +00:00
ssl_rsa.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_sess.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_stat.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
ssl_test.c Merge SSLv23_method and DTLS_ANY_VERSION. 2014-12-13 15:22:21 -08:00
ssl_txt.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
t1_enc.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
t1_lib.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
t1_reneg.c Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00