
openssl
Linux_木头
这个作者很懒,什么都没留下…
展开
-
openssl 获取x509.pem 证书信息
前言 最近项目使用到了openssl库,特此记录下学习的内容。 2.简单获取x509.pem证书的内容。 #include #include #include int main(){ BIO *b; char *Name = NULL, *header = NULL; unsigned char *data = NULL;原创 2014-12-19 14:48:56 · 13045 阅读 · 0 评论 -
openssl Unable to load config info from /system/lib/ssl/openssl.cnf
在ubuntu中安装了openssl 但是要生产证书,出现Unable to load config info from /system/lib/ssl/openssl.cnf错误。解决的办法:sudo apt-get install libssl-dev原创 2015-07-24 09:14:39 · 3290 阅读 · 0 评论