Bruno Vavala
Bruno Vavala
## Description of the problem A large file can get corrupted when stored on disk as a _protected_ file. ## Steps to reproduce The bug was tested on 851f708, and...
Now the sigrl blob is hardcoded, while it should be retrieved from IAS
The certificate decoding procedure in the attestation API should consider using a more robust implementation, possibly based on CURL lib (see https://curl.se/libcurl/c/curl_unescape.html). Problem: IAS certificates are downloaded and saved in...
The `base-dev` and `dev` images can be refactored/simplified, possibly removing the latter. Currently, we publish `base-dev` and the user then builds `dev`. Their main difference is the presence of Fabric's...
A lot of code has to be refactored both in Go and in the enclave. List of tasks: - [ ] go pdo crypto in separate module (and cleanup of...
Although reads and writes of composite keys are handled just like regular keys, the `get_public_state_by_partial_composite_key` fetches a json blob with a set of kv pairs, which are unmarshalled and passed...
IAS credentials should be checked (for existence) upfront * in in the `integration` folder (once PR #79 is merged) * in the `fabric/sgxconfig/ias` folder
In many tests, transaction invocations are triggered with the `waitForEvent` flag, to block and wait for a notification of the commit event. When the event is delivered, so is the...
sgxcclib is used in the respective enclaves (in ecc_enclave and tlcc_enclave) with a common part in `common/sgxcclib`. A better name would probably include an `fpc_` and/or an `enclave` prefix, and...