rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

Submitted Patch for various certificate parsing issues #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
I don't think if any of core team still interested with this library. Probably 
best way to change something in project is just fork it and add all patches 
that was commited by users in issues list.

Original comment by roma.rag...@gmail.com on 23 Feb 2011 at 11:15