Documentation source for using Engines

2007-06-22 Thread Naveen Rawat
Hi All, Please provide the links/docs/papers/tutorials about how things can be done with OpenSSL. Though API's docs are there but I am not able to find a learning tutorial. Thanks in advance, Navin

Why no PRNG not seeded error

2007-06-22 Thread Wayne Johnson
I'm using ssl (openssl-0.9.7m) as part of AXIS C++. I just spent a week trying to figure out why I couldn't use https (via openssl) to connect on only some of our systems. After rebuilding our copy of OpenSSL for debug and trapping through it, I found that ssleay_rand_bytes() was setting the

test

2007-06-22 Thread Peter Tsai - GTS
this is only a test to see if I can post. please ignore this. This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in

newbie installation problem - Makefile.org not found

2007-06-22 Thread Peter Tsai - GTS
I've downloaded openssl-0.9.8e and tried to run ./config, but got this error message: unable to read Makefile.org:A file or directory in the path name does not exist. I searched the directory and did not find Makefile.org. Is it missing from my download? I downloaded some earlier versions

RSA and DH

2007-06-22 Thread jackie jackie
Hi, I am a newbie to SSL as well as RSA security etc. However read quite a bit of books and on the net. But one thing flew over my head. Pl. see if any can help me understand the following. Suppose server and client used RSA based private/public key pairs. I understood that these would be used

OpenSSL/DH params

2007-06-22 Thread jackie jackie
Sorry, prematurely sent earlier. Sending it again ... Hi, I am a newbie to SSL as well as RSA security etc. However read quite a bit of books and on the net. But one thing flew over my head. Pl. see if anyone can help me understand the following. Suppose server and client used RSA based

RE: OpenSSL/DH params

2007-06-22 Thread Carlo Milono
DH is used for the Key Agreement or Key Exchange. Here is another article - by cisco - that is more detailed. http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_1-1/ssl.h tml From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Server not getting client's certificate...

2007-06-22 Thread Chaz.
I am having a problem with my program. I have a client - server application where both sides need to see the other sides certificate. On the server, when I do a SSL_get_peer_certificate(ssl) I get nothing returned. From a trace of the client I see this happening: LOOP: SSL connect:

How to change mode from Blocking to Non-blocking

2007-06-22 Thread Rahul Malegaonkar \(rmalegao\)
Hi, I am working on an application which currently uses Blocking I/O. At SSL_connect, my client waits for a long time till the SSL connection is established. I would like to change my I/O to non-blocking mode. Can you tell me the steps to follow for the same ? Thanks, Rahul Rahul