belenios 1.20+dfsg-1 source package in Ubuntu

Changelog

belenios (1.20+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.1 (no changes)

 -- Stéphane Glondu <email address hidden>  Mon, 24 Oct 2022 10:37:30 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
belenios_1.20+dfsg-1.dsc 2.0 KiB cba64d6df75b012c006d6a95db62bed189dead835951fa763bb65d7717427c0e
belenios_1.20+dfsg.orig.tar.xz 456.3 KiB d893c7809745b724687c95442b8fa4029a4c040f4c8a2b2212c0e5c89b0bdb77
belenios_1.20+dfsg-1.debian.tar.xz 25.4 KiB b8400e53a264d4ff8c627d4288cbcdee0fad8e3458e4be8efe4b041d14ad3220

Available diffs

No changes file available.

Binary packages built by this source

belenios-tool: verifiable voting system (command-line tool)

 Belenios aims at providing an easy to use voting system, guaranteeing
 state-of-the-art security, namely vote privacy and verifiability. It
 can be used in many types of elections, ranging from scientific
 councils to sport associations.
 .
 It consists of a command-line tool and a web server. Both use the
 same backend and can be used to organize elections and perform
 verifications.
 .
 Security properties of the system are:
  * Vote privacy: No one can learn the vote of a voter. Vote privacy
    relies on the encryption of the votes.
  * End-to-end verifiablity: Every voter can check that her vote has
    been counted and only eligible voters may vote. End-to-end
    verifiablity relies on the fact that the ballot box is public
    (voters can check that their ballots have been received) and on
    the fact that the tally is publicly verifiable (anyone can recount
    the votes). Moreover, ballots are signed by the voter credential
    (only eligible voters are able to vote).
 .
 This package provides the command-line tool, which is the most
 convenient way to exercise the verifiability capabilities of the
 system. It can be used to run an election without using the web
 server, and to monitor an election running on a web server.

belenios-tool-dbgsym: debug symbols for belenios-tool