Re: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-20 Thread Khadija Amin (khamin)
Re-trying.. From: Microsoft Office User kha...@cisco.commailto:kha...@cisco.com Date: Mon, 13 May 2013 23:34:56 -0700 To: openssl-users@openssl.orgmailto:openssl-users@openssl.org Subject: Question regarding openssl program to compute the hashes and finger-prints. Hello All , I have a question

Re: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-20 Thread Stan Joyner
Per this web page the hash algorithm did change if I understand your question correctly. http://www.openssl.org/docs/apps/x509.html I think c_rehash uses -subject_hash as the option. These options allow you to use the old hash from the command line. Don't know how to get c_rehash to do this.

RE: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-20 Thread Jeremy Farrell
Jakob Bohm gave a complete answer a few hours after your original question, see http://openssl.6102.n7.nabble.com/Question-regarding-openssl-program-to-compute-the-hashes-and-finger-prints-tt45095.html#none From: Khadija Amin (khamin) [mailto:kha...@cisco.com] Sent: Monday, May 20, 2013

Question regarding openssl program to compute the hashes and finger-prints.

2013-05-14 Thread Khadija Amin (khamin)
Hello All , I have a question regarding c_rehash utility used to create symbolic links to files named by the hash values. I understand that c_rehash calls openssl to compute the hash by invoking the following command : $OPENSSL x509 -hash -fingerprint -noout -in $file What I noticed, recent

Re: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-14 Thread Jakob Bohm
On 5/14/2013 8:33 AM, Khadija Amin (khamin) wrote: Hello All , I have a question regarding c_rehash utility used to create symbolic links to files named by the hash values. I understand that c_rehash calls openssl to compute the hash by invoking the following command : $OPENSSL x509 -hash