On Fri, Mar 05, 2004, Claus Nagel wrote: > hello, > how do i compute the values for X509v3 Subject Key Identifier and X509v3 > Authority Key Identifier{keyid} in a X509v3 certificate? And where can I store > MD5 or SHA1 thumbprints in a X509v3 certificate? > thx,
The SKID can be calculated automatically by the extension code (see doc/openssl.txt). The AKID is normally copied from the SKID of the issuers certificate. You don't store the MD5 and SHA1 thumbprints in the certificate they are calculated by taking the MD5 or SHA1 hash of the whole certificates encoding. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]