openssl/ssl
Matt Caswell d270de322c Change TLSEXT_IDX_* values into an enum
Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich
Salz

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-12-08 17:21:03 +00:00
..
record Change various repeated wr[someindex]/pkt[someindex] references to a pointer 2016-12-05 17:05:40 +00:00
statem Change TLSEXT_IDX_* values into an enum 2016-12-08 17:21:03 +00:00
bio_ssl.c
build.info Move client parsing of ServerHello extensions into new framework 2016-12-08 17:18:25 +00:00
d1_lib.c Ensure we are in accept state in DTLSv1_listen 2016-11-29 10:01:49 +00:00
d1_msg.c
d1_srtp.c Move client parsing of ServerHello extensions into new framework 2016-12-08 17:18:25 +00:00
methods.c
packet_locl.h Add an ability to find out the current write location from a WPACKET 2016-12-05 17:05:40 +00:00
packet.c Various style fixes from the TLSv1.3 record changes review 2016-12-05 17:05:40 +00:00
pqueue.c
s3_cbc.c
s3_enc.c
s3_lib.c Update state machine to be closer to TLS1.3 2016-11-23 15:31:21 +00:00
s3_msg.c
ssl_asn1.c
ssl_cert.c
ssl_ciph.c
ssl_conf.c Test mac-then-encrypt 2016-11-28 12:23:36 +01:00
ssl_err.c Move ServerHello extension parsing into the new extension framework 2016-12-08 17:19:04 +00:00
ssl_init.c
ssl_lib.c
ssl_locl.h Change TLSEXT_IDX_* values into an enum 2016-12-08 17:21:03 +00:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c
t1_ext.c Add some missing extensions to SSL_extension_supported() 2016-12-08 17:17:33 +00:00
t1_lib.c Avoid repeatedly scanning the list of extensions 2016-12-08 17:18:56 +00:00
t1_trce.c Various style updates following extensions refactor 2016-12-08 17:20:58 +00:00
tls13_enc.c Fix a travis compilation error 2016-11-29 23:31:10 +00:00
tls_srp.c