Re: Creating certificates with more than one eMail address

2004-02-10 Thread Michael Helm
"Lee Dilkie" writes: > you didn't look at the certificate fully. there is also > > RFC822 [EMAIL PROTECTED] > RFC822 [EMAIL PROTECTED] > RFC822 [EMAIL PROTECTED] > in the Subject Alternative Name as rfc3280 requires. That is very clever of them! I have been meaning to test your cert consruction

Re: ASN.1 overflows

2004-02-10 Thread Jeffrey Altman
It doesn't. OpenSSL does not use the Microsoft ASN.1 Library. Mark Foster wrote: http://www.us-cert.gov/cas/techalerts/TA04-041A.html Does this affect openssl running on Window'splatforms? __ OpenSSL Project

ASN.1 overflows

2004-02-10 Thread Mark Foster
http://www.us-cert.gov/cas/techalerts/TA04-041A.html Does this affect openssl running on Window'splatforms? -- Some days it's just not worth chewing through the restraints... Mark Foster <[EMAIL PROTECTED]> http://mark.foster.cc/

Thumbprint & Public Key[java]

2004-02-10 Thread Sivasakthi (sakthi)
Using VB, the following command is used to retrieve the following certificate attribute:- Thumbprint : .Thumbprint PublicKey : .PublicKey.EncodedKey.Value Using Java, Thumbprint: .getSignature PublicKey: .getPublicKey().getEncoded() both these values in Java returns byte[].. what is the mask or D