Same problem.
I wanted to know where is stocked the Server certificate during the SSL/TLS
communication.
For example I have my client who connect to a web service using SSL/TLS.
I wanted that my client get the certificate used by the server to get his
name.
Is it possible?
Thanks,
Maxime.
2008/
Hi,
I am using gSOAP which use openssl.
I establish a connexion to a server using TLS, and I wanted to get the Name
of the Server certificate.
I can access to a X509_STORE trough ctx->cert_store.
But I don't find how to get the Server certificate.
I found the X509_STORE_CTX_get_current_cert(store