随笔分类 -  Mark

摘要:1 SSL_CTX* ctx = SSL_CTX_new(TLS_client_method()); 2 BIO *root = BIO_new_mem_buf(buf, dataLen); 3 X509 *certX = d2i_X509_bio(root, NULL); //DER格式 4 X5 阅读全文
posted @ 2019-10-31 16:08 Zzz...y 阅读(2212) 评论(4) 推荐(0)
摘要:root下修改/etc/profile 修改后重启一下 用上面的命令可以查看当前搜索路径 阅读全文
posted @ 2018-08-18 23:17 Zzz...y 阅读(627) 评论(0) 推荐(0)