[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: OpenSSL::X509 hash mystifications

Magnus Bodin

3/21/2005 7:17:00 PM

On Tue, Mar 22, 2005 at 04:10:09AM +0900, Magnus Bodin wrote:
>
> So. Which hash am I supposed to calculate in ruby that gives 4890865b?

Arrgh. Found it immediately after.
It is

printf "%x", cert.issuer.hash

(Sorry for the noise. At least this goes into the archives for future use)

-- magnus