boringssl/ssl
Steven Valdez dbe01585ba Implement ContentType TLS 1.3 variant.
This implements PR #1051
(https://github.com/tlswg/tls13-spec/pull/1051).

Local experiments were not able to replicate the claims in the PR, but
implement this anyway for comparison purposes.

Change-Id: Ic9baf5e671f9a44565020466a553dd08f5ec0f1b
Reviewed-on: https://boringssl-review.googlesource.com/17844
Reviewed-by: Steven Valdez <svaldez@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-07-14 19:48:00 +00:00
..
test Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +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 a number of files to C++. 2017-07-12 20:54:02 +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 Implement ContentType TLS 1.3 variant. 2017-07-14 19:48:00 +00:00
handshake_server.cc Switch handshake_client and handshake_server to C++. 2017-07-12 21:23:52 +00:00
internal.h Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +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 ssl_aead_ctx, ssl_file, and ssl_lib to C++. 2017-07-13 16:06:41 +00:00
ssl_asn1.cc Switch a number of files to C++. 2017-07-12 20:54:02 +00:00
ssl_buffer.cc Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +00:00
ssl_cert.cc Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 2017-07-13 15:10:43 +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 ssl_aead_ctx, ssl_file, and ssl_lib to C++. 2017-07-13 16:06:41 +00:00
ssl_privkey.cc Switch ssl_privkey to C++. 2017-07-13 16:08:04 +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
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 t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +00:00
tls13_both.cc Switch t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +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 Switch t1_lib, tls_record, and tls13_both to C++. 2017-07-13 16:14:02 +00:00