Title: Obtaining IP Address
SSL *s;
conn_rec conn_rec;
char * cpVHostID;
conn_rec = SSL_get_app_data(s);
cpVHostID = ssl_util_vhostid(p,
conn_rec->server);
- Original Message -
From:
Andrew Finnell
To: 'Openssl ([EMAIL PROTECTED])'
Sent: Tuesday, Septemb
Hi,
I am using the following functions in my app :
PEM_read_bio_X509
PEM_read_bio_PrivateKey
Later on I am using the return values of those functions as part of the
SSL_CTX context using the functions :
SSL_CTX_use_certificate
SSL_CTX_use_PrivateKey
My query is will calling SSL_CTX
__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
__
OpenSSL Project
Richard Rowell <[EMAIL PROTECTED]> writes:
> I'm a newbie to openssl... I have been using the reference md5
> implementation to generate checksums for an application. Recently I
> linked in libssl and used the md5 functions within it instead. However,
> the checksums generated don't mat