Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Bump x509-parser from 0.8.2 to 0.9.1 #2509

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps x509-parser from 0.8.2 to 0.9.1.

Changelog

Sourced from x509-parser's changelog.

0.9.1

Added/Changed/Fixed

  • Fix: X509Name::iter_state_or_province OID value
  • Re-export oid-registry, and add doc to show how to access OID

Thanks

  • @0xazure for fixing X509Name::iter_state_or_province

0.9.0

Added/Changed/Fixed

  • Upgrade to nom 6.0

  • Upgrade to der-parser 5.0

  • Upgrade MSRV to 1.44.0

  • Re-export crates so crate users do not have to import them

  • Add function parse_x509_pem and deprecate pem_to_der (#53)

  • Add helper methods to X509Name and simplify accessing values

  • Add support for ReasonCode extension

  • Add support for InvalidityDate extension

  • Add support for CRL Number extension

  • Add support for Certificate Signing Request (#58)

  • Change type of X509Version (now directly using the u32 value)

  • X509Name: relax check, allow some non-rfc compliant strings (#50)

  • Relax some constraints for invalid dates

  • CRL: extract raw serial, and add methods to access it

  • CRL: add method to iterate revoked certificates

  • RevokedCertificate: convert extensions list to hashmap

  • Refactor crate modules and visibility

  • Rename top-level functions to parse_x509_certificate and parse_x509_crl`

  • Refactor error handling, return meaningful errors when possible

  • Make many more functions public (parse_tbs_certificate, etc.)

Thanks

  • Dirkjan Ochtman (@djc): support for Certificate Signing Request (CSR), code refactoring, etc.

0.8.0

Added/Changed

  • Upgrade to der-parser 4.0
  • Move from time to chrono

... (truncated)

Commits
  • 30dee51 Prepare release 0.9.1
  • d754a43 Re-export oid-registry, and add doc to show how to access OID (Closes #68)
  • b9a4e98 Fix clippy warnings (unneeded explicit lifetimes)
  • cc35208 fix: X509Name::iter_state_or_province OID value
  • a00a866 Tests: add test to run all files of fuzzing corpus and artifacts (if found)
  • d3bc2f1 Update der-parser to 5.0 stable
  • 0b7e17e Make sure parsers use the DER namespace, not BER
  • 27e4fab Use oid-registry from crates.io
  • 1f595c5 Merge branch 'djc-csr-verify-no-args' into master
  • 684e793 Update to der-parser v5.0.0-beta2
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 12, 2021
@tomtau
Copy link
Contributor

tomtau commented Feb 15, 2021

#2313

@tomtau tomtau closed this Feb 15, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/x509-parser-0.9.1 branch February 15, 2021 23:09
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.

2 participants