On Tue, Oct 17, 2000 at 06:37:49PM +0200, [EMAIL PROTECTED] wrote:
> 1. VerifyCallback cannot use X509_xxx functions. This is just taken from 
> the apps source of the OpenSSL-0.9.5a distribution. How or why it is not
> working properly I cannot tell.
> 
> static int VerifyCallback(int aniState,
>                           X509_STORE_CTX *apSubjectCTX,
>                           X509_STORE_CTX *apIssuerCTX,
>                           int aniDepth,
>                           int aniError)

How do you apply the VerifyCallback? The call doesn't seem to be compatible
to the way the verify_callback for SSL_CTX_set_verify() is defined.
(Too many arguments, see 
  http://www.openssl.org/docs/ssl/SSL_CTX_set_verify.html)

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to