Re: app_verify_callback on ssl_ctx_st struct

2007-10-08 Thread Shanku Roy
Thanks much Steve! --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 05, 2007, Shanku Roy wrote: > > > Hello, > > I am looking for a way to obtain the "SSL *" > > handle on the app_verify_callback menthod on > > SSL_CTX/ssl_ctx_st struct; currently, the function > > looks l

Re: app_verify_callback on ssl_ctx_st struct

2007-10-06 Thread Dr. Stephen Henson
On Fri, Oct 05, 2007, Shanku Roy wrote: > Hello, > I am looking for a way to obtain the "SSL *" > handle on the app_verify_callback menthod on > SSL_CTX/ssl_ctx_st struct; currently, the function > looks like: > > struct ssl_ctx_st > { > -- > /* if defined, these ove

app_verify_callback on ssl_ctx_st struct

2007-10-05 Thread Shanku Roy
Hello, I am looking for a way to obtain the "SSL *" handle on the app_verify_callback menthod on SSL_CTX/ssl_ctx_st struct; currently, the function looks like: struct ssl_ctx_st { -- /* if defined, these override the X509_verify_cert() calls */ int (*app_verif