You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we stop once we verify that an endorsement has a matching certificate grounded in any root-ca. We should make sure that the certificate is grounded in the root of the claimed mspid (organization) and then based on that evaluate the endorsement policy.
BTW: The underlying MSP validation/management logic would eventually also be necessary for ecc for client authentication.
PS: we should probably also through an error in tlcc_enclave/ledger.cpp parse_block if we get config updates after block 0 to be on safe side instead of just ignoring it?
The text was updated successfully, but these errors were encountered:
KimRasz
added this to the
Z - Parking Lot - Fabric Integration Implemenation milestone
Sep 9, 2019
g2flyer
modified the milestones:
Z - Parking Lot - Fabric Integration Implemenation,
MVPMar 20, 2020
Right now we stop once we verify that an endorsement has a matching certificate grounded in any root-ca. We should make sure that the certificate is grounded in the root of the claimed mspid (organization) and then based on that evaluate the endorsement policy.
BTW: The underlying MSP validation/management logic would eventually also be necessary for ecc for client authentication.
PS: we should probably also through an error in tlcc_enclave/ledger.cpp parse_block if we get config updates after block 0 to be on safe side instead of just ignoring it?
The text was updated successfully, but these errors were encountered: