- 08 Apr, 2019 1 commit
-
-
Sietse Ringers authored
feat: Breaking change: support conjunctions of disjunctions of conjunctions when requesting attributes in any of the three supported session types Instead of requesting several attributes, one can now request several groups of attributes. Within each such group, attributes belonging to the same credential type always come from the same credential instance. This affects all three session types, as in each of them attributes can be disclosed.
-
- 16 Jan, 2019 1 commit
-
-
Sietse Ringers authored
-
- 17 Dec, 2018 1 commit
-
-
Sietse Ringers authored
-
- 14 Jul, 2018 1 commit
-
-
Sietse Ringers authored
-
- 22 Jun, 2018 2 commits
-
-
Sietse Ringers authored
Attributes may now also remotely be made optional.
-
Sietse Ringers authored
-
- 24 Feb, 2018 1 commit
-
-
Ayke van Laethem authored
-
- 12 Feb, 2018 1 commit
-
-
Sietse Ringers authored
-
- 09 Nov, 2017 1 commit
-
-
Sietse Ringers authored
Authenticity of the scheme manager files in the irma_configuration folder is now checked as follows. Each scheme manager must henceforth include three new files in its root folder: index, index.sig, and pk.pem. index lists all files under this manager as well as their SHA256-hash. index.sig is a ECDSA signature over index, signed with the private key corresponding to the public key pk.pem. Thus, a file under the scheme manager is authenticated if its hash matches the one in the index file, and if the signature over the index file is valid. Authenticity of all xml files, including the Idemix public keys, is verified in this way automatically when these files are loaded. For issuer and credential logos, use Configuration.ReadAuthenticatedFile.
-
- 02 Oct, 2017 1 commit
-
-
Sietse Ringers authored
-
- 15 Sep, 2017 1 commit
-
-
Sietse Ringers authored
-