Build(deps): bump dane-discovery from 0.19 to 0.20. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.19 to 0.20. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
--- updated-dependencies: - dependency-name: dane-discovery
dependency-type: direct:production update-type: version-update:semver-minor
...
Build(deps): update sphinx requirement from ~=4.2 to ~=4.3. [dependabot[bot]]
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0)
--- updated-dependencies: - dependency-name: sphinx
dependency-type: direct:production
...
Build(deps): bump dane-discovery from 0.18 to 0.19. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.18 to 0.19. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
--- updated-dependencies: - dependency-name: dane-discovery
dependency-type: direct:production update-type: version-update:semver-minor
...
Build(deps): update pytest-cov requirement from ~=2.12 to ~=3.0. [dependabot[bot]]
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)
--- updated-dependencies: - dependency-name: pytest-cov
dependency-type: direct:production
...
- Increment minor version, update CHANGELOG.rst. [Ash Wilson]
Build(deps): bump dane-discovery from 0.17 to 0.18. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.17 to 0.18. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
--- updated-dependencies: - dependency-name: dane-discovery
dependency-type: direct:production update-type: version-update:semver-minor
...
Build(deps): update sphinx requirement from ~=4.1 to ~=4.2. [dependabot[bot]]
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.0...v4.2.0)
--- updated-dependencies: - dependency-name: sphinx
dependency-type: direct:production
...
Build(deps): update jwcrypto requirement from ~=0.7 to >=0.7,<2.0. [dependabot[bot]]
Updates the requirements on [jwcrypto](https://github.com/latchset/jwcrypto) to permit the latest version. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v0.7.0...v1.0.0)
--- updated-dependencies: - dependency-name: jwcrypto
dependency-type: direct:production
...
- Support PKI with intermediate certificates. [Ash Wilson]
- Update CHANGELOG.rst. [Ash Wilson]
- Align tests with reorganized dane-discovery library. [Ash Wilson]
Build(deps): bump dane-discovery from 0.16 to 0.17. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.16 to 0.17. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
--- updated-dependencies: - dependency-name: dane-discovery
dependency-type: direct:production update-type: version-update:semver-minor
...
Build(deps): update sphinx requirement from ~=4.0 to ~=4.1. [dependabot[bot]]
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v4.1.0)
--- updated-dependencies: - dependency-name: sphinx
dependency-type: direct:production
...
- Update version pin for dane-discovery to v0.16. [Ash Wilson]
Build(deps): bump dane-discovery from 0.14 to 0.15. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.14 to 0.15. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
--- updated-dependencies: - dependency-name: dane-discovery
dependency-type: direct:production update-type: version-update:semver-minor
...
Update dane-discovery pin to v0.14. This update includes changes to the pattern used for forming the PKIXCD CA certificate URL. [Ash Wilson]
Close #11
Fix issue where only PKIX-CD certs were retrieved for authentication. [Ash Wilson]
Close #9
Improve flexibility of Utility.get_pubkey_from_dns(). [Ash Wilson]
Unspecified
dane_type
argument for Util.get_pubkey_from_dns() will cause the first entity certificate of any type to be returned.Close #7
Update CHANGELOG.rst. [Ash Wilson]
Add strict mode support. [Ash Wilson]
Closes #1
Build(deps): bump dane-discovery from 0.6 to 0.11. [dependabot[bot]]
Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.6 to 0.11. - [Release notes](https://github.com/valimail/dane_discovery/releases) - [Commits](https://github.com/valimail/dane_discovery/commits)
Build(deps): update pytest requirement from ~=6.0 to ~=6.2. [dependabot[bot]]
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.0...6.2.4)
Build(deps): update pytest-cov requirement from ~=2.10 to ~=2.12. [dependabot[bot]]
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.12.0)
Build(deps): update sphinx requirement from ~=3.1 to ~=4.0. [dependabot[bot]]
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.0...v4.0.1)
- Correct parsing of DNS URI for message verification. [Ash Wilson]
- Initial commit. [Ash Wilson]