Re: X.509 Public Key Fingerprints

2014-11-20 Thread Viktor Dukhovni
On Thu, Nov 20, 2014 at 12:16:41PM -0700, Philip Prindeville wrote: > I'm also looking for a function to generate a fingerprint (either MD5 or > SHA-1 digest) > over a public key DER string. C or command-line? On the command-line: $ pkey_digest() { openssl x509 -in "$1" -noout -pub

Re: X.509 Public Key Fingerprints

2014-11-20 Thread Philip Prindeville
Did you ever get anywhere on this? I’m also looking for a function to generate a fingerprint (either MD5 or SHA-1 digest) over a public key DER string. Thanks. On Aug 15, 2012, at 2:53 AM, Curt Sampson wrote: > I'm designing a protocol that requests certificates for specific public > keys kn