openssl/ssl
Matt Caswell 657a43f662 Fix missing SSL_IS_TLS13(s) usage
We should use the macro for testing if we are using TLSv1.3 rather than
checking s->version directly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-11-17 11:03:16 +00:00
..
record Fix missing SSL_IS_TLS13(s) usage 2016-11-17 11:03:16 +00:00
statem Fix missing SSL_IS_TLS13(s) usage 2016-11-17 11:03:16 +00:00
bio_ssl.c Test the size_t constant time functions 2016-11-04 12:09:46 +00:00
build.info Add support for TLS1.3 secret generation 2016-11-09 14:08:14 +00:00
d1_lib.c Remove heartbeat support 2016-11-13 16:24:02 -05:00
d1_msg.c
d1_srtp.c
methods.c
packet.c Add support for initialising WPACKETs from a static buffer 2016-11-09 10:36:54 +00:00
packet_locl.h Add support for initialising WPACKETs from a static buffer 2016-11-09 10:36:54 +00:00
pqueue.c Fix a missed size_t variable declaration 2016-11-04 12:09:46 +00:00
s3_cbc.c
s3_enc.c
s3_lib.c Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
s3_msg.c
ssl_asn1.c
ssl_cert.c
ssl_ciph.c Remove a hack from ssl_test_old 2016-11-16 10:27:40 +00:00
ssl_conf.c Rename the Elliptic Curves extension to supported_groups 2016-11-10 15:05:36 +00:00
ssl_err.c Fixed various style issues in the key_share code 2016-11-16 10:09:46 +00:00
ssl_init.c
ssl_lib.c Check that SCT timestamps are not in the future 2016-11-15 16:12:41 -05:00
ssl_locl.h Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Add a TLS version consistency check during session resumption 2016-11-16 10:09:46 +00:00
ssl_stat.c
ssl_txt.c
ssl_utst.c Remove heartbeat support 2016-11-13 16:24:02 -05:00
t1_enc.c Fix a typo in a comment 2016-11-16 10:09:46 +00:00
t1_ext.c Remove heartbeat support 2016-11-13 16:24:02 -05:00
t1_lib.c Move getting the curvelist for client and server out of the loop 2016-11-16 10:09:46 +00:00
t1_reneg.c
t1_trce.c Fix a "defined but not used" warning when enabling ssl-trace 2016-11-16 10:39:23 +00:00
tls13_enc.c Ensure the key and iv labels are declared as static 2016-11-09 14:08:15 +00:00
tls_srp.c