Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1855)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (5385)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4397)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 8418👍, 0💬
Popular Posts:
How to start "certmgr.exe" on Windows? I know it is installed on my system as part of Visual Studio....
Certificate Summary: Subject: KEYNECTIS ROOT CA Issuer: KEYNECTIS ROOT CA Expiration: 2020-05-26 00:...
Certificate summary - Owner: www.skype.com Issuer: MSIT Machine Auth CA 2, Dredmond, Dcorp, Dmicroso...
Certificate summary - Owner: *.hs.llnwd.net, "Limelight Networks, Inc.", L=Tempe, ST=Arizona, US, SE...
Certificate Summary: Subject: CLI-Login Issuer: CLI-Login Expiration: 2018-12-06 14:05:46 UTC Key Id...