Re: [apache/incubator-teaclave] Generating key and signing a file (#554)

2021-09-20 Thread egalijatov1
I have a python application that generates a pdf report. This report should be signed so that it can't be changed (file can be read and then data can be signed) with a private key stored in SGX. Besides, on the first run, the key pair should be generated. It would also be very useful to restrict

Re: [apache/incubator-teaclave] Some Questions about data\function\task operation (#555)

2021-09-20 Thread Mingshen Sun
> Does teaclave supports delete the uploaded data\function\task? No. > Where are the data\wasm function files store in? Is the storage service > enclave? They are stored in the *storage service*, i.e., a database protected by encalve. > Do the data\function files exist when the teaclave servic

Re: [apache/incubator-teaclave] Generating key and signing a file (#554)

2021-09-20 Thread Mingshen Sun
Sorry, I'm not sure if I understand this question correctly. Do you mean signing the _input data_? Can you give me more context of why "generating a key pair from python and use it to sign data"? Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email d

[apache/incubator-teaclave] Does teaclave supports delete the uploaded data\function\task? (#555)

2021-09-20 Thread xuguoliang
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/555

Podling Teaclave Report Reminder - October 2021

2021-09-20 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 20 October 2021. The report for your podling will form a part of the

Podling Teaclave Report Reminder - October 2020

2021-09-20 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 October 2020. The report for your podling will form a part of the

[apache/incubator-teaclave] Generating key and signing a file (#554)

2021-09-20 Thread egalijatov1
Is it possible to generate a private-public key pair from python (if it does not already exist), and use it to sign data (all from python using teaclave library)? Similar to this example from Intel: https://software.intel.com/content/www/us/en/develop/articles/code-sample-gateway-key-provisio