openssl/ssl
Todd Short aeb5b95576 Fix locking in ssl_cert_dup()
Properly check the return value of CRYPTO_THREAD_lock_new()

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-03-09 11:26:01 -05:00
..
record Fix building without multiblock support 2016-03-08 08:52:45 +00: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 Convert CRYPTO_LOCK_BIO to new multi-threading API 2016-03-08 11:10:34 -05:00
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
Makefile.in
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 Lazily initialise the compression buffer 2016-03-07 21:39:27 +00:00
s3_lib.c GH815: The ChaCha20/Poly1305 codepoints are official 2016-03-08 09:04:00 -05:00
s3_msg.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_asn1.c
ssl_cert.c Fix locking in ssl_cert_dup() 2016-03-09 11:26:01 -05:00
ssl_ciph.c Fix SSL_CIPHER_get_auth_nid return 2016-03-08 19:45:54 -05:00
ssl_conf.c
ssl_err.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_init.c Swap the init code to use CRYPTO_ONCE 2016-03-07 17:17:21 +00:00
ssl_lib.c Counter mixed signedness with a cast 2016-03-09 08:58:43 +01:00
ssl_locl.h Convert CRYPTO_LOCK_SSL_* to new multi-threading API 2016-03-08 18:48:38 -05:00
ssl_mcnf.c
ssl_rsa.c fix no-ec build 2016-03-03 13:27:34 +00:00
ssl_sess.c Convert CRYPTO_LOCK_SSL_* to new multi-threading API 2016-03-08 18:48:38 -05:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c Lazily initialise the compression buffer 2016-03-07 21:39:27 +00:00
t1_ext.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
t1_lib.c GH787: Fix ALPN 2016-03-08 09:03:05 -05:00
t1_reneg.c
t1_trce.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
tls_srp.c