Hi all,
I have been trying to test the embed openssl ocsp server in secure mode
like:
c:\openssl-0.9.8\share>c:\openssl-0.9.8\bin\openssl ocsp -url
https://myhost:7575-req_text -resp_text -text -index
intermediate\index.txt -CA int
ermediate\certs\ca-chain-cert.pem -rkey
intermediate\private\
Convert from PEM to DER (via the X509_PEM_read_ funtions) and use X509_cmp.
PEM format is not guaranteed – you could have differnet linebreaks, for example.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Thanks Scott, it can be done. I am also looking for some functions which can
compare the fingerprint of certificates
-Original Message-
From: Scott Neugroschl [mailto:scot...@xypro.com]
Sent: Tuesday, September 19, 2017 11:30 AM
To: Yan, Bob ; openssl-users@openssl.org
Subject: RE: Ce
How about saving the received cert as a PEM file and comparing the two?
-Original Message-
From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
Yan, Bob via openssl-users
Sent: Tuesday, September 19, 2017 10:53 AM
To: openssl-users@openssl.org
Subject: [openssl-user
Hi All,
I need to compare a received certificate object with a PEM-formatted
certificate stored at local file system. Is there any openssl library functions
or an easy way to compare these two certificates?
Thank you very much!
Bob
--
openssl-users mailing list
To unsubscribe: https://mta.ope