摘要:
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 - 阅读全文
摘要:
实现X509格式证书的链式校验 // cert_public.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <string.h> #include <stdi 阅读全文