Michael Steiner
Michael Steiner
To make sure all our design really work and also to illustrate to users how a multi-org (and hence, multi-peer) would work we should have a test-case with at least...
**Is your feature request related to a problem? Please describe.** Extension of FPC Lite / 1.0 to provide rollback protection ... See [milestone 44](https://github.com/hyperledger-labs/fabric-private-chaincode/milestone/44) for container containing related issues. See...
**Description** Currently calls to TLCC from ECC (or potentially in the future for ERCC) are not reflected explicitly in an endorsement as other cc2(s)cc calls are. We should investigate whether...
**Description** To allow ecc restarts (e.g., due to peer restart, #282, or just ecc external builder getting terminated by peer and restarted), ecc will eventually require to store enclave and...
To enable multi-enclave endorsement, state encryption should be deterministic (so we can handle multi-enclave endorsement policies) yet should still provide semantic security which implies randomized encryption. Additionally, we should be...
Generalize attestation support to cover linkable and unlinkable EPID as well as DCAP/3rd-party attestation
The current code is rather weak on error handling: return codes are often ignored, errors are logged but not handled or might lead right away to a panic. related issues...
it's common for C programmer to define state in static variable. With the current single peer-reuse-enclave version this actually works "nicely" -- i (MST) accidentally tested it :-) -- but...