代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/358714/2984295
pod ssl_pending.pod
=pod
=head1 NAME
SSL_pending - obtain number of readable bytes buffered in an SSL object
=head1 SYNOPSIS
#include
int SSL_pending(const SSL *ssl);
=head1 DESCRIPTION
SSL_pendi
www.eeworm.com/read/358714/2984298
pod ssl_want.pod
=pod
=head1 NAME
SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup - obtain state information TLS/SSL I/O operation
=head1 SYNOPSIS
#include
int SS
www.eeworm.com/read/358714/2984306
pod ssl_shutdown.pod
=pod
=head1 NAME
SSL_shutdown - shut down a TLS/SSL connection
=head1 SYNOPSIS
#include
int SSL_shutdown(SSL *ssl);
=head1 DESCRIPTION
SSL_shutdown() shuts down an active TLS/
www.eeworm.com/read/358128/3003605
result ssl_compress.result
SHOW STATUS LIKE 'Ssl_cipher';
Variable_name Value
Ssl_cipher DHE-RSA-AES256-SHA
SHOW STATUS LIKE 'Compression';
Variable_name Value
Compression ON
drop table if exists t1,t2,t3,t4;
CREATE TABLE t1 (
www.eeworm.com/read/358128/3003614
result rpl_ssl.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
grant replication slave on *.* to replssl@localhos
www.eeworm.com/read/358128/3004040
result ssl-big.result
DROP TABLE IF EXISTS t1, t2;
create table t1 (a int);
drop table t1;
www.eeworm.com/read/358128/3004143
inc have_ssl.inc
-- require r/have_ssl.require
disable_query_log;
show variables like "have_ssl";
enable_query_log;
www.eeworm.com/read/358128/3004774
test ssl_compress.test
# Turn on compression between the client and server
# and run a number of tests
-- source include/have_ssl.inc
-- source include/have_compress.inc
connect (ssl_compress_con,localhost,root,,,,,SSL CO