[openssl-users] getting certificate from X509_STORE

2008-06-13 Thread BRACHET Maxime
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

Re: getting certificate from X509_STORE

2008-06-17 Thread BRACHET Maxime
;This is a minor thing though... > > --- Kah > > 2008/6/13 BRACHET Maxime <[EMAIL PROTECTED]>: > > Hi, >> >> Yes, I tried something like this : >> >> char data[256]; >> SSL_CTX *context = (&soap)->ctx; >> X509_STORE *store =