openssl/ssl
Matt Caswell f97d4c3708 Extends extension parsing to take the Certificate
Continuing from the previous commit we also need to extend the extensions
framework to supply the Certificate we just read during parsing.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2020)
2017-01-06 10:25:13 +00:00
..
record Fix a leak in SSL_clear() 2016-12-12 13:12:25 +00:00
statem Extends extension parsing to take the Certificate 2017-01-06 10:25:13 +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 Fix make update issues 2016-12-08 17:21:21 +00:00
ssl_init.c
ssl_lib.c Introduce TLSEXT_STATUSTYPE_nothing constant 2016-12-08 17:21:09 +00:00
ssl_locl.h Fix more style issues following extensions refactor feedback 2016-12-08 17:21:15 +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