代码搜索:OPENSSL
找到约 8,687 项符合「OPENSSL」的源代码
代码结果 8,687
www.eeworm.com/read/422785/2032541
pod openssl_config.pod
=pod
=head1 NAME
OPENSSL_config, OPENSSL_no_config - simple OpenSSL configuration functions
=head1 SYNOPSIS
#include
void OPENSSL_config(const char *config_name);
void OPENSSL
www.eeworm.com/read/398634/2373183
m4 openssl.m4
AC_DEFUN([MYSQL_FIND_OPENSSL], [
incs="$1"
libs="$2"
case "$incs---$libs" in
---)
for d in /usr/ssl/include /usr/local/ssl/include /usr/include \
/usr/include/ssl /opt/ssl/include /opt
www.eeworm.com/read/398634/2374664
result rpl_openssl.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/398634/2374777
require have_openssl.require
Variable_name Value
have_openssl YES
www.eeworm.com/read/398634/2374964
result openssl_2.result
SHOW STATUS LIKE 'Ssl%';
Variable_name Value
Ssl_accepts 1
Ssl_finished_accepts 1
Ssl_finished_connects 0
Ssl_accept_renegotiates 0
Ssl_connect_renegotiates 0
Ssl_callback_cache_hits 0
Ssl_session_cac
www.eeworm.com/read/398634/2375022
result openssl_1.result
drop table if exists t1;
create table t1(f1 int);
insert into t1 values (5);
grant select on test.* to ssl_user1@localhost require SSL;
grant select on test.* to ssl_user2@localhost require cipher "DH
www.eeworm.com/read/398634/2375119
inc have_openssl.inc
-- require r/have_openssl.require
disable_query_log;
show variables like "have_openssl";
enable_query_log;
www.eeworm.com/read/398634/2375211
test openssl_1.test
# We test openssl. Result set is optimized to be compiled with --with-openssl.
# Use mysql-test-run with --with-openssl option.
-- source include/have_openssl.inc
--disable_warnings
drop table if exi
www.eeworm.com/read/398634/2375701
test rpl_openssl.test
source include/have_openssl.inc;
source include/master-slave.inc;
# We don't test all types of ssl auth params here since it's a bit hard
# until problems with OpenSSL 0.9.7 are unresolved
# creati
www.eeworm.com/read/389759/2538117
rb gem_openssl.rb
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++
# Some system might not have OpenSSL installed, therefore the