- 01 Jul, 2019 7 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
- 30 Jun, 2019 3 commits
-
-
David Venhoek authored
Closes #44
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 24 Jun, 2019 1 commit
-
-
Sietse Ringers authored
-
- 16 Jun, 2019 5 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 14 Jun, 2019 4 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
Null attributes are attributes with bigint value 0, meaning that the issuer skipped that attribute. Instead of aborting the session, the irmaclient now allows disclosures of null attributes, when the verifier requests it. This allows the irmaclient to prove that a particular attribute was not issued to it, and allows verifiers to request optional attributes alongside other attributes.
-
Sietse Ringers authored
fix: irmaclient now updates its credential instances if new attributes were added by the scheme manager
-
Sietse Ringers authored
-
- 12 Jun, 2019 6 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 10 Jun, 2019 1 commit
-
-
Sietse Ringers authored
-
- 05 Jun, 2019 2 commits
-
-
Sietse Ringers authored
-
David Venhoek authored
Updated noauth description to specifically state that it will cause server to reject authenticated requests.
-
- 04 Jun, 2019 3 commits
-
-
David Venhoek authored
-
David Venhoek authored
-
Sietse Ringers authored
-
- 29 May, 2019 2 commits
-
-
David Venhoek authored
Changed UpdateSchemes to run ParseFolder only when new schemes were actually downloaded, based on suggestion by Sietse.
-
David Venhoek authored
-
- 28 May, 2019 2 commits
-
-
David Venhoek authored
-
David Venhoek authored
fix: Stopped keyshare code from paniccing when getCommitments failed for reasons other than missing pin-check.
-
- 10 May, 2019 1 commit
-
-
Sietse Ringers authored
-
- 09 May, 2019 1 commit
-
-
Sietse Ringers authored
-
- 08 May, 2019 2 commits
-
-
Sietse Ringers authored
Within a session request, inner conjunctions requesting specific attribute values used to be serialized to a map. JSON and Go maps are however unordered, and the order matters: if the requested attributes are received in a different order then the session will fail. Inner conjunctions using values are now serialized using the default Go serializer, resulting in a list of requested attributes with their values.
-
Sietse Ringers authored
-