x509_plus
Dart library for parsing and working with X.509 certificates.
1.0.0
40K downloads/mo
#1619 most downloaded on pub.dev
Bdaya-Dev/oidc
What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Ships fairly regularly
a new release about every 1.2 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
6 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
6 releases · Sep 2023 to Jul 2026Releases
latest 6-
1.0.013 Jul 2026Release notes
Open source →- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(crypto_keys_plus): resolve pub.dev publish dry-run warnings. (5bee9a89)
- FEAT(crypto): RSASSA-PSS (PS256/384/512) + EdDSA/Ed25519. (6c5c6741)
- BREAKING FEAT: consolidate jose_plus, crypto_keys_plus, x509_plus into the workspace. (3fffc6cd)
Release notes
Open source →Note: This release has breaking changes.
- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(ci): stop swallowing web test failures; pin dart:io fixture tests to vm (#363). (6102d835)
- FIX(release): add package-name entrypoints for jose_plus and x509_plus. (4bbcb7f3)
- BREAKING FEAT: consolidate jose_plus, crypto_keys_plus, x509_plus into the workspace. (3fffc6cd)
-
0.3.309 May 2025Release notes
Open source →- UPGRADE: Updated to use crypto_keys_plus 0.5.0 which uses pointycastle 4.0.0.
-
0.3.214 Oct 2023 -
0.3.114 Sep 2023Release notes
Open source →- FEAT: Enhance OIDC store with manager ID support. (56f42f2d)
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2025-06-06
Changes
Packages with breaking changes:
Packages with other changes:
oidc_web_core-v0.3.0+5oidc_desktop-v0.5.0+5oidc_ios-v0.7.0+1oidc_platform_interface-v0.6.0+5oidc_macos-v0.7.0+1oidc_android-v0.7.0+1oidc_web-v0.6.0+5oidc_linux-v0.3.0+16oidc_flutter_appauth-v0.6.0+1oidc_windows-v0.3.1+10
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
oidc_web_core-v0.3.0+5oidc_desktop-v0.5.0+5oidc_ios-v0.7.0+1oidc_platform_interface-v0.6.0+5oidc_macos-v0.7.0+1oidc_android-v0.7.0+1oidc_web-v0.6.0+5oidc_linux-v0.3.0+16oidc_flutter_appauth-v0.6.0+1oidc_windows-v0.3.1+10
-
0.3.014 Sep 2023 -
0.2.514 Sep 2023Release notes
Open source →- 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)