Files
GmSSL/tools/README.md
Zhi Guan bcad2eb8dd update
2021-09-10 11:29:16 +08:00

17 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 命令行工具
命令行工具:
* `sm3` 计算SM3杂凑值支持带公钥和ID的Z值计算
* `sm3hmac` 计算SM3-HMAC值
* `sm2keygen` 生成SM2密钥对以PKCS #8口令加密的PEM格式存储
* `sm2sign`,`sm2verify` SM2签名和验证生成DER二进制编码的SM2签名值
* `sm2encrypt`,`sm2decrypt` SM2加解密注意只支持较短的消息加密
* `reqgen` 生成PKCS #10证书签名请求PEM文件
* `reqparse` 解析打印REQ文件
* `reqsign` CA用私钥对REQ文件签名生成证书
* `certgen`生成自签名证书
* `certparse` 解析打印证书
* `certverify` 验证证书链