/crypto/objects/objects.txt 格式 举例说明

来源:互联网 发布:网络问卷调查的好处 编辑:程序博客网 时间:2024/06/07 00:25

Is there anyone who can tell me what do this line mean (they belongs to
/crypto/objects/objects.txt) ?
line 659 !Alias csor 2 16 840 1 101 3
line 660 !Alias nistAlgorithms csor 4
line 661 !Alias aes nistAlgorithms 1
In particular, for what stands the number 4 in line 660?


Its just an additional part of the OID. So:

csor is 2.16.840.1.101.3
nistAlgorithms is 2.16.840.1.101.3.4
aes is 2.16.840.1.101.3.4.1

原文链接:http://openssl-dev.openssl.narkive.com/HWJnEN1z/what-does-is-it

openssl、SSL/TLS学习过程中非常棒的参考书:http://download.csdn.net/detail/xiangguiwang/9642295

1 0
原创粉丝点击