openssl/ssl
Dr. Stephen Henson e93f7d9c98 Use correct signature algorithm list when sending or checking.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2298)
2017-01-26 17:56:31 +00:00
..
Makefile Add basic test for Cisco DTLS1_BAD_VER and record replay handling 2016-08-26 13:44:11 +01:00
bad_dtls_test.c Solution proposal for issue #1647. 2016-11-12 22:22:21 -05:00
bio_ssl.c Handle SSL_ERROR_WANT_X509_LOOKUP 2015-09-20 14:21:18 +01:00
clienthellotest.c GH354: Memory leak fixes 2015-08-28 11:59:23 -04:00
d1_both.c Make message buffer slightly larger than message. 2016-09-21 19:56:05 +01:00
d1_clnt.c Fix DTLS buffered message DoS attack 2016-08-22 10:59:41 +01:00
d1_lib.c Fix DTLS buffered message DoS attack 2016-08-22 10:59:41 +01:00
d1_meth.c Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION 2015-11-04 14:46:03 +00:00
d1_pkt.c Don't allow too many consecutive warning alerts 2016-09-21 20:14:16 +01:00
d1_srtp.c
d1_srvr.c Fix DTLS buffered message DoS attack 2016-08-22 10:59:41 +01:00
dtls1.h
dtlstest.c Fix no-ec 2016-08-24 09:23:14 +01:00
heartbeat_test.c Revert "Fix heartbeat_test" 2016-11-29 09:54:58 +00:00
install-ssl.com
kssl.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
kssl.h Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
kssl_lcl.h Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
s2_clnt.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
s2_enc.c
s2_lib.c Degrade 3DES to MEDIUM in SSL2 2016-10-14 11:31:18 -04:00
s2_meth.c Add no-ssl2-method 2016-03-14 21:13:59 +01:00
s2_pkt.c Make SSL_read and SSL_write return the old behaviour and document it. 2016-11-21 22:00:43 +01:00
s2_srvr.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
s3_both.c Make message buffer slightly larger than message. 2016-09-21 19:56:05 +01:00
s3_cbc.c Good hygiene with size_t output argument. 2015-11-21 05:23:20 -05:00
s3_clnt.c Better check of DH parameters in TLS data 2017-01-26 10:56:29 +00:00
s3_enc.c Fix NULL-return checks in 1.0.2 2016-08-19 10:44:32 -04:00
s3_lib.c Use correct signature algorithm list when sending or checking. 2017-01-26 17:56:31 +00:00
s3_meth.c
s3_pkt.c Make SSL_read and SSL_write return the old behaviour and document it. 2016-11-21 22:00:43 +01:00
s3_srvr.c Use correct signature algorithm list when sending or checking. 2017-01-26 17:56:31 +00:00
s23_clnt.c Change usage of RAND_pseudo_bytes to RAND_bytes 2016-06-27 15:00:08 +01:00
s23_lib.c
s23_meth.c
s23_pkt.c Make SSL_read and SSL_write return the old behaviour and document it. 2016-11-21 22:00:43 +01:00
s23_srvr.c
srtp.h
ssl-lib.com VMS: Use strict refdef extern model when building library object files 2016-08-22 15:50:28 +02:00
ssl.h Don't allow too many consecutive warning alerts 2016-09-21 20:14:16 +01:00
ssl2.h
ssl3.h
ssl23.h
ssl_algs.c
ssl_asn1.c Fix memory leak on error. 2016-09-15 12:49:00 +01:00
ssl_cert.c Fix ssl_cert_dup: change one 'return NULL' to 'goto err' 2016-12-14 14:19:01 +01:00
ssl_ciph.c Fix NULL-return checks in 1.0.2 2016-08-19 10:44:32 -04:00
ssl_conf.c Disable SSLv2 default build, default negotiation and weak ciphers. 2016-03-01 11:20:10 +00:00
ssl_err.c Add missing error string for SSL_R_TOO_MANY_WARN_ALERTS 2016-10-11 19:22:28 +01:00
ssl_err2.c
ssl_lib.c Fix error handling in SSL_CTX_new 2017-01-10 22:34:17 +01:00
ssl_locl.h Use correct signature algorithm list when sending or checking. 2017-01-26 17:56:31 +00:00
ssl_rsa.c Fix memory leak on realloc error. 2016-09-15 12:49:00 +01:00
ssl_sess.c Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert 2017-01-24 15:07:33 +01:00
ssl_stat.c
ssl_task.c
ssl_txt.c
ssl_utst.c
ssltest.c Fix the no-tls1 option 2016-08-26 13:38:50 +01:00
sslv2conftest.c Silence some "maybe used uninitialised" warnings 2016-08-22 09:25:12 +01:00
t1_clnt.c
t1_enc.c Fix a double free in tls1_setup_key_block 2016-05-19 20:55:55 +01:00
t1_ext.c Fix build with no-nextprotoneg 2016-09-22 16:17:45 +02:00
t1_lib.c Use correct signature algorithm list when sending or checking. 2017-01-26 17:56:31 +00:00
t1_meth.c
t1_reneg.c
t1_srvr.c
t1_trce.c
tls1.h Fix references to various RFCs 2015-10-23 20:32:58 +02:00
tls_srp.c