Re: Where are the reason codes?

2004-04-28 Thread Dennis Putnam
It asks for the pass phrase, then says ACCEPT, then seemed to be waiting for terminal input. Since I couldn't come up with anything that made and difference I used ctrl-c to get out. On Apr 27, 2004, at 3:08 PM, Dr. Stephen Henson wrote: Hmmm, still sounds like it doesn't like the certificate

Re: .cer certificate file

2004-04-28 Thread tace tan
Hi, .cer file is just Window's naming convention for storing base64 encoded certificate. It is like .PEM and can be opened for view using a text editor. As such, the usual method for key generation etc applies, check under PEM. Tace --- Raven [EMAIL PROTECTED] wrote: Hi. I have to write

RE: [98] Address in use.. Could not bind to 443

2004-04-28 Thread John . Airey
-Original Message- From: kloomis [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 April 2004 15:21 To: [EMAIL PROTECTED] Subject: [98] Address in use.. Could not bind to 443 Hello: I have migrated from RH 7.1 to RH 9. I have edited the httpd.conf, and connections work to the

Re: Where are the reason codes?

2004-04-28 Thread Dr. Stephen Henson
On Wed, Apr 28, 2004, Dennis Putnam wrote: It asks for the pass phrase, then says ACCEPT, then seemed to be waiting for terminal input. Since I couldn't come up with anything that made and difference I used ctrl-c to get out. Its waiting for an incoming connection. You should be able to

Re: .cer certificate file

2004-04-28 Thread Dr. Stephen Henson
On Wed, Apr 28, 2004, Raven wrote: Hi. I have to write client for some system that is written by other people, apparently it uses SSL ;) I can normally establish SSL connection and receive appropriate response, but problem is that they sent us their certificate file that we should use,

Re: Where are the reason codes?

2004-04-28 Thread Dennis Putnam
Thanks. That all seemed to work. WHen I connected it gave me a listing of the certificate info so I guess that means it is correct. I am back to where I thought was, Apache. On Apr 28, 2004, at 8:39 AM, Dr. Stephen Henson wrote: Its waiting for an incoming connection. You should be able to

ssh-keygen -b 1024 -t rsa1 -f /.ssh/identity of OpenSSH gives me invalid /.ssh/identity.pub key

2004-04-28 Thread murugesan
Hello all, I am using libcrypto library of OpenSSL with OpenSSH for crypto codes. This mail is to discuss a strange behaviour that I encountered with RSA-1 key generation in OpenSSL with OpenSSH-3.7.1p2 particularly with version OpenSSL-0.9.7d. OpenSSH uses the following [few are listed]

ca.txt formats.txt

2004-04-28 Thread Pawel Hadam
Hi The two above files are mentioned in certificates.txt, but where I can find them??? Regards Pawel __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

RSA_XXX_encrypt doubts

2004-04-28 Thread Carlos Roberto Zainos H
Hi list Thank you very much Dr Stephen, decrypting PBE privkey problems were fixed on my app and now works pretty good. Now I have another problem. For design reasons (not my design) I must use both RSA_private_encrypt and RSa_public_encrypt in my app. Designers think that it's better by

OpenSSL with Java?

2004-04-28 Thread Elie Lalo
Hi, I know that OpenSSL supports both windows and Unix, and it is used from C and C++ programs. My question is the following: Can we use OpenSSL from Java programs as well ( I am a new OpenSSL user)? I am planning on using OpenSSL on Linux and Windows OS, C++ and Java programs. Thanks Elie Elie

RE: OpenSSL with Java?

2004-04-28 Thread David Schwartz
I know that OpenSSL supports both windows and Unix, and it is used from C and C++ programs. My question is the following: Can we use OpenSSL from Java programs as well ( I am a new OpenSSL user)? I am planning on using OpenSSL on Linux and Windows OS, C++ and Java programs. Sure you

Re: OpenSSL with Java?

2004-04-28 Thread Paul L. Allen
Elie Lalo wrote: I know that OpenSSL supports both windows and Unix, and it is used from C and C++ programs. My question is the following: Can we use OpenSSL from Java programs as well ( I am a new OpenSSL user)? I am planning on using OpenSSL on Linux and Windows OS, C++ and Java programs. Java

BIO_flush() wont flush!

2004-04-28 Thread Rodrigo Madera
Dear list members: I just joined in on this list. Specifically because I am having a bit of trouble using OpenSSL. So here I go and thanks in advance for any help resulting because of this message. I am programming an Internet daemon that is using SSL for the connections. Basically, I can

Re: BIO_flush() wont flush!

2004-04-28 Thread Paul L. Allen
Rodrigo Madera wrote: I am programming an Internet daemon that is using SSL for the connections. Basically, I can reduce my problem to only one statement: My daemon doesnt send the data I send with BIO_puts() untill the whole output buffer is full (I believe it to be around 1024). I would need

Re: OpenSSL with Java?

2004-04-28 Thread Lawrence Bowie
Yes, the JDK from http://java.sun.com supports SSL. The package is called JSSE. It integrates really well. LDB Elie Lalo wrote: Hi, I know that OpenSSL supports both windows and Unix, and it is used from C and C++ programs. My question is the following: Can we use OpenSSL from Java programs as