Can OpenSSL use Windows Certificate store?

2007-11-23 Thread Dave Bound
Hi I ship my own PEM file “cacerts.pem” containing trusted certificates with my application. Then, I use “SSL_CTX_load_verify_locations” to tell OpenSSL to use cacerts.pem during certificate verification. However, given that Windows already has a certificate store (Control Panel-Internet

OCSP client support IPv6???

2007-11-23 Thread sanjay gupta
Hello, Does OCSP client support IPv6 or not ? if yes then which openssl version support OCSP client having IPv6 support ? Thanks, Sanjay Never miss a thing. Make Yahoo your home page.

Re: Apache 2.0.61 and OpenSSL 9.8g

2007-11-23 Thread David Cooper
Lasantha, Thanks for the info. Adding the export didn't work. However, from the link you gave me (bugzilla). I downloaded and complied the latest svn snapshot and everything seems to be working. Thanks! Looks like it will be good to go in 2.0.62 On Nov 21, 2007 7:04 AM, David Cooper [EMAIL

Re: compiling openssl only with passwd application

2007-11-23 Thread jimmy bahuleyan
Ranjeet Kumar wrote: Hi, I need openssl only with passwd application. Could you please help me in compiling for this purpose. Because, I don't dependencies. Thanks, Ranjeet Unless you're clearer about what you want to achieve it's unlikely that reposting will get you any useful

Help pls! What going on after 1022 connects from client?

2007-11-23 Thread Arsai
I have strange behaviour of my multithread ssl server. I've tried to localize my error and understood that client can connect to server only 1022 times, after that connection can not be established. Now I switched off all my client-server data communications. Client only connects to server and

RE: Weird problem with OpenSSL 0.9.8 requires SSLv2

2007-11-23 Thread Duncan Berriman
Also reproduced on FC8 on a fresh install. I've posted a question to the fedora list so we will see what happens. This only happens when connected to one particular server (that I have found) and only from FC6 onwards. Duncan -Original Message- From: Duncan Berriman [mailto:[EMAIL

Re: RSA_verify problem

2007-11-23 Thread Marek Marcola
On Thu, 2007-11-22 at 15:31 +1300, Chris Brown wrote: Hi all, I have a .Net webservice sending a Digital Signature within the soap response which I am attempting to verify using the Crypto library 'RSA_verify' function on an embedded MontaVista system. I am assuming that this is possible

Re: Help pls! What going on after 1022 connects from client?

2007-11-23 Thread Marek Marcola
On Thu, 2007-11-22 at 11:19 -0800, Arsai wrote: I have strange behaviour of my multithread ssl server. I've tried to localize my error and understood that client can connect to server only 1022 times, after that connection can not be established. Now I switched off all my client-server data

compiling openssl only with passwd application

2007-11-23 Thread Ranjeet Kumar
Hi, I need openssl only with passwd application. Could you please help me in compiling for this purpose. Because, I don't dependencies. Thanks, Ranjeet The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use

List of ciphers: EVP_get_cipher_byname()

2007-11-23 Thread Graham Leggett
Hi all, Is there a function in OpenSSL that is capable of listing the possible ciphers that are supported by EVP_get_cipher_byname()? Regards, Graham -- __ OpenSSL Project http://www.openssl.org

RE: Weird problem with OpenSSL 0.9.8 requires SSLv2

2007-11-23 Thread Duncan Berriman
Hi, I've just installed FC6 on a brand new server and it reproduces the problem. I'll try and do a source install and see what happens. Thanks Duncan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: 23 November 2007 06:29 To:

SHA-1 number of calls

2007-11-23 Thread Koza
Hi, I counted the number of calls of SHA-1 Init/Upgrade/Final (sum of these) and I see that the number of calls differs even when I download all the time the same file in the same environment (I download a file with wget from apache server with mod_ssl). Can some explain why it works that way?

Re: Can OpenSSL use Windows Certificate store?

2007-11-23 Thread Cong Zhang
Hi, I tried to use Windows CryptoAPI functions to dump the certificates to a PEM file. OpenSSL seems is able to load the PEM file and works correctly. The code is like this: int _tmain(int argc, _TCHAR* argv[]) { if ( argc == 1 ) { std::cout certsync [store] endl; return 0; }

Re: Weird problem with OpenSSL 0.9.8 requires SSLv2

2007-11-23 Thread Victor Duchovni
On Fri, Nov 23, 2007 at 09:12:19PM -, Duncan Berriman wrote: Also reproduced on FC8 on a fresh install. I've posted a question to the fedora list so we will see what happens. This only happens when connected to one particular server (that I have found) and only from FC6 onwards.