On Wed, Aug 22, 2001 at 10:09:12AM -0400, Aslam wrote:
> What do u suggest on this, Openssl is not compatible with C++ code..?? Any
> work arounds for this..??

I don't see a problem. The header files have the necessary
#ifdef  __cplusplus
extern "C" {
#endif

wrapping. So what you are going to supply is a callback
  int app_verify_callback(X509_STORE_CTX *ctx)
  {
  ...
  }

WARNING: Steve Henson put quite some effort into writing/extending OpenSSL's
internal verification mechanisms. I would strongly recommend to stay with
these routines unless you have a very special reason.

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