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
Change the implementation of the GetID function to return a value
that will be unique across MSPs. It previously just returned the
<subjectDN> (Distinquished Name) which is guaranteed to be unique
for the CA that issued it. I'm changing it to return the base64
encoding of
x509::<subjectDN>::<issuerDN>
which is unique across CAs.
This also means this ID will be the same even though its
certificate is renewed with a different key-pair.
An ID for an idemix identity will be of the form:
idemix::<something unique for an idemix identity>
Change-Id: Ie244460df1340d4facefc6b25f178df0733ee559
Signed-off-by: Keith Smith <bksmith@us.ibm.com>
0 commit comments