搜索资源列表
SslSocketDemo.zip
- 使用了安全套接字(SSL/STL)编写的一个聊天程序
neti-2.0.tar
- NETI@home is an open-source software package, named after the widely popular http://setiathome.ssl.berkeley.edu/, that collects network performance statistics from end-systems. It has been written for and tested on the Windows, Linux, Mac OS X, and S
OSSLTunnel
- SSL 加密原代码 有了这个就可以对http协议get /post头进行加密-SSL encryption source code With this we can get an agreement on http / post first encryption
Sockets-2.1.8
- 很通用的socket编程,线程安全和ssl加密访问
sslio
- 一个ssl函数库,使用openssl,支持ssl和非ssl自动切换
server
- 以前上传的可能有的不完善,这次发个比较完善的SSL服务端,接下来还有,下载编译即可使用.不过没有OPENSSL 是不行的.除非你有证书
shttpd-1.39.tar
- 一个HTTP服务器程序,支持SSL,TLS加密技术。。C++代码
delphiIndySSL_ebay
- Persistent login example using SSL for EBAY
GoogleBlogSource
- Login into googles blogger using SSL
YahooSendMailSource
- Persistent login example using SSL and sending email for Yah
Msvc097
- 开源SSL协议源码,欢迎下载,但是仅供学习之用-revenue source SSL protocol, welcome to download, but only with learning! !
iaikjce31ccev
- cick公司用JAVA实现的SSL协议源码-cick companies use JAVA source of SSL
SSL三次握手协议
- 建立在SSL记录协议之上,用于在实际的数据传输开始前,通信双方进行身份认证、协商加密算法、交换加密密钥等。 作为分层的协议,在每一层,消息可以包含长度、描述和内容字段。SSL发出消息,先把数据分成可管理的块,然后压缩、加密并发出加密后的结果。接收消息后进行解密、验证、解压和重组,再把结果发往更高一层的客户。