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 SHA-3 support to MessageDigest, Mac, and Signature services #103

Merged
merged 6 commits into from
Mar 5, 2025

Conversation

cconlon
Copy link
Member

@cconlon cconlon commented Feb 26, 2025

This PR adds SHA-3 support to wolfJCE, including the following classes/services:

MessageDigest:

  • SHA3-224
  • SHA3-256
  • SHA3-384
  • SHA3-512

Mac:

  • HmacSHA3-224
  • HmacSHA3-256
  • HmacSHA3-384
  • HmacSHA3-512

Signature:

  • SHA3-224withRSA
  • SHA3-256withRSA
  • SHA3-384withRSA
  • SHA3-512withRSA
  • SHA3-224withECDSA
  • SHA3-256withECDSA
  • SHA3-384withECDSA
  • SHA3-512withECDSA

JUnit tests have also been added to each of these classes respective test class.

@cconlon cconlon self-assigned this Feb 26, 2025
@cconlon cconlon force-pushed the sha3 branch 2 times, most recently from 486d178 to 0d946ef Compare February 27, 2025 00:51
@dgarske dgarske self-requested a review March 3, 2025 22:05
dgarske
dgarske previously approved these changes Mar 5, 2025
Copy link
Contributor

@JacobBarthelmeh JacobBarthelmeh left a comment

Choose a reason for hiding this comment

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

Please rebase ontop of the recent sha224 merge.

@JacobBarthelmeh JacobBarthelmeh merged commit ced95ba into wolfSSL:master Mar 5, 2025
41 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