On Mon, Dec 5, 2011 at 7:35 AM, wrote:
> Hi,
>
>
>
> I am trying to make a simple C++ (64-bit) client program that can establish
> a SSL connection with a remote server using OpenSSL on windows-7. I can
> successfully execute the followings to create a new context block;
>
>
>
> SSL_library_init(
On 12/3/2011 8:22 PM, Jeffrey Walton wrote:
On Fri, Dec 2, 2011 at 1:55 PM, wrote:
Hi,
I am trying to make a simple C++ (64-bit) client program that can establish
a SSL connection with a remote server using OpenSSL on windows-7. I can
successfully execute the followings to create a new context
On Fri, Dec 2, 2011 at 1:55 PM, wrote:
> Hi,
>
> I am trying to make a simple C++ (64-bit) client program that can establish
> a SSL connection with a remote server using OpenSSL on windows-7. I can
> successfully execute the followings to create a new context block;
>
> SSL_library_init();
> SSL