openethereum/parity/cli
Svyatoslav Nikolsky 93a6047912 Fixing secretstore TODOs - part 1 (#5386)
* ECDKG protocol prototype

* added test for enc/dec math

* get rid of decryption_session

* added licenses

* fix after merge

* get rid of unused serde dependency

* doc

* decryption session [without commutative enc]

* failed_dec_session

* fixed tests

* added commen

* added more decryption session tests

* helper to localize an issue

* more computations to localize error

* decryption_session::SessionParams

* added tests for EC math to localize problem

* secretstore network transport

* encryption_session_works_over_network

* network errors processing

* connecting to KeyServer

* licenses

* get rid of debug println-s

* fixed secretstore args

* encryption results are stored in KS database

* decryption protocol works over network

* enc/dec Session traits

* fixing warnings

* fix after merge

* on-chain ACL checker proto

* fixed compilation

* fixed compilation

* finally fixed <odd>-of-N-scheme

* temporary commented test

* 1-of-N works in math

* scheme 1-of-N works

* updated AclStorage with real contract ABI

* remove unnecessary unsafety

* fixed grumbles

* wakeup on access denied

* encrypt secretstore messages

* 'shadow' decryption

* fix grumbles

* lost files

* secretstore cli-options

* decryption seccion when ACL check failed on master

* disallow regenerating key for existing document

* removed obsolete TODO

* fix after merge

* switched to tokio_io

* fix after merge

* fix after merge

* fix after merge

* fix after merge

* fix after merge

* fixed test

* fix after merge
2017-04-08 11:26:16 +02:00
..
config.full.toml Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
config.invalid1.toml Adding nice error messages for invalid configs. 2016-09-12 00:36:38 +02:00
config.invalid2.toml Adding nice error messages for invalid configs. 2016-09-12 00:36:38 +02:00
config.invalid3.toml returning errors with extra fields in config file (#3663) 2016-11-29 13:23:28 +01:00
config.toml Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
mod.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
usage.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
usage.txt Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00
version.txt Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00