- 04 Mar, 2020 9 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
The URL to the server to which issuance records and revocation commands are sent now no longer needs to be put in the scheme, and may thus be kept private to the issuer. Instead multiple URLs are now in the scheme, which are only required to host revocation records for irmaclients and requestors to update their revocation state.
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
feat: switch to SQL revocation database for revocation server, and to simple in-memory database for requestors Requestors only need to be aware of the last x revocation records and none of the other record types. Addionally: - pass revocation configuration into RevocationStorage - refactor irma.NewConfiguration functions to use options struct - split RevocationStorage helper functions into separate structs - add credentialtype to revocation record wrapper in irmago
-
Sietse Ringers authored
feat: support revocation sessions in IRMA server, and move revocation code from irmaconfig.go to its own file
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 05 Feb, 2020 1 commit
-
-
Ivar Derksen authored
-
- 21 Nov, 2019 1 commit
-
-
Ivar Derksen authored
-
- 24 Oct, 2019 1 commit
-
-
Ivar Derksen authored
-
- 14 Oct, 2019 1 commit
-
-
Sietse Ringers authored
feat: rename --authmethod to --auth-method flag to irma session for consistency with Configuration struct
-
- 13 Oct, 2019 1 commit
-
-
Sietse Ringers authored
- emit version number when running `irma` without subcommand - `irma session` example uses default `irma server` port
-
- 09 Oct, 2019 1 commit
-
-
Sietse Ringers authored
-
- 23 Aug, 2019 1 commit
-
-
David Venhoek authored
-
- 03 Jul, 2019 1 commit
-
-
Sietse Ringers authored
-
- 01 Jul, 2019 1 commit
-
-
Sietse Ringers authored
-
- 30 Jun, 2019 1 commit
-
-
David Venhoek authored
Closes #44
-
- 12 Jun, 2019 1 commit
-
-
Sietse Ringers authored
-
- 10 Jun, 2019 1 commit
-
-
Sietse Ringers authored
-
- 05 May, 2019 1 commit
-
-
Sietse Ringers authored
When passing --server to irma session, it would erroneously complain about --url also being set.
-
- 30 Apr, 2019 1 commit
-
-
David Venhoek authored
-
- 08 Apr, 2019 2 commits
-
-
Sietse Ringers authored
fix: both irmaserver and irmaclient now early reject session requests referring nonexisting identifiers
-
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.
-
- 23 Mar, 2019 1 commit
-
-
Tomas authored
feat: Support --url for session. Some code duplication was unavoidable without splitting up requestorserver.initialize
-
- 19 Mar, 2019 1 commit
-
-
Sietse Ringers authored
-
- 18 Mar, 2019 1 commit
-
-
Sietse Ringers authored
-
- 15 Mar, 2019 2 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
Verifying an individual scheme no emits the same warnings and errors as verifying multiple schemes.
-
- 10 Mar, 2019 1 commit
-
-
Sietse Ringers authored
-
- 04 Mar, 2019 1 commit
-
-
Sietse Ringers authored
-
- 22 Feb, 2019 1 commit
-
-
Sietse Ringers authored
-
- 17 Feb, 2019 1 commit
-
-
Sietse Ringers authored
-
- 14 Feb, 2019 1 commit
-
-
Sietse Ringers authored
-
- 11 Feb, 2019 3 commits
-
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 10 Feb, 2019 2 commits
-
-
Sietse Ringers authored
Resolves #28 Resolves #29 Resolves #30 Co-authored-by:
Confiks <confiks@scriptbase.org>
-
Sietse Ringers authored
-