On Thu, 25 Jul 2002 17:33:49 +0200 (CEST), Erwann ABALEA wrote: > > How is that localKeyID calculated? Is it a hash of the public key? If > yes, then this sounds an acceptable practice, if you really *need* to > keep separate PKCS#12 files, which is uncommon. >
it's a digest of the x509 certificate (which contains the public key). in openssl is calculated with X509_digest function which needs an X509 certificate a hash method (e.g. EVP_sha1) and a buffer to store the id. regards, aleix ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]