
SSL/TLS
cp62
这个作者很懒,什么都没留下…
展开
-
SSL原理
一 前言 首先要澄清一下名字的混淆: 1 SSL(Secure Socket Layer)是netscape公司设计的主要用于web的安全传输协议。这种协议在WEB上获得了广泛的应用。 2 IETF(www.ietf.org)将SSL作了标准化,即RFC2246,并将其称为TLS(Transport Layer Security),从技术上讲转载 2009-01-04 12:36:00 · 724 阅读 · 0 评论 -
代码阅读 - BaseHTTPServer.py
1. BaseHTTPServer.py平平无奇,看过SocketServer之后,只要了解HTTP协议就能看明白。HTTPServer 继承自 SocketServer.TCPServer;BaseHTTPRequestHandler 继承自 SocketServer.StreamRequestHandler。1.1 HTTPServerHTTP协议本身转载 2009-01-04 17:24:00 · 1313 阅读 · 0 评论 -
Simple HTTP/HTTPS server supporting SSL/TLS
SimpleSecureHTTPServer.py - simple HTTP server supporting SSL.- replace fpem with the location of your .pem server file.- the default port is 443.usage: python SimpleSecureHTTPServer.py转载 2009-01-04 14:19:00 · 1512 阅读 · 0 评论 -
证书吊销列表 (CRL),并在 IIS 5.0 经常要求的问题
Q 1: 什么是证书吊销列表 (CRL),以及 CRL 分发点 (CDP)? A 1: A CRL 是包含已吊销的证书、 它们的序列号和其吊销日期列表的文件。... loadTOCNode(1, moreinformation); Q 1: 什么是证书吊销列表 (CRL),以及 CRL 分发点 (CDP)? A 1: A CR转载 2009-01-12 18:17:00 · 3480 阅读 · 0 评论 -
一些Python-SSL modules
Python OpenSSL WrappersURL: http://sourceforge.net/projects/powDescription: Python OpenSSL Wrappers(POW) is a set of comprehensive wrappers for Python of the OpenSSL libraries. POW will provid转载 2008-12-22 21:26:00 · 1034 阅读 · 0 评论