"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
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
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/
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