
openssl
daa20
这个作者很懒,什么都没留下…
展开
-
SSL_connect 连接超时的处理方法
问题:一个简单的用例分析。环境:[root@localhost ~/test/ssl_test]# uname -aLinux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux拓扑:localhost±------...原创 2020-04-03 17:27:11 · 11655 阅读 · 0 评论 -
openssl编译和安装
编译环境:[test@dev-server ~]$ uname -aLinux dev-server 4.18.0-147.el8.x86_64 #1 SMP Wed Dec 4 21:51:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux[test@dev-server ~]$ cat /etc/redhat-release CentOS Linux ...原创 2020-02-10 20:17:31 · 1217 阅读 · 0 评论 -
openssl does not have a number assigned
在openssl中新增了几个对外的API,make时,提示:Warning: *** does not have a number assignedWarning: *** does not have a number assignedWarning: *** does not have a number assignedWarning: *** does not have a numbe...原创 2020-01-20 20:13:49 · 2344 阅读 · 1 评论 -
openssl certificate date check
/* * Only suitable for PEM format certificate file, and not apply * for DER certificate file. * * */#include #include #include #include #include #include #include int default_d原创 2018-01-08 16:17:42 · 499 阅读 · 0 评论 -
openssl certificate date check
/* * Only suitable for PEM format certificate file, and not apply * for DER certificate file. * * */#include #include #include #include #include #include #include int default_d原创 2018-01-08 16:16:59 · 461 阅读 · 0 评论