Re: C++ problem trying to use a certificate? Can (General questions)
Hi Kreso,
COOL! I downloaded the new version and it works great. [:cool:]
I've got user/pass + cert authentication (require both) working fine (although only the cert event fires, not both of them like I would expect).
I'm learning more of the APIs, and so far the only other thing I'm a bit fuzzy on is how to verify the client's public key against the server's private key. I don't see a method or API that lets me do this? I can compare the 2 public keys to each other, but that's not real PKI authentication...
Thanks for the help,
-Tim