代码搜索:OPENSSL
找到约 8,687 项符合「OPENSSL」的源代码
代码结果 8,687
www.eeworm.com/read/358714/2983899
c dso_openssl.c
/* dso_openssl.c */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
/* ====================================================================
* Copyright (c) 200
www.eeworm.com/read/358714/2984004
c eng_openssl.c
/* crypto/engine/eng_openssl.c */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
/* ====================================================================
* Cop
www.eeworm.com/read/358714/2984086
pod openssl_applink.pod
=pod
=head1 NAME
OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
=head1 SYNOPSIS
__declspec(dllexport) void **OPENSSL_Applink();
=head1 DESCRIPTION
OPENSSL_Applink is app
www.eeworm.com/read/358714/2984142
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/358128/3003626
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/358128/3003967
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/358128/3004037
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/358128/3004480
test openssl_1.test
# Tests for SSL connections, only run if mysqld is compiled
# with support for SSL.
-- source include/have_ssl.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1(f1 in
www.eeworm.com/read/358128/3005053
test rpl_openssl.test
source include/have_ssl.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
# creating r
www.eeworm.com/read/357022/3033993
h dst_openssl.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
*