-
Notifications
You must be signed in to change notification settings - Fork 198
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
xtest: regression 4006: Test RSA-OAEP with a different MGF1 hash #738
Conversation
We need to have this as a separate test case (for example,
|
Another option is to accept the |
@jenswi-linaro that would work with me |
57fd358
to
76942ee
Compare
Alright, I decided to go with this option. PTAL. |
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
with comments addressed or not.
Add tests for TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA256 with SHA-1 as the MGF1 hash. Signed-off-by: Sami Tolvanen <samitolvanen@google.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a) Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
76942ee
to
7db0a05
Compare
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note that you can always re-open a closed pull request at any time. |
Add tests for TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA256 with SHA-1 as the MGF1 hash.
Depends on OP-TEE/optee_os#6779. Note that this fails (as expected) with mbedtls.