Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_constants.cc829 #ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG in DefineCryptoConstants()
830 NODE_DEFINE_CONSTANT(target, SSL_OP_CRYPTOPRO_TLSEXT_BUG); in DefineCryptoConstants()
/third_party/openssl/include/openssl/
Dssl.h398 # define SSL_OP_CRYPTOPRO_TLSEXT_BUG 0x80000000U macro
405 # define SSL_OP_ALL (SSL_OP_CRYPTOPRO_TLSEXT_BUG|\
/third_party/openssl/ssl/statem/
Dextensions_srvr.c1919 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
/third_party/node/doc/api/
Dcrypto.md3295 <td><code>SSL_OP_CRYPTOPRO_TLSEXT_BUG</code></td>
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md2284 SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)