magic-wormhole/src/wormhole
Brian Warner fae14ebe6a Add --verify (display/check key-verifier). Not entirely usable yet.
To be useful, both sides must add -v. If the sender uses -v but the
receiver doesn't, the receiver won't show the verification string, so
the sender can't compare it to anything (and must either abort the
transfer or accept it blindly). Maybe the receiver should show the
verification string unconditionally. Maybe the sender should
indicate (in unprotected plaintext, along with the PAKE message) whether
the receiver should show it or not.
2015-03-24 00:28:02 -07:00
..
blocking Add --verify (display/check key-verifier). Not entirely usable yet. 2015-03-24 00:28:02 -07:00
scripts Add --verify (display/check key-verifier). Not entirely usable yet. 2015-03-24 00:28:02 -07:00
servers change relay URL scheme, allow arbitrary relay-phase messages 2015-03-22 11:45:16 -07:00
test add first unit test, 'setup.py test' support 2015-02-10 01:05:15 -08:00
twisted fill in initiator flow, define relay API 2015-02-10 18:34:13 -08:00
util rearrange source tree 2015-02-15 09:29:28 -08:00
__init__.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
_version.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
codes.py add --code-length, to configure the size of the PAKE code (in bytes/words) 2015-03-23 23:53:28 -07:00
public_relay.py rename const.py to public_relay.py, to make it clear what it offers 2015-03-22 11:55:13 -07:00
wordlist.py use completing-input for wormhole code read, not sys.argv 2015-02-14 17:48:38 -08:00