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

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 "op

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

2005-06-17 Thread Rohan Shrivastava
ries over OpenSSL programs > From:"Rohan Shrivastava" <[EMAIL PROTECTED]> > Date:Wed, June 8, 2005 8:03 am > To: openssl-users@openssl.org > -- > > Riaz, > Thanks for the help, >

[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

Re: Queries over OpenSSL programs

2005-06-07 Thread Rohan Shrivastava
s here I >> did not load) ,if required then how can I create such list as I 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 > &g

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 &

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 __