Home
last modified time | relevance | path

Searched refs:ssl_ctx_options (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dftp.c251 long ssl_ctx_options = SSL_OP_ALL; in ftp_login() local
289 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ftp_login()
291 SSL_CTX_set_options(ctx, ssl_ctx_options); in ftp_login()
1496 long ssl_ctx_options = SSL_OP_ALL; in data_accept() local
1524 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in data_accept()
1526 SSL_CTX_set_options(ctx, ssl_ctx_options); in data_accept()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c437 long ssl_ctx_options = SSL_OP_ALL; in php_openssl_setup_crypto() local
516 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in php_openssl_setup_crypto()
518 SSL_CTX_set_options(sslsock->ctx, ssl_ctx_options); in php_openssl_setup_crypto()

Completed in 11 milliseconds