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
penssl-users@openssl.org Subject: [openssl-users] Certificate Comparison 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 muc

Re: [openssl-users] Certificate Comparison

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

[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: