- 19 May, 2017 1 commit
-
-
Stephane Glondu authored
-
- 12 Apr, 2017 6 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
- no encryption for now - no support in belenios-tool.html
-
- 24 Mar, 2016 1 commit
-
-
Stephane Glondu authored
-
- 27 Jan, 2016 1 commit
-
-
Stephane Glondu authored
-
- 19 Nov, 2015 3 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
It was redundant with ELECTION_DATA.
-
Stephane Glondu authored
This field was most of the time set to None. The only non-None usage was not really needed.
-
- 03 Jul, 2015 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 22 Sep, 2014 1 commit
-
-
Stephane Glondu authored
-
- 16 Apr, 2014 1 commit
-
-
Stephane Glondu authored
Add module Platform: single interface to functions that depend on the runtime. For now, the native (existing one), and a dummy one that constitutes a skeleton for the js one. All calls to Cryptokit, Z, Calendar (which depends on Unix) in the command-line tool now go through this module.
-
- 27 Mar, 2014 3 commits
-
-
Stephane Glondu authored
SITE.register_election takes only parsed stuff.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 26 Mar, 2014 2 commits
-
-
Stephane Glondu authored
Move code specific to a group implementation there, and use it everywhere else.
-
Stephane Glondu authored
They do not behave as expected on serialized JSON objects. Instead, directly export a reader and a writer as needed.
-
- 25 Mar, 2014 2 commits
-
-
Stephane Glondu authored
In each directory, always open in the following order: 1. third-party libraries 2. serializable 3. signatures 4. common Also, always open modules from lib/* before. This order is reflected in *.mllib files. Additionally, open more frequently serialization modules.
-
Stephane Glondu authored
-
- 18 Mar, 2014 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
- metadata is specific to web, move it there - create Web_serializable, and also move randomness there - metadata is not optional (but its components can be) - rename user_type into user_domain - serializable version of ACLs
-
- 17 Mar, 2014 1 commit
-
-
Stephane Glondu authored
-
- 26 Feb, 2014 2 commits
-
-
Stephane Glondu authored
It is used for ballots as well as records...
-
Stephane Glondu authored
A record (i.e. who voted, when and with which credential in the context of the web server) is a notion that does not exist in the cryptographic protocol and does not really make sense in the context of the command-line tool. By the way, we add the notion of receipt which, in the context of the web server, is the ballot hash computed by the server. Bonus: when a ballot is accepted, we compute its hash only once.
-
- 05 Feb, 2014 2 commits
-
-
Stephane Glondu authored
The credential is taken from the file given to --privkey (if any).
-
Stephane Glondu authored
-
- 07 Jan, 2014 1 commit
-
-
Stephane Glondu authored
-
- 08 Nov, 2013 1 commit
-
-
Stephane Glondu authored
-
- 25 Sep, 2013 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
* drop ELECTION_PARAMS signature * parameters are no longer implicit in ELECTION signature * redesign WEB_ELECTION signature
-
- 03 Sep, 2013 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 24 Jun, 2013 1 commit
-
-
Stephane Glondu authored
-
- 23 Jun, 2013 1 commit
-
-
Stephane Glondu authored
-
- 21 Jun, 2013 1 commit
-
-
Stephane Glondu authored
-
- 20 Jun, 2013 1 commit
-
-
Stephane Glondu authored
Side-effect: public_key is not used during an election. We make it lazy for now.
-