[openssl-users] How can I sstart openssl ocsp in secure mode using TLS/SSL

2017-09-19 Thread Ike Ikonne
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

Re: [openssl-users] Certificate Comparison

2017-09-19 Thread Salz, Rich via openssl-users
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

Re: [openssl-users] Certificate Comparison

2017-09-19 Thread Yan, Bob via 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

Re: [openssl-users] Certificate Comparison

2017-09-19 Thread Scott Neugroschl
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-users] Certificate Comparison

2017-09-19 Thread Yan, Bob via openssl-users
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: