代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/152729/12090132
txt ssl1.txt
SSL.TLS.WTLS原理(上)
一 前言
首先要澄清一下名字的混淆:
1 SSL(Secure Socket Layer)是netscape公司设计的主要用于web的安全传输协议。这种协议在WEB上获得了广泛的应用。
2 IETF(www.ietf.org)将SSL作了标准化,即RFC2246,并将其称为TLS(Transport Layer Security),从技术上
www.eeworm.com/read/152729/12090141
txt ssl2.txt
<mark>SSL</mark>.TLS.WTLS原理(下)
八 代理
下面探讨一下<mark>SSL</mark>的代理是怎样工作的(可参见[6])。这可能与你开始想的不太一样:)
当在浏览器里设置了https的代理,而且在浏览器里输入了https://www.example.com之后,
浏览器会与proxy建立tcp链接,然后向其发出这么一段消息:
CONNECT server.example.com:443 HTTP/ ...
www.eeworm.com/read/150781/12262572
h ssl23.h
/* 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/150781/12262576
h ssl2.h
/* 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/150781/12262808
h ssl3.h
/* ssl/ssl3.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/130467/14192096
c ssl_cli.c
/****************************************************************************
* *
* cryptlib SSL v3/TLS Client Management *
* Copyright Peter Gutmann 1998-2003
www.eeworm.com/read/130467/14192150
c ssl_svr.c
/****************************************************************************
* *
* cryptlib SSL v3/TLS Server Management *
* Copyright Peter Gutmann 1998-2003
www.eeworm.com/read/123453/14631624
conf smskannel-ssl.conf
#
# THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
# (using SSL enabled HTTP servers)
#
# It is run like this:
#
# 1% gw/bearerbox gw/smskannel.conf
# 2% gw/smsbox gw/smskannel.conf
# 3% test/fakesm
www.eeworm.com/read/123453/14632356
conf smskannel-ssl.conf
#
# THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
# (using SSL enabled HTTP servers)
#
# It is run like this:
#
# 1% gw/bearerbox gw/smskannel.conf
# 2% gw/smsbox gw/smskannel.conf
# 3% test/fakesm
www.eeworm.com/read/119269/14835600
h ssl23.h
/* 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