/* Primary Criteria */

This commit is contained in:
Demos 2015-01-18 22:21:43 +00:00
parent e50ed2714f
commit d5ab764147

View File

@ -47,11 +47,12 @@ The following criteria should be met:
=== Primary Criteria ===
; The communication is:
:; decentralised: there is no server through which the main communication streams have to go through and which could collect data to de-anonymise other nodes. ISPs should be preferentially circumvented.:
:; encrypted end-to-end: it is always encrypted, except in emergency calls.:
:; done via Perfect Forward Secrecy: when distributing (session) keys, Perfect Forward Secrecy should be used.
:; authenticated: changes on data on its way to the recipient are recorded. The source is authenticated.
:; decentralised: there is no server through which the main communication streams have to go through and which could collect data to de-anonymise other nodes. ISPs should be preferentially circumvented
:; encrypted end-to-end: standard, except for emergency calls
:; Using Perfect Forward Secrecy: session keys should be used. Even future Forward Secrecy shall be tested.
:; authenticated: The source is authenticated.
:; anonymised: the nodes know as little as possible about each other. Only neighbouring nodes know each other.
:; signed
=== Secondary Criteria ===
# The infrastructure enables caching and intelligent distribution of public data.