Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - openssl
Search - openssl - List
DL : 0
With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental status and almost no documentation. It s designed to be fairly easily extensible by the calling programs. -With OpenSSL 0.9.6. a new component has been added to support extern al crypto devices. for example accelerator cards. The component i ENGINE's called, and has still a pretty experimental status and a lmost no documentation. It's designed to be fair ly easily extensible by the calling programs.
Update : 2024-03-29 Size : 3548160 Publisher : jihaogood

Camellia算法官方发表的版本OpenSSL1.1。为2006.7官方发布。-algorithm Camellia official version OpenSSL1.1. 2006.7 for the official release.
Update : 2024-03-29 Size : 13312 Publisher : 孙筝

Camellia算法官方发表的版本OpenSSL1.2。为2007.5官方发布。-algorithm Camellia official version OpenSSL1.2. 2007.5 for the official release.
Update : 2024-03-29 Size : 12288 Publisher : 孙筝

一个微型的C lib 把 OpenSSL 移植到WCE 平台下必须使用-A micro-C lib of OpenSSL ported to the platform must be used WCE
Update : 2024-03-29 Size : 82944 Publisher : lucifer

英文版的。是openssl在windows环境下的开发手册。-English. Openssl in windows environment is under development manual.
Update : 2024-03-29 Size : 1556480 Publisher : arong

DL : 0
openssl简介,window环境下,中文的。讲述openssl的操作指令和API-openssl Profile, window environment, the Chinese. Openssl about the operation instructions and API
Update : 2024-03-29 Size : 58368 Publisher : arong

Openssl源代码,我什么都不用说了吧-Openssl source code, I do not say anything right
Update : 2024-03-29 Size : 5851136 Publisher : fruit

DL : 0
实现证书的生成和验证,可编译成类库形式,需要openssl支持-To achieve the certificate generation and verification, can be compiled into a class library form, need openssl support
Update : 2024-03-29 Size : 49152 Publisher : 李国强

DL : 0
一个openssl的事例源代码-Openssl examples of a source code
Update : 2024-03-29 Size : 21504 Publisher :

DL : 0
这是一个数字证书系统的源码,用openssl-This is a Digital Certificate System source code, using openssl
Update : 2024-03-29 Size : 1024 Publisher : Pei Momo

一个基于OpenSSL的VC程序Http/Https程序,大家可以学习一下。-OpenSSL based on the VC process Http/Https procedures, we can learn from you.
Update : 2024-03-29 Size : 239616 Publisher : zhang

miniDemo是演示如何使用OPENSSL函数实现SSL安全特性的例子,miniDemo分为服务器和客户端两部分,其中服务器程序在sslts.c,客户端程序在ssltc.c,sslt.c中包含共用函数。-err
Update : 2024-03-29 Size : 17408 Publisher : 张芳

A Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF). This port aims to bring full asynchronous HW/SW crypto acceleration to the Linux kernel, OpenSwan, OpenSSL and applications using DES, 3DES, AES, MD5, SHA, PublicKey, RNGs and more.
Update : 2024-03-29 Size : 9216 Publisher : ygt

DL : 0
RSA算法C++程序,采用了openssl-RSA algorithm for C program using the openssl
Update : 2024-03-29 Size : 1865728 Publisher : dream

DL : 0
OpenSSL资料Windows XP操作系统环境下,学习OpenSSL源代码并调试。运用OpenSSL提供的函数进行编程-OpenSSL information on Windows XP operating system environment, learning OpenSSL source code and debug. A function of the use of OpenSSL to provide programming
Update : 2024-03-29 Size : 428032 Publisher : tqm

openssl是ssl的开源项目,目前利用openssl开发的ssl功能非常多。-openssl is ssl open-source project, currently developed by the use of ssl functions openssl much.
Update : 2024-03-29 Size : 1459200 Publisher : sany

opssl 的tomcat配置说明。OpenSSL —— 用于安全通信的最著名的开放库-opssl the tomcat configuration instructions. OpenSSL- Secure Communications for the best-known open library
Update : 2024-03-29 Size : 4096 Publisher : mawei

开始,运行输入 sigverif 通过检查数字签名就知道是不是ms的了。 主要使用Win32API实现验证应用或驱动程 WinVerifyTrust API。如果该API被Hook有没有其他方法验证应用或驱动程序是否通过微软签名?如果仅仅是被挂钩了IAT,那么可以直接通过函数指针调用。 如果是像Detours那样用jmp改写了函数头,可以通过读取WinTrust.dll中WinVerifyTrust的实现位置,恢复函数头的机器码。 不知道使用CryptoAPI,再使用指定的Microsoft证书 是不是更好一点,不容易被欺骗 怕调api被hook的话,自己将验证的代码写出来,用openssl应该容易点。-Start, Run enter sigverif by checking the digital signature is not on the know of the ms. Win32API realize the main use of the application or driver to verify WinVerifyTrust API. If the API was Hook has no other way to verify whether the application or driver through Microsoft Signed? If merely being linked to the IAT, you can call directly through the function pointer. If it is used as the Detours as to alter the function jmp head, can be read in WinVerifyTrust Wintrust.dll realize the location, the restoration of function of the binary header. Do not know the use of CryptoAPI, and then use the specified certificate is not Microsoft a little better, not easy to be deceived by fear api tune hook, then he would write the code to verify, using openssl should be easy points.
Update : 2024-03-29 Size : 200704 Publisher : 齐欢乐

openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Mac等平台。openssl目前最新的版本是0.9.8e.-openssl is a feature-rich, self-contained open-source security toolkit. It provides the main functions: SSL protocol implementation (including the SSLv2, SSLv3 and TLSv1), a large number of soft algorithm (symmetric/asymmetric/summary), operator of large numbers of non-symmetric key generation algorithm, ASN.1 codec library, certificates request (PKCS10) codecs, codec digital certificate, CRL codec, OCSP protocol, the digital certificate authentication, PKCS7 standard realization and personal digital certificate format PKCS12 realize functions. openssl using C language as a development language, which makes it cross-platform with excellent performance. openssl support for Linux, UNIX, windows, Mac and other platforms. openssl is currently the latest version is 0.9.8e.
Update : 2024-03-29 Size : 366592 Publisher : 李文化

VC/MFCtian
DL : 0
openssl 客户端,利用MFC来编写的.没有服务端是不可用的.这和以前上传的功能要全一些,等把服务端编写好了才可以用.-openssl Matisse瑾
Update : 2024-03-29 Size : 1024 Publisher : 田田
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.