[EMAIL PROTECTED] wrote:
Sir,
How do I check to see what version of Open SSL that I have on my
system? I am trying to answer the attached vulnerability.
If you have the executable for the superapp then use:
openssl version -a
If you don't then you can
strings path-to-library | grep '
Dear All,
I have self signed root certificate. I want to verify the peer certificate.
In API static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509
*issuer).
I saw function calling X509_check_issued(issuer, x); where they are
matching issuer and subject. But I saw server is sending the T