mmgen-wallet/test
MMGen 6b9df0ea44
Change all eval() calls to ast.literal_eval()
- closes an exploit whereby an infected online MMGen installation could craft
  a special TX file to trick an offline signing MMGen into executing an
  arbitrary expression
- update TX file format (to v3) to permit calling literal_eval() on unmodified
  inputs and outputs data (old v2 file format continues to be supported)
- new TX file conversion script: `scripts/tx-v2-to-v3.py`
- `scripts/tx-old2new.py` modified and renamed to `scripts/tx-v1-to-v3.py`
2018-02-17 15:35:45 +03:00
..
ref XMR (Monero) key/address generation support and wallet generating utility 2017-12-28 16:03:28 +03:00
__init__.py test/test.py: refactor, remove interactive mode 2017-08-03 08:56:40 +03:00
gentest.py Version 0.9.6 2018-01-14 17:24:36 +03:00
mmgen_pexpect.py Version 0.9.6 2018-01-14 17:24:36 +03:00
objtest.py Minor fixes and improvements 2018-02-17 12:34:15 +03:00
scrambletest.py Minor fixes and improvements 2018-02-17 12:34:15 +03:00
sha256test.py View key support for Zcash z-addresses 2017-12-18 20:19:01 +03:00
test.py Change all eval() calls to ast.literal_eval() 2018-02-17 15:35:45 +03:00
tooltest.py Version 0.9.6 2018-01-14 17:24:36 +03:00