Directly... yes, it is impossible.
Indirectly, is possible. You'll need to create a C
callback to pass to set_verify that calls your object method with the
object pointer. you'll need to create a c++ analog of the set_verify
that'll take the object pointer and method callback.
Just par for the course when mixing C and
C++.
-lee
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 12:08 PM
To: [EMAIL PROTECTED]
Subject: SSL_CTX_set_verify() set callback to object-method?
Perhaps this is a Windoze-specific problem, but I'm not able to set the callback method as an object-method.
Is it impossible?
-- kov