Searched refs:SSL_OP_CRYPTOPRO_TLSEXT_BUG (Results 1 – 5 of 5) sorted by relevance
65 =item SSL_OP_CRYPTOPRO_TLSEXT_BUG
432 # define SSL_OP_CRYPTOPRO_TLSEXT_BUG SSL_OP_BIT(31) macro445 ( SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS \
409 # define SSL_OP_CRYPTOPRO_TLSEXT_BUG SSL_OP_BIT(31) macro422 ( SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS \
2384 # ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG2385 { "SSL_OP_CRYPTOPRO_TLSEXT_BUG", SSL_OP_CRYPTOPRO_TLSEXT_BUG },
1864 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()