Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_EXTENDED_MASTER_SECRET (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod230 =item SSL_OP_NO_EXTENDED_MASTER_SECRET
448 The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
H A DSSL_CONF_cmd.pod524 default. Inverse of B<SSL_OP_NO_EXTENDED_MASTER_SECRET>: that is,
525 B<-ExtendedMasterSecret> is the same as setting B<SSL_OP_NO_EXTENDED_MASTER_SECRET>.
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c511 if (s->options & SSL_OP_NO_EXTENDED_MASTER_SECRET) in tls_construct_ctos_ems()
1722 if (s->options & SSL_OP_NO_EXTENDED_MASTER_SECRET) in tls_parse_stoc_ems()
H A Dextensions_srvr.c936 if (s->options & SSL_OP_NO_EXTENDED_MASTER_SECRET) in tls_parse_ctos_ems()
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c397 SSL_FLAG_TBL_INV("ExtendedMasterSecret", SSL_OP_NO_EXTENDED_MASTER_SECRET), in cmd_Options()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c921 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h349 # define SSL_OP_NO_EXTENDED_MASTER_SECRET SSL_OP_BIT(0) macro
H A Dssl.h.in326 # define SSL_OP_NO_EXTENDED_MASTER_SECRET SSL_OP_BIT(0) macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c807 SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET); in test_no_ems()