Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am using Michael Chourdakis 's SSL : Convert your Plain Sockets to SSL Sockets in an Easy Way[^] library to enable TLS 1.2 in my windows C++ application.

I want to installed ECDSA self signed certificate on client and server, and establish a secure connection using TLS 1.2. By using this library I am not sure if it is validating the client and server certificate. If anybody has an idea about it, please help?

What I have tried:

I generated the ECDSA certificate using openssl!
Posted
Comments
Richard Deeming 19-Jan-22 8:44am    
If you have a question about the code in an article, post it in the forum at the bottom of that article. That way, the author will be notified and have a chance to respond.
Member 15265176 19-Jan-22 23:48pm    
The post seems old, and added comment there! I do not have question on code, I want to check how to verify client and server certificate in the Microsoft SSPI (SChannel) API.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900