Skip to content

Add benchmarks and memory tracking feature to Signature Examples. - #352

Closed
Gonsix wants to merge 7 commits into
wolfSSL:masterfrom
Gonsix:bench_PR
Closed

Add benchmarks and memory tracking feature to Signature Examples.#352
Gonsix wants to merge 7 commits into
wolfSSL:masterfrom
Gonsix:bench_PR

Conversation

@Gonsix

Copy link
Copy Markdown

Add becnmark and memory tranking feature to the following program:
signature/rsa_vfy_only/verify
signature/rsa_buffer/verify
signature/ecc-sign-verify/ecc_sign_verify

Moved files in the embedded directory to the embedded/tls directory.

Shingo Morimoto added 2 commits December 14, 2022 07:30
Add becnmark and memory tranking to the following program:
signature/rsa_vfy_only/verify
signature/rsa_buffer/verify
signature/ecc-sign-verify/ecc_sign_verify
@Gonsix
Gonsixforce-pushed the bench_PR branch 2 times, most recently from 327eb23 to e7b7571CompareDecember 20, 2022 07:09
-modified Makefile to execute clean target before building.
-modified Makefile to add CFLAGS for sp_x86_64.
-fixed BENCH_TIME_SEC possible to be defined by compiler flags.
-add -lpthread to be given to compiler.
* Add non-blocking mode for ECC Signature Example
* Add non-blocking mode for RSA with TFM
* Add ecc_vfy_only and ecc_vfy_only_nonblock
- Add ecc_vfy_only to separate the function Verifying only from the ecc_sign_verify that signing and verifying the signatures.
- Rename rsa_buffer to rsa_sign_verify
- Add rsa_vfy_only_nonblock
* Revise the README
---------
Co-authored-by: Shingo Morimoto <shingo@wolfssl.com>
@miyazakh

Copy link
Copy Markdown
Contributor

Open new PR(#467)

Sign up for freeto 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

@Gonsix@miyazakh@cconlon@kojo1