Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.09 KB

Changelog

0.2.10

  • Removed distribution points implementation.

0.2.9

  • Fixed distribution points to use tags instead of indexes

0.2.8

  • Fixed tag 26 that should be a string

0.2.7

  • version bump

0.2.7b

  • updated dart

0.2.6

  • updated ans1lib

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

0.2.3

  • Extra features / bugfixes for EHN DGC parsing. (Digital Green Certificate)

0.2.2

  • Compatible with version 0.3.0 of crypto_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