> From: owner-openssl-us...@openssl.org On Behalf Of Akanksha Shukla
> Sent: Thursday, 03 November, 2011 11:25
> I want to summarize
> I am using the SSL API's for client application to get connect
> to server and that worked fine over IPv4. Now my requirement is to
> ha
.
From: Akanksha Shukla
Sent: Thursday, November 03, 2011 7:25 PM
To: openssl-users@openssl.org
Subject: RE: Open SSL API's Support For IPv6.
Hi All,
I want to summarize what issue has been faced by me till now and
roach 3 at their end and see if the similar problem is
observed by you as seen by me.
Please have a look and suggest something.
Thanks
Akanksha Shukla.
-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thomps
users@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
> From: owner-openssl-us...@openssl.org On Behalf Of Akanksha Shukla
> Sent: Monday, 31 October, 2011 08:48
> {
>FILE * pFile1;
>char mystring [500];
>pFile1 = fopen ("result.txt","a");
>i
owner-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
> 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();
> SSL_li
To: openssl-users@openssl.org; Akanksha Shukla
Subject: Re: 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
> 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
-openssl-us...@openssl.org] On Behalf Of Michael S. Zick
Sent: Monday, October 31, 2011 10:19 PM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
On Mon October 31 2011, Akanksha Shukla wrote:
> ERR_print_errors_fp(stderr);
>
Because your writin
On Mon October 31 2011, Akanksha Shukla wrote:
> ERR_print_errors_fp(stderr);
>
Because your writing to stderr rather than pFile?
Mike
__
OpenSSL Project http://www.openssl.org
Use
arify.
Thanks
Akanksha Shukla.
-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Michael S. Zick
Sent: Monday, October 31, 2011 6:49 PM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
On Mon Octob
On Mon October 31 2011, Akanksha Shukla wrote:
>
> Could you please have a look and help me here.
> I am not able to proceed further.
>
Sorry, I do not have the required experience in either
"C" or "C like" languages to be of any help.
And you really need the help of a beginner's coding forum.
@openssl.org] On Behalf Of Akanksha Shukla
Sent: Saturday, October 29, 2011 11:47 PM
To: openssl-users@openssl.org
Subject: RE: Open SSL API's Support For IPv6.
Hi Michael,
Sorry for the confusion caused but the whole code sequence is like this:
int retryCounter = 0;
while(retryCo
as well as IPV6.
Thanks
Akanksha Shukla.
-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Michael S. Zick
Sent: Wednesday, October 26, 2011 2:26 AM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support
gt;
> So, could you please suggest what mistake I am doing here that SSL errors
> are not being getting written in file and also any other suggestions to try
> out.
>
Q? How many times do you intend to open that file inside of the
while loop without ever flushing or closing it?
Mi
r-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson
Sent: Tuesday, October 25, 2011 4:34 AM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
On Sun, Oct 23, 2011, Akanksha Shukla wrote:
> Hi Stephen,
>
>
>
> I tried with
On Sun, Oct 23, 2011, Akanksha Shukla wrote:
> Hi Stephen,
>
>
>
> I tried with retry logic as well (though earlier it was also same), but same
> result.
>
>
>
> int retryCounter = 0;
>
> while(retryCounter < CONNECT_MAX_TRY)
>
> {
>
> int retVal = BIO_do_connect(conn);
>
> if(
: RE: Open SSL API's Support For IPv6.
Hi Stephen,
I tried with retry logic as well (though earlier it was also same), but same
result.
int retryCounter = 0;
while(retryCounter < CONNECT_MAX_TRY)
{
int retVal = BIO_do_connect(conn);
if(retVal <= 0)
{
Stephen Henson
Sent: Sunday, October 23, 2011 1:45 AM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
On Sat, Oct 22, 2011, Akanksha Shukla wrote:
>
> 5) BIO_set_nbio(conn, 1);
>
> 6) int retVal = BIO_do_connect(conn);
>
On Sat, Oct 22, 2011, Akanksha Shukla wrote:
>
> 5) BIO_set_nbio(conn, 1);
>
> 6) int retVal = BIO_do_connect(conn);
>
> if(retVal <= 0)
>
> {
>
> cout << " The Bio_do_connect failed" << endl;
>
> }
>
>
>
> After executing the program, I am getting output as :
>
>
me
error in both the cases.
I would request to please have a look and suggest something.
Thanks
Akanksha Shukla.
-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson
Sent: Thursday, September 29, 2011 11:0
On Thu, Sep 29, 2011, Akanksha Shukla wrote:
> Hi All,
>
> I tried following things:
>
>
>
> 1) Made socket() system call with AF_INET6 family type.
>
> 2) Made connect() system call to get connected to destination address
> using the socket created above.
>
> 3) Then made ca
-users@openssl.org
Subject: RE: Open SSL API's Support For IPv6.
Hi Nilotpal,
I tried following things:
1) Made socket() system call with AF_INET6 family type.
2) Made connect() system call to get connected to destination address
using the socket created above.
3)
Sent: Thursday, September 22, 2011 2:59 PM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
Hi,
You can try this once.
Use socket library connect() to get the connected socket. Then use
BIO_new_socket() and pass the connected socket descriptor.
Then, on the
API's which has support over IPv6.
>
> Thanks
> Akanksha Shukla.
>
> -Original Message-
> From: owner-openssl-us...@openssl.org
> [mailto:owner-openssl-us...@openssl.org] On Behalf Of Wim Lewis
> Sent: Thursday, September 22, 2011 1:25 AM
> To: openssl-users@ope
Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Wim Lewis
Sent: Thursday, September 22, 2011 1:25 AM
To: openssl-users@openssl.org
Subject: Re: Open SSL API's Support For IPv6.
On 21 Sep 2011, at 6:17 AM, Akanksha Shukla wrote:
On 21 Sep 2011, at 6:17 AM, Akanksha Shukla wrote:
> Currently we are using OpenSSL 0.9.8 version. I have question about few of
> the API's support for IPV6.
>
> 1) BIO_new_connect()
[...]
>
> Queries :
> 1) Do the above mentioned API's support IPv6?
I don't think so. BIO_new_connect() (and BIO
Hi,
Currently we are using OpenSSL 0.9.8 version. I have question about few of
the API's support for IPV6.
1) BIO_new_connect()
2) BIO_set_nbio()
3) BIO_do_connect()
Queries :
1) Do the above mentioned API's support IPv6?
2) If yes, then is there any specific syntax for mentioning the IPv6 addr
29 matches
Mail list logo