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