搜索资源列表
EDcode2
- 这是一个基于openssl库的对文件进行加密和数字签名的软件-openssl library based on the document encryption and digital signature software
opensslForARM.Makefile.rar
- 生成openssl for ARM的库时,openssl的MAKEFILE所需的补丁文件,Openssl for ARM to generate the library, openssl patch required for the MAKEFILE file
openssl-0.9.8k-inc-lib-dll
- 使用vc编译出来的openssl链接库,包含头文件、静态库、动态库,版本为openssl-0.9.8k,供没有编译openssl环境的朋友使用-Vc compiled using the openssl-link library that contains the header files, static library, dynamic library, version openssl-0.9.8k, for there is no friend of the environment used
PubKey_dll
- 使用openssl库,公钥对数据进行加密的dll库的源代码-Using openssl library, public key data encryption dll library source code
openssl-1.0.1c.tar
- openSSL 源码库,给那些找不到源码的人方便-openSSL source code library for those who can not find the source to facilitate
openssl
- PKI/CA的opsensll库文件,可直接移植使用。-PKI/CA' s opsensll library files can be directly transplanted to use.
Crypt-OpenSSL-RSA-0.24.tar
- 基于 RSA的文件加密算法库支持各种加密算法 -Based on the RSA encryption algorithm Library of documents to support various encryption algorithm
openssl
- OpenSSl的源码库文件 所有的OpenSSL的.h文件 以及外部调用索用到的动态链接库-OpenSSl source all of the OpenSSL library files of the. H file and call the cable used in the external dynamic link library
OpenSsl
- cripting and decripting using open ssl library
openssl-1.0.0a.tar
- The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength g
AES_CBC_App
- Program that implements AES CBC encryption and decryption using OpenSSL library
openssl-0.9.8r
- openssl编译后的库文件,VC6下可用。-openssl library files compiled, VC6 under available.
EVERYTHING YOU'VE ALWAYS WANTED TO KNOW ABOUT CERTIfiCATE VALIDATION WITH OPENSSL (BUT WERE AFRAID TO ASK)
- Applications that need to securely communicate with a remote server commonly rely on the TLS1protocol. Various libraries are available for developers who want to leverage this protocol — one of the most popular being OpenSSL. Securely connecting to a
openssl-1.0.1s.tar
- openssl 1.0.1库,关于这个库不懂的可以百度(OpenSSL 1.0.1 library, about this library does not understand, you can Baidu)
client&server
- 服务器端和客户端,基于tcp的传输协议,使用openssl库进行开发,其中已经生成了证书和密钥文件(下载openssl库可生成)(The server and client, transmission protocol based on TCP, using the OpenSSL library, which have generated the certificate and key file (download OpenSSL can be generated))
openssl-1.0.2g
- OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用(The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and
delphi-openssl
- OpenSSL library for Delphi
openssl-master
- OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议(OpenSSL is a secure socket layer password library, including many cryptographic algorithms, common key and certificate encapsulation managementand SSL protocol)
openssl-1.0.1j.tar
- OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。(OpenSSL is a secure socket layer (SSL) password library, include the main cipher algorithm commonly used keys and certificates, packaging management function and the SSL protoc
Openssl
- 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在