Unabe to create multiple certificates from a single self-signed CA.

2007-05-22 Thread Rajat Dudeja
Hi Folks ! I want to create 5 certificates from a single self-signed CA. I 've been able to create 3 certificates as of now. However, only the first certificate of mine is working with the root certificate, the other 2 are not working. The later 2 certificates are created from the same CA.crt

SSL_read() returns result of 0 with SSL_ERROR_SYSCALL - error queue empty?

2007-05-22 Thread Andrew Armstrong
Hey, I am making some progress on the multithreaded socket server. Thinks are going well. However; every so often pretty much all (or all of them, I'm yet to check - either way, it's a majority) of the connected sockets end up having SSL_read() performed on them, and this function returns

Re: Unabe to create multiple certificates from a single self-signed CA.

2007-05-22 Thread Mick
On Tuesday 22 May 2007 07:37, Rajat Dudeja wrote: Hi Folks ! I want to create 5 certificates from a single self-signed CA. I 've been able to create 3 certificates as of now. However, only the first certificate of mine is working with the root certificate, the other 2 are not working.

How to improve the performance of SSL_Read

2007-05-22 Thread ghouse mohiddin
Hi, How to improve the performance of the SSL Read call?. Is there any call to increase the Buffercapacity. I am able to read around 1300 bytes at a time. It is taking 5 to 6 seconds for reading the whole response (Header and Body)from the server which is very slow. I have tried using BIO_gets

Re: Using OpenSSL certs in Kmail

2007-05-22 Thread Mick
On Monday 21 May 2007 22:56, Mick wrote: I have created a PKCS12 certificate and imported it into Kmail. However, when I try to select it as the preferred key for my email account, it comes up with a red x across the key symbol. I take this to mean that it is unsuitable. When I check it

Re: Custom extensions in certificate request

2007-05-22 Thread Dr. Stephen Henson
On Mon, May 21, 2007, Shane wrote: Hello all, I am attempting to write a script which generates csr requests capable of submiting to www.symbiansigned.com to generate a developer certificate. Currently to my knowledge there is no Unix software to do this. I had a look at the csr

Newbie questions

2007-05-22 Thread gary clark
Hello, I downloaded and installed open-ssl on a windows environment. I then used the openssl application to start the s_client and s_server. I ran the client and server with the following commands. I then attempted to connect my client to the s_server. I managed to connect to the server but

c_rehash problems

2007-05-22 Thread GNUtoo
Hi,i have a scenario with 2 computers: one using gentoo and one using windows i need stunnel to encrypt the connection between both computers and so in order to make stunnel work i have to create certificate for both computer fortunately it's automatic for gentoo but it's not for both windows and

Sending data to s_server?

2007-05-22 Thread gary clark
Hello, I want to see a message from my test client to the openssl s_server. I connect fine. However when I send a message to the server I see from the following: C:\www\opensssl\bin\openssl.exe s_server -accept 2000 -debug -nocert Loading 'screen' into random state - done Using default temp

Re: Sending data to s_server?

2007-05-22 Thread Marek Marcola
Hello, I want to see a message from my test client to the openssl s_server. I connect fine. However when I send a message to the server I see from the following: C:\www\opensssl\bin\openssl.exe s_server -accept 2000 -debug -nocert Loading 'screen' into random state - done Using

Re: How to improve the performance of SSL_Read

2007-05-22 Thread Rick Jones
ghouse mohiddin wrote: Hi, How to improve the performance of the SSL Read call?. Is there any call to increase the Buffercapacity. I am able to read around 1300 bytes at a time. It is taking 5 to 6 seconds for reading the whole response (Header and Body)from the server which is very slow.

Re: Custom extensions in certificate request

2007-05-22 Thread Dr. Stephen Henson
On Tue, May 22, 2007, Shane wrote: Hi, On Tue, May 22, 2007 at 12:57:36PM +0200, Dr. Stephen Henson wrote: The display OpenSSL uses for an unsupported extension by default isn't very informative but it is there for legacy reasons. Try including the option: -reqopt ext_parse

Application wont start 0xc0150002 Error

2007-05-22 Thread Amit Hakoo
Hi All, My application uses libeay32.dll and Ssleay32.dll. I have noticed that on some computers my application won't start giving a 0xc0150002 Error. I am not sure why I having this problem. Anyone has faced a similar problem Thanks, --Amit