代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/291163/8439000
h sslsniffer.h
/*
SSL Sniffer V1.21.
----------------------------------------------
Written by: Eu-Jin Goh (eujin@cs.stanford.edu)
Stanford University October 2000
Copyright (C) 2000 Eu-Jin G
www.eeworm.com/read/126641/6015621
pod ssl_get_version.pod
=pod
=head1 NAME
SSL_get_version - get the protocol version of a connection.
=head1 SYNOPSIS
#include
const char *SSL_get_version(SSL *ssl);
=head1 DESCRIPTION
SSL_get_cipher_
www.eeworm.com/read/126641/6015804
cpp gethttps.cpp
/*
* An demo illustrating how to retrieve a URI from a secure HTTP server.
*
* Author: Roy Wood
* Date: September 7, 1999
* Comments: This relies heavily on my MacSockets library.
* This pr
www.eeworm.com/read/101042/6258944
c s2_srvr.c
/* ssl/s2_srvr.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).
* The i
www.eeworm.com/read/101042/6259082
pod ssl_get_error.pod
=pod
=head1 NAME
SSL_get_error - obtain result code for TLS/SSL I/O operation
=head1 SYNOPSIS
#include
int SSL_get_error(SSL *ssl, int ret);
=head1 DESCRIPTION
SSL_get_error()
www.eeworm.com/read/101042/6259430
cpp gethttps.cpp
/*
* An demo illustrating how to retrieve a URI from a secure HTTP server.
*
* Author: Roy Wood
* Date: September 7, 1999
* Comments: This relies heavily on my MacSockets library.
* This pr
www.eeworm.com/read/100601/6267536
c ssl3gthr.c
/*
* Gather (Read) entire SSL3 records from socket into buffer.
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
www.eeworm.com/read/148608/12448096
c sclient.c
/* A simple SSL client.
It connects and then forwards data from/to the terminal
to/from the server
*/
#include "common.h"
#include "client.h"
#include "read_write.h"
int main(argc,argv)
int
www.eeworm.com/read/171081/5398218
svn-base ssl23.h.svn-base
/* ssl/ssl23.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 imp
www.eeworm.com/read/100045/7083539
c ssl_expr_eval.c
/* _ _
** _ __ ___ ___ __| | ___ ___| | mod_ssl
** | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
** | | | | | | (_) | (_| | \__ \__ \ |