Details in hex of the certificate in .pem openssl
Posted
by allenzzzxd
on Stack Overflow
See other posts from Stack Overflow
or by allenzzzxd
Published on 2010-03-24T12:58:31Z
Indexed on
2010/03/24
13:13 UTC
Read the original article
Hit count: 327
Hi, I have generated using openssl mycert.pem which contents the certificate. And I converted the base64 text into hex.
I wonder if it's possible to extract the informations from the hex string in c (without using the openssl library). For example, the public key, the issuer, the subject, the validity information, etc.
Thanks.
© Stack Overflow or respective owner