Commit Graph

43 Commits

Author SHA1 Message Date
Kevin Azzam 32c600e622 Fixup 78a3579: python3 compliance 2017-01-04 00:58:20 +01:00
BTChip c6e5961227 Update libudev package 2017-01-02 11:01:01 +01:00
BTChip c60427dc00 Update README with thotheolh suggestions 2017-01-02 10:35:46 +01:00
BTChip 43168d0292 Bump version 2016-12-08 00:11:36 +01:00
Nicolas Bacca 689ffb81ab Merge pull request #6 from NicolasDorier/patch-1
Encode correctly the passphrase in UTF8 NFKD
2016-12-07 15:10:04 -08:00
Nicolas Dorier a6c7c9ed7f Encode correctly the passphrase in UTF8 NFKD 2016-11-12 09:39:16 +09:00
BTChip ee42ea581f Add Pillow dependency 2016-10-13 14:27:34 +02:00
BTChip 78e64131d2 Add passphrase derivation utility 2016-10-11 18:23:12 +02:00
Nicolas Bacca 72b6a4378d Merge pull request #5 from cslashm/data-in-exception
add received data in CommException object
2016-10-11 14:55:17 +02:00
Cédric Mesnil 48f071cafa add received data in CommException object 2016-10-11 14:47:49 +02:00
BTChip 78a3579514 Add genuine device check script, support Secure Channel outgoing data, add an example with applications list 2016-10-11 13:13:20 +02:00
Nicolas Bacca cf74f4836c Merge pull request #4 from cslashm/py3
Python 3 port with keeping Python 2 compliance
2016-10-11 12:50:37 +02:00
Cédric Mesnil 0a4f7c4c91 Python 3 port with keeping Python 2 compliance
Add missing () around print arguments
  Replace <> with !=
  Fix bytes/str compliance

Status
  loadApp.py and deleteApp.py works with both python 2.7.12 and 3.5.2 on BlueLedger 1.2
  sign.py is untested because it requires en hsm access
2016-09-14 16:30:53 +02:00
BTChip dcf012d862 Merge branch 'master' of https://github.com/ledgerhq/blue-loader-python
j
2016-09-02 09:53:45 +02:00
BTChip b56ff7cbe1 Optional libsecp256k1 dependency, default to pure Python cryptographic API to help Windows users 2016-09-02 09:53:24 +02:00
Nicolas Bacca b5f80ac8f0 Merge pull request #3 from antonio-fr/master
Fix timeout from 7 hours to expected 20 seconds
2016-08-16 11:07:06 +02:00
a_ferron 58bc25a2bc Fix timeout from 7 hours to expected 20 seconds 2016-08-15 22:10:13 +02:00
BTChip 4eefb8a7f7 Update README with package on PyPI 2016-08-12 10:49:14 +02:00
BTChip 326c8bd684 Fix PyPI update 2016-08-12 10:33:11 +02:00
BTChip 4026eb55cf Tag 0.1.5, tweaks for PyPI compatibility 2016-08-12 10:00:28 +02:00
BTChip abe03c2bb8 Support locking on curve and multiple paths (API level 5) 2016-08-12 09:56:59 +02:00
BTChip da1b15b2de Fix copy/paste 2016-07-28 20:08:29 +02:00
BTChip bbcf6faaa0 Mention Nano S 2016-07-28 17:25:44 +02:00
BTChip 8a5f71ce1a Bump version 2016-07-28 17:24:31 +02:00
BTChip 74759b3fb2 Add application signature & validation scripts 2016-07-28 13:06:39 +02:00
BTChip 5e8a7202e1 Add standalone MCU load support 2016-07-28 11:47:54 +02:00
BTChip eabbce5af0 Add SCP support 2016-07-28 11:47:22 +02:00
BTChip 71c0b9ffa5 Add locked down application path, icon, signature support 2016-07-28 11:47:04 +02:00
BTChip 5253645655 Add boot address support, hex printer 2016-07-28 11:46:29 +02:00
BTChip f7253c0a52 Signature and icon support 2016-07-28 09:45:29 +02:00
BTChip f51eff7d96 Enforce certificate chain properly 2016-07-28 09:45:04 +02:00
BTChip 9032981381 Cleanup 2016-07-28 09:44:39 +02:00
BTChip a0168238f2 Nano S vendor ID support 2016-07-28 09:42:16 +02:00
BTChip 4ce6df20b8 wMerge branch 'master' of https://github.com/ledgerhq/blue-loader-python 2016-05-20 08:37:47 +02:00
BTChip 70233d1d9a Bump version 2016-05-20 08:36:59 +02:00
BTChip dfe04feb59 Support 1.1 deployed logic 2016-05-20 08:36:47 +02:00
BTChip f67eb96eab Add experimental desktop BLE support 2016-05-20 08:36:17 +02:00
BTChip 1946b6351e Fix MCU firmware loading 2016-05-20 08:35:13 +02:00
BTChip 09d04da1d8 Cleanup 2016-05-20 08:34:57 +02:00
Nicolas Bacca e97040516c Merge pull request #1 from instagibbs/patch-1
Cannot concat str and number in error msg
2016-04-15 12:41:44 +02:00
Gregory Sanders 05bac99715 Cannot concat str and number in error msg 2016-04-14 17:10:05 -04:00
BTChip ccfb42ad3e Initial (re)import 2016-04-12 09:21:11 +02:00
Nicolas Bacca a2e4fb22e8 Initial commit 2016-04-12 08:58:21 +02:00