Home
last modified time | relevance | path

Searched refs:SSL_OP_CLEANSE_PLAINTEXT (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/ssl/record/
H A Dssl3_buffer.c190 if (s->options & SSL_OP_CLEANSE_PLAINTEXT) in ssl3_release_read_buffer()
H A Drec_layer_d1.c80 if (rl->s->options & SSL_OP_CLEANSE_PLAINTEXT) in DTLS_RECORD_LAYER_clear()
89 if (rl->s->options & SSL_OP_CLEANSE_PLAINTEXT) in DTLS_RECORD_LAYER_clear()
520 if (s->options & SSL_OP_CLEANSE_PLAINTEXT) in dtls1_read_bytes()
H A Drec_layer_s3.c1468 if (s->options & SSL_OP_CLEANSE_PLAINTEXT) in ssl3_read_bytes()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod130 =item SSL_OP_CLEANSE_PLAINTEXT
134 next portion of data. When enabling SSL_OP_CLEANSE_PLAINTEXT
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h351 # define SSL_OP_CLEANSE_PLAINTEXT SSL_OP_BIT(1) macro
H A Dssl.h.in328 # define SSL_OP_CLEANSE_PLAINTEXT SSL_OP_BIT(1) macro
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2363 Added SSL option SSL_OP_CLEANSE_PLAINTEXT
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1729 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext()