Skip to content
  • Sietse Ringers's avatar
    fix: private key issue of issuer if another issuer with a similar name exists · cf9dd009
    Sietse Ringers authored and Ivar Derksen's avatar Ivar Derksen committed
    This solves the following. If:
    - an issuer exists in the scheme whose identifier is of the form $scheme.$issuer$suffix,
      where $scheme.$issuer is another existing issuer in the scheme,
    - issuer $scheme.$issuer$suffix has a private key installed in the --privkeys folder,
    
    Then the IRMA server refused to startup with an incorrect error message
    ("Private key 0 of issuer $scheme.$issuer does not belong to corresponding public key").
    cf9dd009