-
Notifications
You must be signed in to change notification settings - Fork 832
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
Software-only support for recent esp32 targets #6256
Open
dpalffy
wants to merge
9
commits into
wolfSSL:master
Choose a base branch
from
dpalffy:esp32-c3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 31, 2023
-
make wolfcrypt use generic esp apis instead of arch specifics
This makes it build for all targets supported by esp-idf v4.4, without hardware acceleration. Specifying the target in user_settings.h is only required for hw accel.
Configuration menu - View commit details
-
Copy full SHA for 1af5ea5 - Browse repository at this point
Copy the full SHA 1af5ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45684c - Browse repository at this point
Copy the full SHA a45684cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09de0c0 - Browse repository at this point
Copy the full SHA 09de0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73edfc9 - Browse repository at this point
Copy the full SHA 73edfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af15f0 - Browse repository at this point
Copy the full SHA 2af15f0View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80b1b82 - Browse repository at this point
Copy the full SHA 80b1b82View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 969ee0b - Browse repository at this point
Copy the full SHA 969ee0bView commit details -
clean up ESP32 hw crypto related defines
- remove WROOM32 from all defines except WROOM32SE-related ones, those are not WROOM32-related, they refer to the built-in crypto accelerator of the ESP32. - enable hw crypto automatically on ESP32 based on CONFIG_IDF_TARGET_ESP32 - disable switches: - NO_ESP32_CRYPT - NO_WOLFSSL_ESP32_CRYPT_RSA_PRI - NO_WOLFSSL_ESP32_CRYPT_HASH - NO_WOLFSSL_ESP32_CRYPT_AES - set enable switches based on the above in settings.h and use those only: - WOLFSSL_ESP32_CRYPT_RSA_PRI - WOLFSSL_ESP32_CRYPT_HASH - WOLFSSL_ESP32_CRYPT_AES - rename WOLFSSL_ESP32WROOM32_CRYPT_DEBUG to WOLFSSL_ESP32_CRYPT_DEBUG - some other minor cleanups
Configuration menu - View commit details
-
Copy full SHA for fabb44f - Browse repository at this point
Copy the full SHA fabb44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c042b - Browse repository at this point
Copy the full SHA e1c042bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.