Using Open SSL
-
I want to build a SSL server application in VC++, unmanaged code, using OpenSSL. I got many sample application of SSL Client. but the server sample application is not so frequent, the application which I got was not working . The problem I am facing is that I am not sure about the method of developing a server application and the usage of digital certificate. Can anybody help me how to do it or send me some useful links. Any help will be appreciated Thanks in advance
Regards Rajmohan
-
I want to build a SSL server application in VC++, unmanaged code, using OpenSSL. I got many sample application of SSL Client. but the server sample application is not so frequent, the application which I got was not working . The problem I am facing is that I am not sure about the method of developing a server application and the usage of digital certificate. Can anybody help me how to do it or send me some useful links. Any help will be appreciated Thanks in advance
Regards Rajmohan
-
Beg, borrow or steal a copy of "Network Security with OpenSSL" by Viega, Messier and Chandra. It doesn't describe the SSL protocol that well but it has a recipe for a client server app including where certificate checking fits in. Cheers, Ash
Thank you so much for the reply.
Regards Rajmohan