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

Fix CI issues with ML-DSA #2031

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Fix CI issues with ML-DSA #2031

merged 1 commit into from
Dec 4, 2024

Conversation

jakemas
Copy link
Contributor

@jakemas jakemas commented Dec 4, 2024

Issues:

Resolves CI failures with ML-DSA

Description of changes:

Added OPENSSL_EXPORT to the problematic functions.

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.

@jakemas jakemas requested a review from a team as a code owner December 4, 2024 18:14
const uint8_t *sig, size_t sig_len,
const uint8_t *message, size_t message_len,
const uint8_t *pre, size_t pre_len);
OPENSSL_EXPORT int ml_dsa_44_keypair(uint8_t *public_key,
Copy link
Contributor

Choose a reason for hiding this comment

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

These don't technically need it. but maybe they will later.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.67%. Comparing base (905e9d0) to head (a3b6906).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2031      +/-   ##
==========================================
+ Coverage   78.65%   78.67%   +0.02%     
==========================================
  Files         598      598              
  Lines      103329   103329              
  Branches    14688    14687       -1     
==========================================
+ Hits        81272    81298      +26     
+ Misses      21404    21379      -25     
+ Partials      653      652       -1     

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

@torben-hansen torben-hansen merged commit 066c700 into aws:main Dec 4, 2024
118 of 119 checks passed
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