Home
last modified time | relevance | path

Searched refs:SSL_OP_CRYPTOPRO_TLSEXT_BUG (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod65 =item SSL_OP_CRYPTOPRO_TLSEXT_BUG
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h432 # define SSL_OP_CRYPTOPRO_TLSEXT_BUG SSL_OP_BIT(31) macro
445 ( SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS \
H A Dssl.h.in409 # define SSL_OP_CRYPTOPRO_TLSEXT_BUG SSL_OP_BIT(31) macro
422 ( SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS \
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2384 # ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG
2385 { "SSL_OP_CRYPTOPRO_TLSEXT_BUG", SSL_OP_CRYPTOPRO_TLSEXT_BUG },
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1864 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()