RE: RE: Open SSL API's Support For IPv6.

2011-11-01 Thread Mark . Itzcovitz
@openssl.org; carlyo...@keycomm.co.uk Subject: RE: RE: Open SSL API's Support For IPv6. Hi, I am sorry if I misunderstood things. I went through the text quoted by him. Also, I did google search for that and what I understood was: ERR_load_crypto_strings() registers the error strings for all libcrypto

Re: RE: Open SSL API's Support For IPv6.

2011-10-31 Thread carlyoung
On Mon 31/10/11 4:25 PM , Akanksha Shukla akshu...@cisco.com sent: Hi Michael, Thanks for the reply. But I think the issue is not from the C perspective. As I already mentioned, that if I use fputs to directly write a string to file, then I am able to do that successfully. But when I try to

RE: RE: Open SSL API's Support For IPv6.

2011-10-31 Thread Akanksha Shukla
: RE: Open SSL API's Support For IPv6. On Mon 31/10/11 4:25 PM , Akanksha Shukla akshu...@cisco.com sent: Hi Michael, Thanks for the reply. But I think the issue is not from the C perspective. As I already mentioned, that if I use fputs to directly write a string to file, then I am able to do

RE: RE: Open SSL API's Support For IPv6.

2011-10-31 Thread Jeremy Farrell
From: Akanksha Shukla [mailto:akshu...@cisco.com] Hi Carl, I added the API's call as mentioned by you in the else part to get the dump of the error. But this time also, I am not successful. else { SSL_load_error_strings();

RE: RE: Open SSL API's Support For IPv6.

2011-10-31 Thread Akanksha Shukla
-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Jeremy Farrell Sent: Tuesday, November 01, 2011 1:39 AM To: openssl-users@openssl.org; carlyo...@keycomm.co.uk Subject: RE: RE: Open SSL API's Support For IPv6. From: Akanksha Shukla [mailto:akshu...@cisco.com] Hi