openssl/ssl
Matt Caswell 001235778a The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
automatically updated, and we should use the one provided instead.
Unfortunately there are a couple of locations where this is not respected.

Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-03 09:23:46 +00:00
..
bio_ssl.c
d1_both.c The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being 2014-12-03 09:23:46 +00:00
d1_clnt.c Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset 2014-11-20 14:57:15 +01:00
d1_lib.c The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being 2014-12-03 09:23:46 +00:00
d1_meth.c
d1_pkt.c Add checks to the return value of EVP_Cipher to prevent silent encryption failure. 2014-11-27 21:39:47 +00:00
d1_srtp.c Fix for SRTP Memory Leak 2014-10-15 08:56:16 -04:00
d1_srvr.c Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset 2014-11-20 14:57:15 +01:00
dtls1.h Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset 2014-11-20 14:57:15 +01:00
heartbeat_test.c
install-ssl.com
kssl_lcl.h
kssl.c
kssl.h
Makefile Delete unused file 2014-11-27 21:40:16 +00:00
s2_clnt.c
s2_enc.c Fix warning in ssl2_enc 2014-11-27 21:41:17 +00:00
s2_lib.c
s2_meth.c
s2_pkt.c Check EVP_Cipher return values for SSL2 2014-11-27 21:40:39 +00:00
s2_srvr.c
s3_both.c [PR3597] Advance to the next state variant when reusing messages. 2014-11-28 20:47:41 +01:00
s3_cbc.c
s3_clnt.c Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset 2014-11-20 14:57:15 +01:00
s3_enc.c Add checks to the return value of EVP_Cipher to prevent silent encryption failure. 2014-11-27 21:39:47 +00:00
s3_lib.c
s3_meth.c New option no-ssl3-method which removes SSLv3_*method 2014-11-19 18:11:37 +00:00
s3_pkt.c Add checks to the return value of EVP_Cipher to prevent silent encryption failure. 2014-11-27 21:39:47 +00:00
s3_srvr.c Do not resume a session if the negotiated protocol version does not match 2014-11-20 16:29:04 +01:00
s23_clnt.c Fix no-ssl3 configuration option 2014-10-15 08:56:16 -04:00
s23_lib.c
s23_meth.c
s23_pkt.c
s23_srvr.c Keep old method in case of an unsupported protocol 2014-10-21 20:45:15 +02:00
srtp.h Add include of ssl.h which is required by srtp.h 2014-11-27 13:16:36 +00:00
ssl2.h
ssl3.h Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset 2014-11-20 14:57:15 +01:00
ssl23.h
ssl_algs.c
ssl_asn1.c
ssl_cert.c Remove redundant checks in ssl_cert_dup. This was causing spurious error messages when using GOST 2014-11-27 20:50:44 +00:00
ssl_ciph.c
ssl_conf.c
ssl_err2.c
ssl_err.c Remove more references to dtls1_enc 2014-11-27 21:40:59 +00:00
ssl_lib.c Copy negotiated parameters in SSL_set_SSL_CTX. 2014-10-24 13:46:37 +01:00
ssl_locl.h Remove more references to dtls1_enc 2014-11-27 21:40:59 +00:00
ssl_rsa.c
ssl_sess.c Tighten session ticket handling 2014-10-28 17:35:59 +01:00
ssl_stat.c
ssl_task.c
ssl_txt.c
ssl_utst.c
ssl-lib.com
ssl.h Corrected comments in ssl.h about SSLv23_method and friends 2014-11-25 22:23:24 +00:00
ssltest.c New option no-ssl3-method which removes SSLv3_*method 2014-11-19 18:11:37 +00:00
t1_clnt.c
t1_enc.c
t1_ext.c
t1_lib.c Fix SuiteB chain checking logic. 2014-11-20 22:13:05 +00:00
t1_meth.c
t1_reneg.c
t1_srvr.c
t1_trce.c
tls1.h
tls_srp.c