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

Allow ASN1_get_object to parse indefinite and universal #1994

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Nov 14, 2024

Issues:

Addresses: CryptoAlg-2693

Description of changes:

  • Loosen the restrictions on ASN1 parsing on calls made to ASN1_get_object. Other places that parse ASN1 should be unaffected.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.88%. Comparing base (f0c9b3a) to head (edc8227).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1994      +/-   ##
==========================================
- Coverage   78.89%   78.88%   -0.01%     
==========================================
  Files         593      593              
  Lines      101965   101981      +16     
  Branches    14458    14461       +3     
==========================================
+ Hits        80441    80448       +7     
- Misses      20877    20887      +10     
+ Partials      647      646       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth justsmth force-pushed the ruby-asn1 branch 3 times, most recently from 0162031 to 1162b42 Compare November 14, 2024 19:15
@justsmth justsmth marked this pull request as ready for review November 14, 2024 19:19
@justsmth justsmth requested a review from a team as a code owner November 14, 2024 19:19
Copy link
Contributor

@WillChilds-Klein WillChilds-Klein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice! 🎉

@samuel40791765 samuel40791765 merged commit cfe86a3 into aws:main Nov 15, 2024
115 of 117 checks passed
@justsmth justsmth deleted the ruby-asn1 branch November 18, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants