- 08 Feb, 2019 16 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 17 Dec, 2018 1 commit
-
-
Sietse Ringers authored
Co-authored-by:
Confiks <confiks@scriptbase.org>
-
- 02 Nov, 2018 2 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 05 Sep, 2018 8 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 08 Jul, 2018 1 commit
-
-
Sietse Ringers authored
-
- 22 Jun, 2018 1 commit
-
-
Sietse Ringers authored
-
- 11 Feb, 2018 2 commits
-
-
Sietse Ringers authored
Put unit test helper functions in internal package to make them available to unit tests of all packages
-
Tomas authored
NewHTTPTransport now sets SO_NOSIGPIPE on iOS, in a doubtful attempt to prevent SIGPIPE crashes (as golang/go#17393 mentions this is already fixed in gomobile).
-
- 05 Feb, 2018 1 commit
-
-
Sietse Ringers authored
Instead, a client state stored at testdata/teststorage is now used.
-
- 23 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 16 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 12 Nov, 2017 1 commit
-
-
Sietse Ringers authored
-
- 10 Nov, 2017 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.
-
- 24 Oct, 2017 1 commit
-
-
Sietse Ringers authored
-