translation

This commit is contained in:
Liu Shaotong
2017-07-13 14:09:27 +08:00
parent b21cbc7a0b
commit aec33bb29a
3 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ B<gmssl> B<crl>
The B<crl> command processes CRL files in DER or PEM format.
crl命令以DER或PEM格式处理CRL文件。
=head1 OPTIONS
=over 4

View File

@@ -47,6 +47,7 @@ To see the list of supported algorithms, use the I<list --digest-commands>
command.
摘要功能输出所提供文件的消息摘要或是十六进制文件。摘要功能还能使用消息摘要生成和验证数字签名。
通用名称dgst可以与指定要使用算法的选项一起使用。默认的摘要是sm3.支持的digest名称也可作为命令名称。要查看支持的算法列表请使用list --digest-commands。
=head1 OPTIONS

View File

@@ -40,12 +40,19 @@ GmSSL是实现安全套接字层SSL v2 / v3和传输层安全TLS v1
o Time Stamp requests, generation and verification
创建并管理公钥,私钥和参数。
公钥加密操作。
x509CSR和CRL的创建
计算消息摘要。
密码加密解密
SSC/TLS客户端服务器的测试
处理S / MIME签名或加密的邮件
时间戳请求,生成和验证
=head1 COMMAND SUMMARY