摘要: 1.生成KEY: gmssl sm2 -genkey -out 01.root.pem gmssl genrsa -out 01.root_plain.key 2048 gmssl genrsa -out 01.root_plain.key 1024 2.生成CA的自签名证书 gmssl req - 阅读全文
posted @ 2019-08-19 14:18 日月王 阅读(1940) 评论(0) 推荐(0) 编辑
摘要: 实现X509格式证书的链式校验 // cert_public.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <string.h> #include <stdi 阅读全文
posted @ 2019-08-19 13:38 日月王 阅读(2870) 评论(0) 推荐(0) 编辑