boringssl/ssl
Adam Langley 11d11d6184 Fix and/or annotate all switch fall-throughs.
In some configurations, Clang will warn about all unannotated
fall-throughs in C++. This change adds the needed annotation for Clang
in the single place where we appear to have this.

Change-Id: I25a9069e659ce278d3cd24bf46f667324b3d5146
Reviewed-on: https://boringssl-review.googlesource.com/18024
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2017-07-17 18:52:06 +00:00
..
test Test that record-splitting splits records. 2017-07-17 14:19:13 +00:00
bio_ssl.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
CMakeLists.txt Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
custom_extensions.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_both.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
d1_lib.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_pkt.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
d1_srtp.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
dtls_method.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
dtls_record.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
handshake_client.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
handshake_server.cc Switch handshake_client and handshake_server to C++. 2017-07-12 21:23:52 +00:00
internal.h Fix and/or annotate all switch fall-throughs. 2017-07-17 18:52:06 +00:00
s3_both.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
s3_lib.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
s3_pkt.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
ssl_aead_ctx.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_asn1.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
ssl_buffer.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_cert.cc Fix and/or annotate all switch fall-throughs. 2017-07-17 18:52:06 +00:00
ssl_cipher.cc Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +00:00
ssl_ecdh.cc Switch ssl_ecdh to C++. 2017-07-13 15:26:03 +00:00
ssl_file.cc Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. 2017-07-13 16:06:41 +00:00
ssl_lib.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_privkey.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
ssl_session.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_stat.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_test.cc Add some addition tests for the cipher parsing code and tidy. 2017-07-05 23:52:05 +00:00
ssl_transcript.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
ssl_versions.cc Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
ssl_x509.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
t1_enc.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
t1_lib.cc Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. 2017-07-14 23:53:51 +00:00
tls13_both.cc Fix and/or annotate all switch fall-throughs. 2017-07-17 18:52:06 +00:00
tls13_client.cc Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
tls13_enc.cc Switch t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +00:00
tls13_server.cc Switch tls13_client and tls13_server to C++. 2017-07-13 16:14:26 +00:00
tls_method.cc Switch more files to C++. 2017-07-13 16:08:28 +00:00
tls_record.cc Disable record splitting in fuzzer mode. 2017-07-14 23:56:12 +00:00