代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/462807/1542942
h ssl.h
/* ssl/ssl.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
www.eeworm.com/read/460593/1560052
h ssl.h
/**
* \file ssl.h
*/
#ifndef XYSSL_SSL_H
#define XYSSL_SSL_H
#include
#include "xyssl/net.h"
#include "xyssl/dhm.h"
#include "xyssl/rsa.h"
#include "xyssl/md5.h"
#include "xyssl/sha1.h"
#
www.eeworm.com/read/250243/4435555
c ssl.c
/*
* Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/config.h"
#include "linux/fs.h"
#include "linux/tty.h"
#include "linux/tty_driver.h"
#includ
www.eeworm.com/read/250243/4435576
h ssl.h
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __SSL_H__
#define __SSL_H__
extern int ssl_read(int fd, int line);
extern void ssl_receive_char(int line,
www.eeworm.com/read/247212/4484373
ssl-client
#!/bin/sh
cat ref|./client -ORBBindAddr ssl:inet:localhost:7788 -ORBSSLCAfile ca_cert.pem -ORBSSLcert c_cert.pem -ORBSSLkey c_key.pem -ORBSSLverify 1 $@
www.eeworm.com/read/247212/4484391
ssl-server
#!/bin/sh
ADDR=ssl:inet:localhost:7788
./server -ORBIIOPAddr $ADDR -ORBSSLCAfile ca_cert.pem -ORBSSLcert s_cert.pem -ORBSSLkey s_key.pem -ORBSSLverify 1 $@ > ref
www.eeworm.com/read/244005/4515714
ssl makefile.ssl
# Program: SSL makefile
#
# Author: Mark Crispin
# Networks and Distributed Computing
# Computing & Communications
# University of Washington
# Administration Building, AG-44
# Seattle, WA 98195
www.eeworm.com/read/242931/4533340
h ssl.h
/* ssl/ssl.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 imple
www.eeworm.com/read/242657/4549734
mpb ssl.mpb
// -*- MPC -*-
// $Id: ssl.mpb 77187 2007-02-19 12:01:19Z johnnyw $
// In the future, other ssl libraries could be supported
// by creating a new xyzssl.mpb similar to openssl.mpb.
// You would then
www.eeworm.com/read/238768/4609757
pod ssl.pod
=pod
=head1 NAME
SSL - OpenSSL SSL/TLS library
=head1 SYNOPSIS
=head1 DESCRIPTION
The OpenSSL B library implements the Secure Sockets Layer (SSL v2/v3) and
Transport Layer Security (TLS v1)