代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3004908
test rpl_ssl.test
source include/have_ssl.inc;
source include/master-slave.inc;
# create a user for replication that requires ssl encryption
connection master;
grant replication slave on *.* to replssl@localhost requi
www.eeworm.com/read/358128/3005047
test ssl_connect.test
-- source include/have_ssl.inc
# Repeat connect/disconnect
let $i=100;
while ($i)
{
connect (test_con1,localhost,root,,,,,SSL);
disconnect test_con1;
dec $i;
}
echo completed;
www.eeworm.com/read/358128/3005096
test ssl-big.test
# Turn on ssl between the client and server
# and run a number of tests
-- source include/have_ssl.inc
-- source include/big_test.inc
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
--enable_warning
www.eeworm.com/read/358128/3006160
conf httpd-ssl.conf
#
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailing i
www.eeworm.com/read/355697/3049637
c rsa_ssl.c
/* crypto/rsa/rsa_ssl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/355697/3049845
pod ssl_accept.pod
=pod
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_accept(SSL *ssl);
=head1 DESCRIPTION
SSL_accept() wait
www.eeworm.com/read/355697/3049846
pod ssl_write.pod
=pod
=head1 NAME
SSL_write - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_write(SSL *ssl, const void *buf, int num);
=head1 DESCRIPTION
SSL_write() wr
www.eeworm.com/read/355697/3049851
pod ssl_read.pod
=pod
=head1 NAME
SSL_read - read bytes from a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_read(SSL *ssl, void *buf, int num);
=head1 DESCRIPTION
SSL_read() tries to r
www.eeworm.com/read/355697/3049855
pod ssl_free.pod
=pod
=head1 NAME
SSL_free - free an allocated SSL structure
=head1 SYNOPSIS
#include
void SSL_free(SSL *ssl);
=head1 DESCRIPTION
SSL_free() decrements the reference count of B
www.eeworm.com/read/355697/3049856
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi