AW: [openssl.org #2991] Certifacte verification with a RSA-SHA512 hash algorithm fails

2013-02-19 Thread Dominic Wollner via RT
Hi, thank you, this solves the problem. But why does SSL_library_init() not load all algorithms? Are there any export restrictions? Thanks, Dominic Dominic Wollner Dipl.-Inf. (FH) Development Research Linux IGEL Technology - The world’s

RE: [openssl.org #2990] Bug Report:openssl timezone issue

2013-02-19 Thread Kavan Modi
Hello, I do not get any answer. Please provide me solution. Regards, Kavan Modi -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Kavan Modi via RT Sent: Thursday, February 14, 2013 1:36 PM Cc: openssl-dev@openssl.org Subject:

[openssl.org #2994] OpenSSL upgrade issue

2013-02-19 Thread Sushil H Sharma via RT
Hi Team, We have encountered an OpenSSL related upgrade issue in our product. We have opened a Bug in Bugzilla on RedHat development site. Below are the details of the bug: Link: https://bugzilla.redhat.com/show_bug.cgi?id=912610

[openssl.org #2994] OpenSSL upgrade issue

2013-02-19 Thread Stephen Henson via RT
On Tue Feb 19 14:36:26 2013, sushil_sha...@in.ibm.com wrote: Steps to Reproduce: 1. Create a x509 certificate and save the hash file in truststore. 2. upgrade openssl to 1.0.1 3. try to verify certificate using verifycommand and specify -CApath as truststore path. The hash calculation

Re: [openssl.org #2994] OpenSSL upgrade issue

2013-02-19 Thread Phil Pennock
On 2013-02-19 at 15:37 +0100, Stephen Henson via RT wrote: The hash calculation (use by -CApath) changed from OpenSSL 0.9.8 to 1.0.0 and later. The two are not compatible. So you need to recreate hash links using OpenSSL 1.0.0. I have systems where I need to use both the old and the new