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

Improved Espressif SHA HW/SW selection #7173

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

gojimmypi
Copy link
Contributor

Description

Adds some fine-tuning of SHA hardware / software selection allowing for more granular control of individual SHA implementations. For example, instead of having all hash algorithms hardware acceleration enabled or not, each can now be individually controlled:

    #define NO_WOLFSSL_ESP32_CRYPT_HASH_SHA
    #define NO_WOLFSSL_ESP32_CRYPT_HASH_SHA224
    #define NO_WOLFSSL_ESP32_CRYPT_HASH_SHA256
    #define NO_WOLFSSL_ESP32_CRYPT_HASH_SHA384
    #define NO_WOLFSSL_ESP32_CRYPT_HASH_SHA512

See #6234 for a roadmap of Espressif updates.

Fixes zd# n/a

Testing

How did you test?

Tested only in Espressif environment.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@gojimmypi
Copy link
Contributor Author

Jenkins retest this please

@dgarske dgarske assigned JacobBarthelmeh and unassigned dgarske and gojimmypi Jan 26, 2024
@JacobBarthelmeh JacobBarthelmeh merged commit 3db58af into wolfSSL:master Jan 26, 2024
108 checks passed
@gojimmypi gojimmypi deleted the PR-Espressif-SHA-updates branch January 26, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants