SSL_OP_CLEANSE_PLAINTEXT
int cleanse = ((xso->ssl_options & SSL_OP_CLEANSE_PLAINTEXT) != 0);
if ((rl->options & SSL_OP_CLEANSE_PLAINTEXT) != 0)
if ((rl->options & SSL_OP_CLEANSE_PLAINTEXT) != 0)
if (rl->s->options & SSL_OP_CLEANSE_PLAINTEXT)
(OSSL_LEGACY_SSL_OPTIONS | OSSL_TLS1_2_OPTIONS | SSL_OP_CLEANSE_PLAINTEXT)
if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT)))