x509b 0.2.5
x509b: ^0.2.5 copied to clipboard
Dart library for parsing and working with X.509 certificates.
Changelog #
0.2.5 #
- Be more leniant towards unknown OIDs -- treat as Unknown, but do not fail
- Parse DGC issuer OIDs
- Parse more types of algo's
0.2.4 #
- Add extention https://oidref.com/2.23.136.1.1.6.2 handling
0.2.3 #
- Extra features / bugfixes for EHN DGC parsing. (Digital Green Certificate)
0.2.2 #
- Compatible with version
0.3.0
ofcrypto_keys
0.2.1 #
- Parse pem certificates
0.2.0 #
- Migrate null safety
0.1.4 #
- Bump
asn1lib
to 0.8.1. - Support GeneralNames for using by Issuer/Subject Alternative Name
0.1.3 #
- Support for CertificatePolicies, CrlDistributionPoints and AuthorityInformationAccess extensions
0.1.2 #
- Support for EC keys
0.1.1 #
- Bugfix parsing strings stored as ASN1UTF8String
0.1.0 #
- Initial version