Skip to content

Bump pyasn1-modules from 0.2.2 to 0.2.6#23

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyasn1-modules-0.2.6
Closed

Bump pyasn1-modules from 0.2.2 to 0.2.6#23
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyasn1-modules-0.2.6

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps pyasn1-modules from 0.2.2 to 0.2.6.

Release notes

Sourced from pyasn1-modules's releases.

Release 0.2.6

This is another release bringing many new ASN.1 modules to the collection:

  • Added RFC3560 providing RSAES-OAEP Key Transport Algorithm
    in CMS
  • Added RFC6019 providing BinaryTime - an alternate format
    for representing Date and Time
  • RFC3565 superseded by RFC5649
  • Added RFC5480 providng Elliptic Curve Cryptography Subject
    Public Key Information
  • Added RFC8520 providing X.509 Extensions for MUD URL and
    MUD Signer
  • Added RFC3161 providing Time-Stamp Protocol support
  • Added RFC3709 providing Logotypes in X.509 Certificates
  • Added RFC3274 providing CMS Compressed Data Content Type
  • Added RFC4073 providing Multiple Contents protection with CMS
  • Added RFC2634 providing Enhanced Security Services for S/MIME
  • Added RFC5915 providing Elliptic Curve Private Key
  • Added RFC5940 providing CMS Revocation Information Choices
  • Added RFC7296 providing IKEv2 Certificate Bundle
  • Added RFC8619 providing HKDF Algorithm Identifiers
  • Added RFC7191 providing CMS Key Package Receipt and Error Content
    Types

Many existing modules got proper open type support:

  • Added openType support for ORAddress Extension Attributes and
    Algorithm Identifiers in the RFC5280 module
  • Added RFC5035 providing Update to Enhanced Security Services for
    S/MIME
  • Added openType support for CMS Content Types and CMS Attributes
    in the RFC5652 module
  • Added openType support to RFC 2986 by importing definitions from
    the RFC 5280 module so that the same maps are used.
  • Added maps for use with openType to RFC 2634, RFC 3274, RFC 3709,
    RFC 3779, RFC 4055, RFC 4073, RFC 4108, RFC 5035, RFC 5083, RFC 5480,
    RFC 5940, RFC 5958, RFC 6010, RFC 6019, RFC 6402, RFC 7191, RFC 8226,
    and RFC 8520

Finally, fixed a pervasive bug which inhibited SIZE constraint checking for
constructed types:

  • Changed ValueSizeConstraint erroneously applied to SequenceOf
    and SetOf objects via subtypeConstraint attribute to be applied
    via sizeSpec attribute. Although sizeSpec takes the same constraint
    objects as subtypeConstraint, the former is only verified on
    de/serialization i.e. when the [constructed] object at hand is fully
    populated, while the latter is applied to [scalar] types at the moment
    of instantiation.
... (truncated)
Changelog

Sourced from pyasn1-modules's changelog.

Revision 0.2.6, released 31-07-2019

  • Added RFC3560 providing RSAES-OAEP Key Transport Algorithm
    in CMS
  • Added RFC6019 providing BinaryTime - an alternate format
    for representing Date and Time
  • RFC3565 superseded by RFC5649
  • Added RFC5480 providng Elliptic Curve Cryptography Subject
    Public Key Information
  • Added RFC8520 providing X.509 Extensions for MUD URL and
    MUD Signer
  • Added RFC3161 providing Time-Stamp Protocol support
  • Added RFC3709 providing Logotypes in X.509 Certificates
  • Added RFC3274 providing CMS Compressed Data Content Type
  • Added RFC4073 providing Multiple Contents protection with CMS
  • Added RFC2634 providing Enhanced Security Services for S/MIME
  • Added RFC5915 providing Elliptic Curve Private Key
  • Added RFC5940 providing CMS Revocation Information Choices
  • Added RFC7296 providing IKEv2 Certificate Bundle
  • Added RFC8619 providing HKDF Algorithm Identifiers
  • Added RFC7191 providing CMS Key Package Receipt and Error Content
    Types
  • Added openType support for ORAddress Extension Attributes and
    Algorithm Identifiers in the RFC5280 module
  • Added RFC5035 providing Update to Enhanced Security Services for
    S/MIME
  • Added openType support for CMS Content Types and CMS Attributes
    in the RFC5652 module
  • Added openType support to RFC 2986 by importing definitions from
    the RFC 5280 module so that the same maps are used.
  • Added maps for use with openType to RFC 2634, RFC 3274, RFC 3709,
    RFC 3779, RFC 4055, RFC 4073, RFC 4108, RFC 5035, RFC 5083, RFC 5480,
    RFC 5940, RFC 5958, RFC 6010, RFC 6019, RFC 6402, RFC 7191, RFC 8226,
    and RFC 8520
  • Changed ValueSizeConstraint erroneously applied to SequenceOf
    and SetOf objects via subtypeConstraint attribute to be applied
    via sizeSpec attribute. Although sizeSpec takes the same constraint
    objects as subtypeConstraint, the former is only verified on
    de/serialization i.e. when the [constructed] object at hand is fully
    populated, while the latter is applied to [scalar] types at the moment
    of instantiation.

Revision 0.2.5, released 24-04-2019

  • Added module RFC5958 providing Asymmetric Key Packages,
    which is essentially version 2 of the PrivateKeyInfo
    structure in PKCS#8 in RFC 5208
  • Added module RFC8410 providing algorithm Identifiers for
... (truncated)
Commits
  • 213c0f4 Release 0.2.6
  • 3e2e441 Make SIZE OF constraint operational (#46)
  • a2a8bbb Add opentypes maps for RFC 4055 and RFC 5480 (#54)
  • 25403b2 Disable Py 3.2 & 3.3. in Travis CI
  • f9a4476 Add PEM reader unit test
  • 63a107f Unit tests runner returns proper error status to OS
  • b5eb183 Fix up unit tests following previous commit
  • 23608be Added maps for use with openType (#53)
  • 06f5be8 Add support for opentype for RFC 2986 (#52)
  • e391fea Add openType support for CMS Content Types and CMS Attributes in the RFC5652 ...
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [pyasn1-modules](https://github.com/etingof/pyasn1-modules) from 0.2.2 to 0.2.6.
- [Release notes](https://github.com/etingof/pyasn1-modules/releases)
- [Changelog](https://github.com/etingof/pyasn1-modules/blob/master/CHANGES.txt)
- [Commits](etingof/pyasn1-modules@v0.2.2...v0.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Aug 2, 2019
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #27.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/pyasn1-modules-0.2.6 branch October 10, 2019 06:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants