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

Add PKCS7_print_ctx as a no-op #2064

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

samuel40791765
Copy link
Contributor

Description of changes:

Ruby's mainline branch has added support for printing the contents for a PKCS7 structure:ruby/ruby@841b45a The hooks to print ASN1_items have been removed from AWS-LC, so this would require a lot for us to add back and support.
This is only a print function though, I think we can no-op this for a better build and indicate we don't support printing the contents.

Call-outs:

N/A

Testing:

Minor test

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.

@samuel40791765 samuel40791765 requested a review from a team as a code owner December 18, 2024 00:59
@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.77%. Comparing base (04a0f10) to head (75dfacc).

Files with missing lines Patch % Lines
crypto/pkcs7/pkcs7_asn1.c 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2064   +/-   ##
=======================================
  Coverage   78.77%   78.77%           
=======================================
  Files         598      598           
  Lines      103694   103703    +9     
  Branches    14735    14734    -1     
=======================================
+ Hits        81681    81690    +9     
+ Misses      21360    21358    -2     
- Partials      653      655    +2     

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

@samuel40791765 samuel40791765 enabled auto-merge (squash) December 18, 2024 19:50
@samuel40791765 samuel40791765 merged commit 90a5093 into aws:main Dec 18, 2024
122 of 126 checks passed
@samuel40791765 samuel40791765 deleted the pkcs7-print-noop branch December 18, 2024 23:38
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