boringssl/ssl
David Benjamin 8f820b4e43 Clean up resumption secret "derivation" step.
There is no more derivation step. We just use the resumption secret
directly. This saves us an unnecessary memcpy.

Change-Id: I203bdcc0463780c47cce655046aa1be560bb5b18
Reviewed-on: https://boringssl-review.googlesource.com/12472
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2016-12-01 19:26:14 +00:00
..
test Don't allow invalid SCT lists to be set. 2016-11-19 00:24:18 +00:00
CMakeLists.txt
custom_extensions.c Don't put a colon in the extra error message. 2016-11-17 21:46:34 +00:00
d1_both.c
d1_lib.c
d1_pkt.c
d1_srtp.c
dtls_method.c Replace hash_current_message with get_current_message. 2016-11-15 06:52:10 +00:00
dtls_record.c
handshake_client.c Add tests for failing cert_cb. 2016-11-15 07:15:54 +00:00
handshake_server.c Add |SSL_set_retain_only_sha256_of_client_certs|. 2016-11-17 02:49:19 +00:00
internal.h Enforce basic sanity of SCT lists. 2016-11-18 19:19:48 +00:00
s3_both.c Parse ClientHello extensions before deciding on resumption. 2016-11-16 23:58:02 +00:00
s3_enc.c
s3_lib.c Negotiate ciphers before resumption. 2016-11-17 01:02:42 +00:00
s3_pkt.c
ssl_aead_ctx.c Validate input iv/mac sizes in SSL_AEAD_CTX_new. 2016-10-28 21:25:35 +00:00
ssl_asn1.c Update to TLS 1.3 draft 18. 2016-11-15 06:57:21 +00:00
ssl_buffer.c
ssl_cert.c Update to TLS 1.3 draft 18. 2016-11-15 06:57:21 +00:00
ssl_cipher.c
ssl_ecdh.c
ssl_file.c
ssl_lib.c Don't allow invalid SCT lists to be set. 2016-11-19 00:24:18 +00:00
ssl_rsa.c
ssl_session.c Add |SSL_set_retain_only_sha256_of_client_certs|. 2016-11-17 02:49:19 +00:00
ssl_stat.c
ssl_test.cc Run TestOneSidedShutdown at all versions. 2016-11-21 18:56:48 +00:00
t1_enc.c Make tls1_setup_key_block static. 2016-11-18 03:58:26 +00:00
t1_lib.c Enforce basic sanity of SCT lists. 2016-11-18 19:19:48 +00:00
tls13_both.c Flush TLS 1.3 certificate extensions. 2016-11-18 22:01:38 +00:00
tls13_client.c Clean up resumption secret "derivation" step. 2016-12-01 19:26:14 +00:00
tls13_enc.c Add missing bounds check in tls13_derive_resumption_secret. 2016-11-28 20:36:32 +00:00
tls13_server.c Clean up resumption secret "derivation" step. 2016-12-01 19:26:14 +00:00
tls_method.c
tls_record.c Enforce record-layer version numbers. 2016-11-13 05:28:35 +00:00