Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Update x509-parser requirement from 0.12.0 to 0.13.0 #199

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Updates the requirements on x509-parser to permit the latest version.

Changelog

Sourced from x509-parser's changelog.

0.13.0

Added/Changed/Fixed

Crate:

  • Update to der-parser 7.0 and asn1-rs
  • Remove chrono (#111)
  • Set MSRV to 1.53

Validators:

  • Add Deref<Target=TbsCertificate> trait to X509Certificate
  • Add Validator trait and deprecate Validate
    • The previous validation is implemented in X509StructureValidator
    • Split some checks (not on structure) to X509CertificateValidator

Extensions:

  • add support for nsComment
  • add support for IssuerAltName
  • start adding support for CT Signed Certificate Timestamp (rfc6962)
  • raise error if a SAN entry cannot be parsed
  • deprecate TbsCertificate::find_extension() and add preferred method TbsCertificate::get_extension_unique(): the latter checks for duplicate extensions (#113)

Signatures:

  • Fix signature verification for EC curves (#116)

Public Keys:

  • Add base functions for parsing public keys (RSA, DSA, GOST)

Thanks

0.12.0

Added/Changed/Fixed

  • Upgrade to nom 7

0.11.0

Added

  • Add SubjectPublicKeyInfo::raw field

Changed/Fixed

  • Fix der-parser dependency (#102)
  • Update oid-registry dependency (#77)
  • Set MSRV to 1.46 (indirect dependency on lexical-core and bitvec)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [x509-parser](https://github.com/rusticata/x509-parser) to permit the latest version.
- [Release notes](https://github.com/rusticata/x509-parser/releases)
- [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rusticata/x509-parser/commits/x509-parser-0.13.0)

---
updated-dependencies:
- dependency-name: x509-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2022
@leplatrem leplatrem merged commit 6984599 into master Feb 22, 2022
@leplatrem leplatrem deleted the dependabot/cargo/x509-parser-0.13.0 branch February 22, 2022 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant