Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update x509-parser requirement from 0.14 to 0.15 #58

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2023

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

Changelog

Sourced from x509-parser's changelog.

0.15.0

Added/Changed/Fixed

Global:

  • Use SPDX license format (#137)
  • Set MSRV to 1.57 (due to ring/once_cell)
  • Switch base64 decoding to data-encoding crate (#136)

Code:

  • Add verify feature to verify a certificate revocation list by a public key
  • Fixed CriAttributes parser (#131)
  • Refactor code for parsing X509Version
  • Add verify signature method to revocation list (#130)
  • Add support for parsing challenge password attribute in CSR's (#129)
  • Add support for multi-word PEM labels (C#135)

Docs:

  • Fix broken FromDer trait link in README

Thanks

  • Bernd Krietenstein, Florian Zipperle, Jean-Baptiste Trystram, Daniel McCarney, Jeff Hiner, Campbell He, Sebastian Dröge

0.14.0

Added/Changed

  • Add support for parsing signature parameters and value (closes #94)

  • Change ASN1Time::to_rfc2822() to return a Result

  • ASN1Time: modify from_timestamp to return a Result

  • ASN1Time: implement Display

  • Upgrade versions of asn1-rs, oid-registry and der-parser

  • AlgorithmIdentifier: add const methods to create object/access fields

  • Globally: start using asn1-rs types, simplify parsers:

    • AlgorithmIdentifier: automatically derive struct, use type ANY
    • Merge old FromDer trait into asn1_rs::FromDer (using X509Error)
    • Replace BitStringObject with BitString
    • AttributeTypeAndValue: use Any instead of DerObject
    • Extensions: replace UnparsedObject with Any
    • X509Error: add methods to simplify conversions
    • CRI Attributes: rewrite and simplify parsers
    • Simplify parsers for multiple types and extensions

Fixed

  • Fix ECDSA signature verification when CA and certificate use different curves

... (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.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 16, 2023
@djc djc merged commit d70b065 into main Mar 16, 2023
@dependabot dependabot bot deleted the dependabot/cargo/x509-parser-0.15 branch March 16, 2023 08:40
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.

None yet

1 participant