search for: ssl_op_no_query_mtu

Displaying 1 result from an estimated 1 matches for "ssl_op_no_query_mtu".

2010 Oct 01
4
Patching openssl rpms
...e has: *************** *** 497,503 **** /* SSL_OP_ALL: various bug workarounds that should be rather harmless. * This used to be 0x000FFFFFL before 0.9.7. */ - #define SSL_OP_ALL 0x00000FFFL /* DTLS options */ #define SSL_OP_NO_QUERY_MTU 0x00001000L --- 497,503 ---- /* SSL_OP_ALL: various bug workarounds that should be rather harmless. * This used to be 0x000FFFFFL before 0.9.7. */ + #define SSL_OP_ALL (0x00000FFFL^SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_...