Searched refs:SSL_OP_NO_EXTENDED_MASTER_SECRET (Results 1 – 9 of 9) sorted by relevance
230 =item SSL_OP_NO_EXTENDED_MASTER_SECRET448 The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
524 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>.
511 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()
936 if (s->options & SSL_OP_NO_EXTENDED_MASTER_SECRET) in tls_parse_ctos_ems()
397 SSL_FLAG_TBL_INV("ExtendedMasterSecret", SSL_OP_NO_EXTENDED_MASTER_SECRET), in cmd_Options()
921 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
349 # define SSL_OP_NO_EXTENDED_MASTER_SECRET SSL_OP_BIT(0) macro
326 # define SSL_OP_NO_EXTENDED_MASTER_SECRET SSL_OP_BIT(0) macro
807 SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET); in test_no_ems()