代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/126641/6015601
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/126641/6015650
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/112303/6146307
c auth_ssl.c
/*
* Program: SSL authentication/encryption module for Windows 2000
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* A
www.eeworm.com/read/112303/6146454
c auth_ssl.c
/*
* Program: SSL authentication/encryption module
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Bui
www.eeworm.com/read/112192/6149221
c auth_ssl.c
/*
* Program: SSL authentication/encryption module for Windows 2000
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* A
www.eeworm.com/read/112192/6149380
c auth_ssl.c
/*
* Program: SSL authentication/encryption module
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Bui
www.eeworm.com/read/111036/6160315
c ssl_stub.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/106739/6191542
in curl-ssl.spec.in
%define name curl-ssl
%define tarball curl
%define version 7.11.0
%define release 1
%define curlroot %{_builddir}/%{tarball}-%{version}
Summary: get a file from a FTP, GOPHER or HTTP server.
Name: %