Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1853)
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 (5376)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4390)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "ans1parse -genstr" - Single Primitive Field DER File
How to generate a DER file with a single data field using the OpenSSL "ans1parse" command?
✍: FYIcenter.com
You can use the OpenSSL "ans1parse -genstr" command to generate a DER file with a single
data field. You just need to specify the field type and field value separated by ":".
Here are some examples of using "ans1parse -genstr" command:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> asn1parse -genstr "INTEGER:255" -noout -out integer.der OpenSSL> asn1parse -genstr "IA5STRING:Hello World!" -noout -out ascii.der OpenSSL> asn1parse -genstr "UTF8:Hello World!" -noout -out utf8.der OpenSSL> asn1parse -genstr "GENERALIZEDTIME:20161231235959Z" -noout -out time.der OpenSSL> asn1parse -genstr "NUMERIC:3.14159" -noout -out numeric.der OpenSSL> exit; C:\Users\fyicenter>type integer.der ☻☻ C:\Users\fyicenter>type ascii.der ▬♀Hello World! C:\Users\fyicenter>type utf8.der ♀♀Hello World! C:\Users\fyicenter>type time.der ↑☼20161231235959Z C:\Users\fyicenter>type numeric.der ↕3.14159
By the way, the "-genstr" option does not support SEQUENCE field type. You have to use the "-genconf" option to generate SEQUENCE ASN.1 structure.
⇒ OpenSSL "ans1parse -in" - Parse DER File
2016-10-15, 7522👍, 0💬
Popular Posts:
Certificate summary - Owner: UTN-USERFirst-Hardware, http://www.usertrust.com ,The USERTRUST Network...
Why I am getting the "The stateOrProvinceName field needed to be the same in the CA certificate (......
Certificate Summary: Subject: VeriSign Class 3 Extended Validation SSL CA Issuer: VeriSign Class 3 P...
What are distinguished names on certificates? I see "CN=..." on in many certificates. Distinguished ...
Why am I getting this "Your connection is not private" error with Chrome on my Android device? If yo...