Release Date: May 29, 2017 Author: Frederik A. Winkelsdorf (opendec.wordpress.com) for the Indy Project (www.indyproject.org) Requirements: Indy 10.5.5+ (SVN Version or Delphi 2009 and newer) Dependencies: The libraries have no noteworthy dependencies Installation: Copy both DLL files into your application directory Supported OS: Windows 2000 up to Windows 10
2021-10-09 15:58:53 1014KB libeay32.dll ssleay32.dll openssl
1
直接导入openssl_tools包,即可使用。在生产环境中,有时会需要用到自签名的证书,而谷歌浏览器从2016年开始就降低了sha1的算法级别,openssl默认使用的是sha1的算法。 bio = BIO_new_connect("hostname:port"); if(bio == NULL) { /* Handle the failure */ } if(BIO_do_connect(bio) <= 0) { /* Handle failed connection */ }
2021-10-08 17:59:37 6.59MB openssl
1
windows xp 安装OpenSSL时要用到的文件: ml.exe 8.0.50727.42 ML.ERR,编译有时错误数据表 nasm.exe由著名的asmcommunity团队维护 网站上还包括一个asm开源的OS代码 大部分代码都是nasm编译polink连接的
2021-10-06 16:05:46 324KB ml.exe ML.ERR nasm.exe
1
个人整理的openssl开发资料,包含了openssl编程.pdf、openssl开发手册.chm、OpenSSL与网络信息安全-基础、结构和指令.pdf,网络安全开发必备
2021-10-05 14:33:47 3.38MB openssl
1
升级方法本人亲测可用,在网上找了大量方法折腾了两天,最后找到一个比较好的,并对其进行完善,希望大家少走弯路。切记,我所列网址里参考值参考后半部分,我在文档中也注明了
2021-10-04 12:42:37 30KB openssh升级
1
c++使用openssl 实现对文件的加密
2021-10-03 17:36:07 2.87MB VC++ OpenSSL 文件加密
1
由于SSL协议是网络加密登陆认证、网络交易等的主流安全协议,而OpenSSL又是主流的SSL搭建平台。因此这些称呼好不为过,建议各网络服务提供者、管理机构和用户高度注意本漏洞的处理情况,希望广大用户做出相应的对策。
2021-09-30 20:20:49 302KB OpenSSL漏洞
1
本代码使用MFC方式实现了如下功能: 1> 原生socket POST访问HTTP站点。可成功登陆某站点; 2> 集成OpenSSL POST访问HTTPS站点。可成功登陆小米官网。 文件包内含有完整的,编译好的OpenSSL开发需要的头文件以及库文件等,可以方便的使用在您的项目中。
2021-09-30 07:55:15 28.81MB HTTP HTTPS OpenSSL POST
1
OpenSSL与网络信息安全-基础、结构和指令+openssl编程+openssl_program,超值的嘛,统统只要三个积分。
2021-09-29 17:59:13 3.91MB openssl
1
安装dsniff需要
2021-09-29 16:03:13 3.13MB openssl dsniff
1