http://blog.csdn.net/star1010/article/details/47809449 https://www.bmt-online.org/geekisms/RSA_verify
http://www.sql.ru/forum/770962/libeay-pas-iz-delphi7-v-delphi2010
http://www.delphifaq.ru/indy-protocols-source-part4/idsslopenssl.html
http://blog.csdn.net/hunter_lee/article/details/46698153
https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=4_3
http://ajysnihao.blog.163.com/blog/static/12057858200963085943879/
http://jacky-dai.iteye.com/blog/1545241
http://blog.csdn.net/ghevinn/article/details/12909557
http://www.verysource.com/code/5099861_1/sslserversocket.cpp.html
http://stackoverflow.com/questions/36773943/verifying-sha256-signature-with-openssl-in-delphi-fails
http://laokaddk.blog.51cto.com/368606/596124/
http://blog.csdn.net/wzsy/article/details/18217079
http://www.disi.unige.it/person/FerranteM/delphiopenssl/index.html
http://yangmeiwen.blog.163.com/blog/static/49304092009872148890/
http://blog.csdn.net/jiftlixu/article/details/19836243
http://yuanshuilee.blog.163.com/blog/static/21769727520140139251684/
http://www.itnose.net/detail/6403892.html
在界面上放一个TIdHTTP控件,命名为IdHTTP1,再放一个TIdSSLIOHandlerSocket控件,命名为 IdSSLIOHandlerSocket1,将IdHTTP1的IOHandler属性设为IdSSLIOHandlerSocket1,这样就可以随 意的Get,Post那些地址为https开头的网站了。不过这样仍然不行,当运行程序时,会报错“Could not load SSL
服务端环境:Ubuntu18.04,MySQL5.7.3
啰嗦几句:一个半吊子程序员,毕业后接触的第一门语言就是
Delphi
7,断断续续使用了15年,已是为人父母年纪,难得有点时间能学习一点,可惜记忆大不如从前,本着有一点记一点的想法,记录下自己的使用经过,方便以后查看,东西可能比较简单,可惜
Delphi
资料实在少
Posted on 2007-12-24 09:27 伯乐共勉 阅读(54) 评论(0) 编辑 收藏 所属分类: INDY与SOCKET 摘要:本文主要介绍如何在
Delphi
中使用SSL协议.一共分为七个部分:(1)SSL协议是什么?(2)
Delphi
中如何使用SSL协议?(3)SSL客户端编程实例.(4)SSL服务端编程实例.(5)SSL证书编程实例.(6)中间人欺骗实例