搜索资源列表
auth-ssl
- Openssl的SSL证书认证程序,也是用VC写的。已通过测试。-Openssl SSL certificate authentication procedures, as well as with VC writes. Have passed the tests.
ssl加密协议通信
- ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)-ssl encrypted communications client and server-side procedures, including safety certificate authentication (linux)
ssl-source
- ssl相关应用程序,实现身份认证功能、数据传输加密功能等-ssl related applications, achieving identity authentication, data encryption transmission functions
Open SSL for Delphi
- Open SSL for DelphiOpen SSL for Delphi
SSL.rar
- SSL协议的分析和应用,对称加密算法,非对称加密算法,SSL
FreeChat-ssl
- linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
ssl
- ssl通信的客户端代码,里面含有自己生成的证书文件-it is very good
SSL
- SSL(Secure Sockets Layer) java code
libcurl-7.19.3-win32-ssl-msvc
- LibCurl是免费的客户端URL传输库,支持FTP,FTPS ... Libcurl具备线程安全、IpV6兼容、易于使用的特点,支持多种平台-libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL c
SSL
- SSL加密简单的服务端和客户端书写.希望对大家有所帮助-SSL encryption simple server and client written.
ssl
- SSL协议的中文翻译文档,详细说明了SSL协议的通讯过程和加解密方法。-this doucument is the chinese version of RFC2246 for sslv3.0.
SSL
- 含有SSL握手的服务器和客户端,绝对超值-SSL handshake with the server and the client,the absolute value
SSL
- 实现SSL编程,有利于更好的使用OpenSSL工具去编写更多的网络安全协议-To achieve SSL programming, is conducive to better use OpenSSL tools to write more of network security protocols
server-and-client-with-openssl-SSL
- 用openssl实现的具有SSL握手功能的服务器和客户端-Implemented by openssl SSL handshake with the server and client functions
athena-ssl-cipher
- ssl证书check实现对数字证书扫描,可以获取安全套件信息-ssl certificate check to achieve
webserver-ssl
- This is part of revision 226 of the Stellaris SSL Web Server.
Nginx使用SSL模块配置https支持
- Nginx配置SSL,Nginx使用SSL模块配置https支持(nginx set ssl,use nginx ssl to https.you can done this set.)
indy9的SSL库
- delphi 下的indy9 中SSL的库文件,在开发https时很好用(The library files of SSL in indy9 under Delphi are very useful in developing HTTPS)
websocket ssl握手
- websockset源码 通过TCP连接请求 HTTP 与 SSL通信(Websockset source code Request HTTP to communicate with SSL through the TCP connection)
SSL三次握手协议
- 建立在SSL记录协议之上,用于在实际的数据传输开始前,通信双方进行身份认证、协商加密算法、交换加密密钥等。 作为分层的协议,在每一层,消息可以包含长度、描述和内容字段。SSL发出消息,先把数据分成可管理的块,然后压缩、加密并发出加密后的结果。接收消息后进行解密、验证、解压和重组,再把结果发往更高一层的客户。