-
Notifications
You must be signed in to change notification settings - Fork 265
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
Creating Rsa3072KeyPair
under ucrypto
feature panics
#456
Comments
Thank you for reporting this issue. |
Thanks! |
I'm trying to apply newer intel-sdk version to v2.0.0 branch and this problem seems to occur again with intel-sdk-2.21, I'm referring to this dexlabs' version on It seems I'll get To reproduce this, simply change the TOML dep to:
|
@Kailai-Wang Thanks for reporting, I am the maintainer for DEX Labs' fork. I am not sure that if I have rebased @volcano0dr fix to our fork. I will take a look and reply to you. Meanwhile, you are welcome to check it and report issues to the gitlab issues. |
Thank you, that would definitely help! I tried my branch (which includes the sgx_rand fix) but it didn't seem to work either :( |
I created an issue in your repo too: https://gitlab.com/dexlabs/incubator-teaclave-sgx-sdk/-/issues/4 : ) |
I'm using the branch
v2.0.0-preview-11-17
, creating Rsa3072KeyPair works fortcrypto
feature (within enclave) but not withucrypto
for non-enclave.It can be reproduced by:
Running it gives SGX unexpected error:
Dependency in TOML:
The text was updated successfully, but these errors were encountered: