Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (336)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1966)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1823)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "ans1parse" - ASN.1 OBJECT IDENTIFIER Field Type
What is ASN.1 OBJECT IDENTIFIER field type? How to specify OBJECT IDENTIFIER field type in OpenSSL "asn1parse" command?
✍: FYIcenter.com
ASN.1 OBJECT IDENTIFIER field is a primitive field that can be used to store
an Object Identifier (OID) defined in the ASN.1 standard.
An OID has 3 equivalent values: short name, long name and numerical format.
For example, "CN", "commonName", and "2.5.4.3" are the same OID
to identify the common name of the subject in a certificate.
To use ASN.1 OBJECT IDENTIFIER field in OpenSSL "asn1parse" command, you need to remember the following rules:
Here are examples of using IA5STRING with the OpenSSL "asn1parse" command:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> asn1parse -genstr OBJECT:CN 0:d=0 hl=2 l= 3 prim: OBJECT :commonName OpenSSL> asn1parse -genstr OBJECT:commonName 0:d=0 hl=2 l= 3 prim: OBJECT :commonName OpenSSL> asn1parse -genstr OBJECT:2.5.4.3 0:d=0 hl=2 l= 3 prim: OBJECT :commonName
⇒ OpenSSL "ans1parse" - ASN.1 BIT STRING Field Type
2016-09-30, 6650👍, 0💬
Popular Posts:
What is the purpose of the OpenSSL "rsautl -verify" command? Can I use it to verify a signed documen...
What tool to use to manage cert8.db and key3.db files directly? I know cert8.db and key3.db are used...
How to add a root CA certificate into "cert8.db" file using Mozilla "certutil" tool? I have exported...
What commands are supported in OpenSSL? Here is a complete list of commands supported in OpenSSL: ST...
Certificate Summary: Subject: GlobalSign Issuer: GlobalSign Expiration: 2021-12-15 08:00:00 UTC Key ...