[apache/incubator-teaclave] Fix typo in the mailing list (#440)

2020-12-08 Thread Mingshen Sun
## Description Typo in the mailing list. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/440 -- Commit Summary -- * Fix typo in the mailing list -- File Changes -- M COMMUNITY.md (2) -- Patch Links -- https://github.c

Re: [apache/incubator-teaclave-sgx-sdk] upgrade log-sgx to upstream => 0.4.11 (#294)

2020-12-08 Thread brenzi
@dingelish Sorry for my delay. I can confirm that `export SGX_SDK=/opt/intel/sgxsdk` makes my build work after a `cargo update`. Without it, it fails with the above mentioned error -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on G

[apache/incubator-teaclave-sgx-sdk] SGX_RSA3072_DEFAULT_E has different value from documented one. (#296)

2020-12-08 Thread clangenb
When defining the default exponent is documented to be 65537, see: https://github.com/apache/incubator-teaclave-sgx-sdk/blob/255b2093ea39ce7b9729135e65c75cdd9045b379/sgx_crypto_helper/src/rsa3072.rs#L7 However: `[0x01, 0x00, 0x00, 0x01]` equals 16777217 It should be: `[0x00, 0x01, 0x00, 0x01]`