搜索资源列表
ssl加密协议通信
- ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)-ssl encrypted communications client and server-side procedures, including safety certificate authentication (linux)
SSL
- SSL协议的文档,如果要进行ssl相关编程的这个是个不可多的参考资料!
SSL-VPN
- 设计实现了一个SSL/VPN网关,并将其与LINUX核心中的访问控制机制进行了结合。
Open SSL for Delphi
- Open SSL for DelphiOpen SSL for Delphi
基于ssl的socket
- 安全的通过socket通信
sslSocket.zip
- 支持ssl的socket类,大家有需要可以下载
C17SSL.zip
- windows ssl library 可以在vc 上編程,製成d,windows ssl library can vc on programming, made from d
matrixssl-1-8-6-open.rar
- 开源嵌入式的SSL PeerSec Networks MatrixSSL™ is an embedded SSL implementation designed for small footprint applications and devices. PeerSec网络MatrixSSL ™ 是一个嵌入式的SSL执行专为小尺寸应用和设备。 PeerSec Networks offers a fully supported, commercial version as
c_examples.rar
- this is about ssl to connect the server and client use in c,this is about ssl to connect the server and client use in c
java_ssl
- this is about ssl to connect the server and client
ssl
- ssl通信的客户端代码,里面含有自己生成的证书文件-it is very good
SSL
- SSL(Secure Sockets Layer) java code
DRMClient
- openssl客户端程序与服务器进行SSL安全通信,并传输简单数据-openssl client and server SSL secure communication and data transfer simple
ACE_SSL
- ACE的SSL的VC2003.net的工程文件。默认是ssl.pl文件。需要转化。-ACE_SSL
webemailmonitor-v1.0712
- pop3 高级编写Client ActiveX for safe message delivery with SMTP protocol * Easy usage - one line command for complete delivery * Attachments, multipart messages, embed images, unicode support * Secure! SSL/TLS for transport, S/MIME for content prot
j_14090_CPop3Connection
- Client ActiveX for safe message delivery with SMTP protocol * Easy usage - one line command for complete delivery * Attachments, multipart messages, embed images, unicode support * Secure! SSL/TLS for transport, S/MIME for content protection
19808016
- 安全套接层(SSL)协议 安全套接层(SSL)协议-SSL SSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSLSSL
ssldll
- It is cool ssl dll in source!
websocket ssl握手
- websockset源码 通过TCP连接请求 HTTP 与 SSL通信(Websockset source code Request HTTP to communicate with SSL through the TCP connection)
SSL三次握手协议
- 建立在SSL记录协议之上,用于在实际的数据传输开始前,通信双方进行身份认证、协商加密算法、交换加密密钥等。 作为分层的协议,在每一层,消息可以包含长度、描述和内容字段。SSL发出消息,先把数据分成可管理的块,然后压缩、加密并发出加密后的结果。接收消息后进行解密、验证、解压和重组,再把结果发往更高一层的客户。