Re: Supporting SSL/TLS
- From: "Eugene Gershnik" <gershnik@xxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 23:19:28 -0700
Jeff McKay wrote:
I maintain an IMAP/POP email client application that uses standard
Winsock calls. I am now required to make this app support SSL. Any
suggestions on the quickest way to accomplish this? Are there any
libraries available for C++ (Windows) that I can just plug into to
make this as painless as possible?
Painless no. Nothing with SSL is ever painless. ;-)
If you don't need portability look for SSPI as skywing suggested. If you
have a non-zero chance of being ported google for OpenSSL.
--
Eugene
http://www.gershnik.com
.
- References:
- Supporting SSL/TLS
- From: Jeff McKay
- Supporting SSL/TLS
- Prev by Date: Re: How to listen to more a specific IP and specific ports
- Next by Date: Re: one UDP socket vs many distributed UDP sockets?
- Previous by thread: Re: Supporting SSL/TLS
- Next by thread: Re: Supporting SSL/TLS
- Index(es):
Relevant Pages
|