C C++ difference.

2005-07-01 Thread rohan shrivastava
Hello, I have written a program in C C++, for testing OpenSSL. The C program works fine, whereas in C++ I receive segmentation fault error while executing SSL_CTX_use_certificate_file() function. Any idea why I am getting this error? --- C Pgm Start --- #include

RE: C C++ difference.

2005-07-01 Thread rohan shrivastava
Usman, Thanks a lot it worked :) -Rohan From: Usman Riaz [EMAIL PROTECTED] Reply-To: openssl-users@openssl.org To: openssl-users@openssl.org Subject: RE: C C++ difference. Date: Fri, 01 Jul 2005 15:48:24 +0500 ALWAYS intialise your pointers :). TestSSL() { ctx = NULL; bio_err =

RE: [Fwd: Re: Queries over OpenSSL programs]

2005-06-17 Thread Rohan Shrivastava
manner On 6/7/05, Rohan Shrivastava [EMAIL PROTECTED] wrote: Hello, I am new to OpenSSL programming through C. This is my first program, so I am not sure whether I have achieved secure session between client and server or not, though they are able to communicate using SSL_write/read

[Fwd: Re: Queries over OpenSSL programs]

2005-06-13 Thread Rohan Shrivastava
Hi there, Can any body please tell me, where can I find the answers to these questions? Thanks -Rohan Original Message Subject: Re: Queries over OpenSSL programs From:Rohan Shrivastava [EMAIL PROTECTED] Date:Wed, June 8, 2005 8

Queries over OpenSSL programs

2005-06-07 Thread Rohan Shrivastava
Hello, I am new to OpenSSL programming through C. This is my first program, so I am not sure whether I have achieved secure session between client and server or not, though they are able to communicate using SSL_write/read functions. This is how I did the things At server I loaded certificate

Re: Queries over OpenSSL programs

2005-06-07 Thread Rohan Shrivastava
am using this in local network? [#]. Also can I place the code here? Thanks -Rohan use ssldump or tcpdump to view if the connection is being established in a secure manner On 6/7/05, Rohan Shrivastava [EMAIL PROTECTED] wrote: Hello, I am new to OpenSSL programming through C

Newbie questions

2005-05-26 Thread Rohan Shrivastava
Hello there, I have some queries in SSL, [#]. Do I need to sign the certificate from some CAs, before making use of SSL in local network? [#]. How does the client verify the server's certificate? Any help will be highly appreciated. Thanks -Rohan