代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/136989/5837740
h iiop_ssl_acceptor.h
// -*- C++ -*-
//=============================================================================
/**
* @file IIOP_SSL_Acceptor.h
*
* IIOP_SSL_Acceptor.h,v 1.7 2003/07/21 23:51:33 dhinton
www.eeworm.com/read/126641/6015583
pod ssl_ctx_set_client_ca_list.pod
=pod
=head1 NAME
SSL_CTX_set_client_CA_list, SSL_set_client_CA_list, SSL_CTX_add_client_CA,
SSL_add_client_CA - set list of CAs sent to the client when requesting a
client certificate
=head1 SYNOPS
www.eeworm.com/read/126641/6015577
pod ssl_get_default_timeout.pod
=pod
=head1 NAME
SSL_get_default_timeout - get default session timeout value
=head1 SYNOPSIS
#include
long SSL_get_default_timeout(SSL *ssl);
=head1 DESCRIPTION
SSL_get_defaul
www.eeworm.com/read/126641/6015587
pod ssl_ctx_flush_sessions.pod
=pod
=head1 NAME
SSL_CTX_flush_sessions, SSL_flush_sessions - remove expired sessions
=head1 SYNOPSIS
#include
void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
void SSL_flus
www.eeworm.com/read/169602/5420242
hpp test.hpp
// test.hpp
#ifndef yaSSL_TEST_HPP
#define yaSSL_TEST_HPP
#include "runtime.hpp"
#include "openssl/ssl.h" /* openssl compatibility test */
#include
#include
#include
www.eeworm.com/read/100045/7083535
module libssl.module
## _ _
## _ __ ___ ___ __| | ___ ___| | mod_ssl
## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
## | | | | | | (_) | (_| | \__ \__ \
www.eeworm.com/read/148608/12448091
c rclient.c
/* SSL client demonstrating session resumption */
#include "common.h"
#include "client.h"
#include "read_write.h"
int main(argc,argv)
int argc;
char **argv;
{
SSL_CTX *ctx;
SSL *ssl;
www.eeworm.com/read/148608/12448098
c echo.c
#include "common.h"
void echo(ssl,s)
SSL *ssl;
int s;
{
char buf[BUFSIZZ];
int r,len,offset;
while(1){
/* First read data */
r=SSL_read(ssl,buf,BUFSIZZ);
swit
www.eeworm.com/read/171081/5398206
svn-base ssl2.h.svn-base
/* ssl/ssl2.h */
/* 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).
* The impl
www.eeworm.com/read/136989/5837783
h iiop_ssl_connector.h
// -*- C++ -*-
//=============================================================================
/**
* @file IIOP_SSL_Connector.h
*
* IIOP_SSL_Connector.h,v 1.15 2003/10/28 18:34:24 bala