10 Jun
2011
10 Jun
'11
5:02 a.m.
Hi, Checking asio::ssl sample, the client side code contains a way to verify the server certificate as ctx.set_verify_mode(boost::asio::ssl::context::verify_peer); ctx.load_verify_file("ca.pem"); What parameters are checked by this function? Is it possible to check the parameters in certificate file manually? (I have gone through openssl manual, it seems openssl has functions for that) And also how can I do a client authentication using SSL? Thanks a lot, Lloyd
4906
Age (days ago)
4906
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lloyd