- 04 Feb, 2018 1 commit
-
-
Sietse Ringers authored
Instead we just branch in some functions over whether or not the session is interactive. This solves some code duplication; gives manual sessions the ability to download unknown scheme manager files on the fly, like interactive sessions; and it solves manual sessions missing some calls back to the Handler.
-
- 03 Feb, 2018 1 commit
-
-
Tomas authored
-
- 29 Jan, 2018 1 commit
-
-
Sietse Ringers authored
Change API server port to 8088
-
- 26 Jan, 2018 1 commit
-
-
- 22 Jan, 2018 1 commit
-
-
Tomas authored
-
- 20 Jan, 2018 1 commit
-
-
Sietse Ringers authored
-
- 17 Jan, 2018 1 commit
-
-
Sietse Ringers authored
-
- 16 Jan, 2018 1 commit
-
-
confiks authored
* Add config -> preferences update function. Strip sentryDSN out of preferences and into a package variable. * Typo
-
- 10 Jan, 2018 1 commit
-
-
Sietse Ringers authored
Manual sigrequests
-
- 09 Jan, 2018 5 commits
-
-
Koen van Ingen authored
-
Koen van Ingen authored
-
Koen van Ingen authored
-
Koen van Ingen authored
-
Tomas authored
-
- 02 Jan, 2018 2 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
Unit tests tended to sometimes fail when state from previously (panic()'d) was still present in test storage, and when the test storage directory did not exist. This should fix both.
-
- 30 Dec, 2017 1 commit
-
-
Sietse Ringers authored
-
- 29 Dec, 2017 1 commit
-
-
Sietse Ringers authored
-
- 26 Dec, 2017 1 commit
-
-
Sietse Ringers authored
-
- 19 Dec, 2017 2 commits
-
-
confiks authored
Rename 'credentials/irmago' to 'privacybydesign/irmago'
-
Koen van Ingen authored
This prevents the 'use of internal package not allowed' go compile error
-
- 15 Dec, 2017 3 commits
-
-
Sietse Ringers authored
Kleine aanpassingen nodig voor irma-watchdogd
-
Bas Westerbaan authored
-
Bas Westerbaan authored
-
- 13 Dec, 2017 2 commits
-
-
Sietse Ringers authored
Add README.md for running unit tests
-
Koen van Ingen authored
-
- 23 Nov, 2017 3 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 22 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 16 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 13 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 12 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 11 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 10 Nov, 2017 4 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 09 Nov, 2017 2 commits
-
-
Sietse Ringers authored
-
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.
-