You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/12/08 08:17:50 UTC

[GitHub] [incubator-teaclave-sgx-sdk] clangenb opened a new issue #296: SGX_RSA3072_DEFAULT_E has different value from documented one.

clangenb opened a new issue #296:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/296


   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]`, which equals 65537


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish closed issue #296: SGX_RSA3072_DEFAULT_E has different value from documented one.

Posted by GitBox <gi...@apache.org>.
dingelish closed issue #296:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/296


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #296: SGX_RSA3072_DEFAULT_E has different value from documented one.

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #296:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/296#issuecomment-744739877


   fixed by #299  :-) thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org