-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mbedtls: Add an alt implementation of timing #14756
Conversation
@Patater, thank you for your changes. |
We need to retrigger travis (force push should help) as we reconfigured Travis plan to fix building again (I can't restart this build). Or close/open PR for a minute. |
check-config.h patch raised upstream with Mbed-TLS/mbedtls#4634 |
Implement the MBEDTLS_TIMING_ALT interface for Mbed OS. This implementation is sufficient to run the Mbed TLS benchmarking application.
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
this commit creates a double timing.o module:
|
Summary of changes
Implement the MBEDTLS_TIMING_ALT interface for Mbed OS. This
implementation is sufficient to run the Mbed TLS benchmarking
application.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
See attached log from running the benchmark with this Mbed TLS timing implementation. This is usually run by the nightly job.
Reviewers