How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-28 Thread Krishna Mohan
ow to change the signature algorithm from MD5 to SHA1 in OpenSSL To: security-discuss at opensolaris.org Date: Tuesday, 27 October, 2009, 10:05 PM If you're going to go through the trouble of changing the signature algorithm from MD5, choose a strong algorithm instead of another weak

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-28 Thread Krishna Mohan
Thanks a lot. This works. --- On Tue, 27/10/09, Wolfgang Ley wrote: From: Wolfgang Ley Subject: Re: How to change the signature algorithm from MD5 to SHA1 in OpenSSL To: security-discuss at opensolaris.org Date: Tuesday, 27 October, 2009, 3:21 PM Hi, this has been answered yesterday. Please

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-27 Thread Dan Anderson
If you're going to go through the trouble of changing the signature algorithm from MD5, choose a strong algorithm instead of another weak one. SHA1, although not as weak as MD5, is not recommended either. See this comnment from NIST: "NIST Comments on Cryptanalytic Attacks on SHA-1" http://cs

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-27 Thread Wolfgang Ley
Hi, this has been answered yesterday. Please see the forum postings. You'll have to add the "default_md=sha1" line to the [ req ] section in the config file (not just modify the default_md entry in the ca section as this one is not used for the req command). In addition: You're not running Ope

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-26 Thread Krishna Mohan
Hello, I want to generate a self signed certificate that uses 'sha1RSA' as signature algorithm. I tried changing the default signature algorithm in OpenSSL config file (default_md), but there is no effect of the change on the certificate. The certificate shows 'md5RSA' as the signature algorit

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-26 Thread Madhu
Hello, I want to generate a self signed certificate that uses 'sha1RSA' as signature algorithm. I tried changing the default signature algorithm in OpenSSL config file (default_md), but there is no effect of the change on the certificate. The certificate shows 'md5RSA' as the signature algorit

How to change the signature algorithm from MD5 to SHA1 in OpenSSL

2009-10-26 Thread Wolfgang Ley
Hi, there are multiple sections in the openssl.conf file and the provided default config file only has the default_md keyword in the CA section. You may want to add the "default_md=sha1" line to the [ req ] section, too. Bye, Drusus. -- This message posted from opensolaris.org