kolombet/as3crypto

Submitted Patch for various certificate parsing issues

Opened this issue · 0 comments

Please merge my patch into the source.  It fixes the following issues:

1.)  Handle boolean types in ASN.1 parser
2.)  Go Daddy CA root certificate support
3.)  Fix for wildcard cert and naked domains.  A cert with cn=*.mydomain.com 
will now match "mydomain.com" AND "sub.mydomain.com"
4.)  Fix for UTF-8 strings in countryName field.  Even though all certs should 
use 2 characters printableStrings, some certs encode this as UTF-8 DER types.
5.)  Fix for serialNumber that sometimes exists as part of the issuer field in 
a cert.

-Andrew Westberg

Original issue reported on code.google.com by andrewwe...@gmail.com on 2 Feb 2011 at 7:29

Attachments: