openssl/ssl
Rob Percival 3f3c7d26d5 Use s->session->peer instead of calling SSL_get_peer_certificate(s)
Avoids modifying certificate reference count, and thereby avoids locking.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-07 14:44:04 -05:00
..
record Remove unused parameters from internal functions 2016-02-22 13:39:44 -05:00
statem Lowercase name of SSL_validate_ct as it is an internal function 2016-03-07 14:44:04 -05:00
bio_ssl.c
build.info
d1_lib.c Remove unused parameters from internal functions 2016-02-22 13:39:44 -05:00
d1_msg.c
d1_srtp.c
Makefile.in Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
methods.c
packet_locl.h Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
pqueue.c
s3_cbc.c
s3_enc.c Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
s3_lib.c Rework the default cipherlist. 2016-03-07 16:53:42 +01:00
s3_msg.c
ssl_asn1.c
ssl_cert.c
ssl_ciph.c Rework the default cipherlist. 2016-03-07 16:53:42 +01:00
ssl_conf.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
ssl_err.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
ssl_init.c Swap the init code to use CRYPTO_ONCE 2016-03-07 17:17:21 +00:00
ssl_lib.c Use s->session->peer instead of calling SSL_get_peer_certificate(s) 2016-03-07 14:44:04 -05:00
ssl_locl.h Lowercase name of SSL_validate_ct as it is an internal function 2016-03-07 14:44:04 -05:00
ssl_mcnf.c
ssl_rsa.c fix no-ec build 2016-03-03 13:27:34 +00:00
ssl_sess.c
ssl_stat.c
ssl_txt.c
ssl_utst.c Fix build-break 2016-02-15 10:17:12 -05:00
t1_enc.c Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
t1_ext.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
t1_lib.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
t1_reneg.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
t1_trce.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
tls_srp.c