04 2018 档案

摘要:wireshark display filterhttps://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html wireshark can't capture loopbackhttps:// 阅读全文
posted @ 2018-04-26 17:35 HEIS老妖 阅读(298) 评论(0) 推荐(0)
摘要:原因 : 程序太老, 调用了参数为 FILE * 类型的 api. 解决方式: 1. windows exe, 可直接#include<openssl/applink.c> // extern "C" 2. 如果是.dll文件, 可更新对应api, 使用BIO 替代FILE *, 例如 阅读全文
posted @ 2018-04-16 17:13 HEIS老妖 阅读(1099) 评论(0) 推荐(0)
摘要:/* * http://www.cppblog.com/flyonok/archive/2011/03/24/133100.html */ #include #include #include #include #include #include #include "openssl/rsa.h" #include "openssl/crypto.h" #include "... 阅读全文
posted @ 2018-04-04 17:41 HEIS老妖 阅读(270) 评论(0) 推荐(0)
摘要:openssl 1.1.1 include/openssl include/internal 阅读全文
posted @ 2018-04-02 11:47 HEIS老妖 阅读(4407) 评论(0) 推荐(0)