x509_plus 0.2.5 copy "x509_plus: ^0.2.5" to clipboard
x509_plus: ^0.2.5 copied to clipboard

outdated

Dart library for parsing and working with X.509 certificates.

Change Log #

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-09-14 #

Changes #


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


x509_plus - v0.2.5

  • FIX: parsing GeneralNames. (b0e4cc0d)
  • FIX: parsing certificates containing GeneralizedTime (pull request #21 from adamgillmore). (850c55fb)
  • FIX: wrong cast in ObjectIdentifier.toAsn1() (pull request #14 from NicolaVerbeeck). (95e838ca)
  • FEAT: publish new version under x509_plus. (b97cc1cc)
  • FEAT: ProxyCertInfo extension. (17df803c)
  • FEAT: NameConstraints extension. (db387ef2)
  • FEAT: QCStatements extension (pull request #15 from jeroentrappers). (a5bbd73c)
  • FEAT: PrivateKeyUsagePeriod extension (pull request #15 from jeroentrappers). (27cc8f50)
  • FEAT: support unknown policyidentifier (pull request #12 from nakajo2011). (bb76649a)
  • DOCS: add funding info. (0b2a91ac)

0.2.5 #

  • FIX: parsing GeneralNames. (b0e4cc0d)
  • FIX: parsing certificates containing GeneralizedTime (pull request #21 from adamgillmore). (850c55fb)
  • FIX: wrong cast in ObjectIdentifier.toAsn1() (pull request #14 from NicolaVerbeeck). (95e838ca)
  • FEAT: publish new version under x509_plus. (b97cc1cc)
  • FEAT: ProxyCertInfo extension. (17df803c)
  • FEAT: NameConstraints extension. (db387ef2)
  • FEAT: QCStatements extension (pull request #15 from jeroentrappers). (a5bbd73c)
  • FEAT: PrivateKeyUsagePeriod extension (pull request #15 from jeroentrappers). (27cc8f50)
  • FEAT: support unknown policyidentifier (pull request #12 from nakajo2011). (bb76649a)
  • DOCS: add funding info. (0b2a91ac)

0.2.4 #

  • Require Dart 3.0
  • Compatible with asn1lib: ^1.5.0

0.2.3 #

  • FIX: parsing certificates containing GeneralizedTime (pull request #21 from adamgillmore). (850c55fb)
  • FIX: wrong cast in ObjectIdentifier.toAsn1() (pull request #14 from NicolaVerbeeck). (95e838ca)
  • FEAT: ProxyCertInfo extension. (17df803c)
  • FEAT: NameConstraints extension. (db387ef2)
  • FEAT: QCStatements extension (pull request #15 from jeroentrappers). (a5bbd73c)
  • FEAT: PrivateKeyUsagePeriod extension (pull request #15 from jeroentrappers). (27cc8f50)
  • FEAT: support unknown policyidentifier (pull request #12 from nakajo2011). (bb76649a)
  • DOCS: add funding info. (0b2a91ac)

Changelog #

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
2
likes
0
points
38.6k
downloads

Publisher

verified publisherbdaya-dev.com

Weekly Downloads

Dart library for parsing and working with X.509 certificates.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

asn1lib, crypto_keys, quiver

More

Packages that depend on x509_plus