Hi All!!!!

I have so far been setting callbacks in a .C file and all custom
callback functions were so far working fine...

Now I have reorganised the same C code into a C++ class and am trying
to make a wrapper API which I can use to establish SSL connections...

I exported some public functions such as intialize, configure, accept,
connect, send, recieve etc & some of these funtions called other
private members such as authentication functions, password handlers
etc...
Now functions such as SSL_BadCertHook are throwing up compile errors
as they are not able to "decipher" the C++ function pointers to member
functions(NSS is written in C..) which are passed to them as
arguments...

I am unable to sort out this issue....Help needed!!

Warm Regards,
D3|\||\|!$
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to