Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps x509-parser from 0.17.0 to 0.18.0.

Changelog

Sourced from x509-parser's changelog.

0.18.0

Added/Changed

  • Update lock file and dependencies
  • Fix clippy warnings
  • Visitor: add method to visit unknown extension and those with parse errors
  • Add new feature verify-aws to used aws-lc-rs as crypto provider instead of ring
    • The features are exclusive, so only one should be used
    • If both are specified, aws-lc-rs is used (but both dependencies are included)
  • Add as_raw methods to X509Certificate, CertificateRevocationList and X509CertificationRequest
    • This method exposes the raw ASN.1 DER bytes used to build the object (#217)

Extensions:

  • Add support for SubjectInfoAccess extension
  • GeneralName: add a new variant Invalid so an invalid entry does not stop parsing for the entire list of names (for ex in SAN)

Fixed

  • PEM: ignore lines in comments which contain invalid UTF-8 characters (#180)

Thanks

  • Daniel McCarney
Commits
  • 1524f7d Prepare release 0.18.0
  • ba89c10 Improve documentation for the as_raw methods
  • 9d2b06d Add AsRef\<[u8]> implementations (based on as_raw())
  • f94893c Add as_raw method to X509CertificationRequest to expose raw bytes
  • 950e457 Add as_raw method to CertificateRevocationList to expose raw bytes
  • c657752 Add as_raw method to Certificate to expose raw bytes (closes #217)
  • b335e9c Run cargo update
  • e57a1b8 Add documentation for features verify and verify-aws
  • 0b87559 CI: add verify-aws feature test in test matrix
  • 8c54b1a Add new feature verify-aws to used aws-lc-rs as crypto provider instead o...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/x509-parser-0.18.0 branch from f775a07 to c53e7ef Compare September 18, 2025 12:23
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.17.0 to 0.18.0.
- [Changelog](https://github.com/rusticata/x509-parser/blob/x509-parser-0.18.0/CHANGELOG.md)
- [Commits](rusticata/x509-parser@x509-parser-0.17.0...x509-parser-0.18.0)

---
updated-dependencies:
- dependency-name: x509-parser
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/x509-parser-0.18.0 branch from c53e7ef to 423aa7b Compare September 18, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants