summaryrefslogtreecommitdiff
path: root/src/device
Commit message (Collapse)AuthorAgeFilesLines
* Fix send scalar z in plaintextFrançois Colas2020-08-281-4/+6
| | | | | The scalar z has not been generated on the HW thus it can't be sent encrypted. The value is derived from the exported private view key.
* Update minimal Ledger Monero app versionFrançois Colas2020-08-281-2/+2
|
* Update protocol version with Ledger's HWFrançois Colas2020-08-281-1/+1
|
* draft support of clsagcslashm2020-08-272-0/+157
|
* CLSAG device supportSarang Noether2020-08-273-0/+31
|
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-3/+3
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* Merge pull request #6661Alexander Blair2020-08-161-1/+1
|\ | | | | | | 267ce5b71 avoid a couple needless copies (moneromooo-monero)
| * avoid a couple needless copiesmoneromooo-monero2020-06-141-1/+1
| |
* | Support for supercop ASM in wallet, and benchmark for supercopLee Clagett2020-05-162-2/+4
| |
* | Merge pull request #6565Alexander Blair2020-07-191-4/+4
|\ \ | | | | | | | | | 72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
| * | fix a few typos in error messagesmoneromooo-monero2020-05-191-4/+4
| |/ | | | | | | Reported by adrelanos
* | Merge pull request #6512Alexander Blair2020-07-1913-13/+13
|\ \ | | | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * | Update copyright year to 2020SomaticFanatic2020-05-0613-13/+13
| |/ | | | | | | Update copyright year to 2020
* / Fix incorrect lenght of command INS_PREFIX_HASHFrançois Colas2020-05-271-2/+2
|/ | | | | buffer_send[4] (LC) is an unsigned char, len should not exceed 254 (255 - 1 for the option).
* Merge pull request #6446luigi11112020-05-011-1/+1
|\ | | | | | | e509ede trezor: adapt to new passphrase mechanism (ph4r05)
| * trezor: adapt to new passphrase mechanismDusan Klinec2020-04-271-1/+1
| | | | | | | | | | | | | | | | | | - choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support
* | Merge pull request #6436luigi11112020-05-015-1/+87
|\ \ | |/ |/| | | 688a3e8 Add timelock verification on device (cslashm)
| * Add timelock verification on devicecslashm2020-04-085-1/+87
| |
* | Merge pull request #6364luigi11112020-04-041-2/+14
|\ \ | | | | | | | | | 6e1cb5a device: Ledger - fix wide char hidapi error string conversion (xiphon)
| * | device: Ledger - fix wide char hidapi error string conversionxiphon2020-03-011-2/+14
| |/
* | Merge pull request #6338luigi11112020-04-041-11/+8
|\ \ | | | | | | | | | 80d5320 Hash domain separation (SarangNoether)
| * | Hash domain separationSarang Noether2020-04-011-11/+8
| |/
* / device_ledger: include status code name in error messagexiphon2020-02-082-3/+111
|/
* device: bounds checking in Ledger send_secret/receive_secretxiphon2019-10-251-0/+4
|
* Fix debug featurecslashm2019-10-031-0/+2
|
* Revert PR #5835 (export view key)cslashm2019-10-031-1/+1
|
* Add display addresscslashm2019-10-032-1/+24
|
* Add hmac over encrypted value during transactioncslashm2019-10-032-91/+171
|
* Merge pull request #5835luigi11112019-09-081-1/+1
|\ | | | | | | 26f7a26 device: fix ledger requesting secret keys export twice (xiphon)
| * device: fix ledger requesting secret keys export twicexiphon2019-08-201-1/+1
| |
* | device_ledger: fix uninitialized additional_keymoneromooo-monero2019-08-261-1/+1
| | | | | | | | Coverity 200185
* | device_ledger: add paranoid buffer overflow checkmoneromooo-monero2019-08-261-1/+3
| | | | | | | | Coverity 200183
* | hid_error() could return a null, which causes the program to crash withTheQuantumPhysicist2019-08-091-1/+2
|/ | | | std::logic_error()
* Merge pull request #5594luigi11112019-07-242-0/+2
|\ | | | | | | f074b6b device: show address on device display (ph4r05)
| * device: show address on device displayDusan Klinec2019-06-172-0/+2
| | | | | | | | | | | | | | | | | | - Trezor: support for device address display (subaddress, integrated address) - Wallet::API support added - Simplewallet: - address device [<index>] - address new <label> // shows address on device also - integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
* | Fix GCC 9.1 build warningsmoneromooo-monero2019-06-092-0/+15
|/ | | | GCC wants operator= aand copy ctor to be both defined, or neither
* Merge pull request #5355Riccardo Spagni2019-04-151-0/+1
|\ | | | | | | | | c68fe787 device/trezor: add button pressed request (Dusan Klinec) 827f52ad wallet: API changes to enable passphrase entry (Dusan Klinec)
| * device/trezor: add button pressed requestDusan Klinec2019-04-071-0/+1
| |
* | Add NanoX supportcslashm2019-04-013-5/+26
|/
* Add get_tx_proof support, needed for new sanity checkcslashm2019-03-286-36/+157
| | | | Enhance debug info
* Add support for V11 protocol with BulletProofV2 and short amount.cslashm2019-03-286-43/+90
| | | | | New scheme key destination contrfol Fix dummy decryption in debug mode
* Add application version compatibility check.cslashm2019-03-282-2/+30
|
* Merge pull request #5211Riccardo Spagni2019-03-212-4/+113
|\ | | | | | | | | | | c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec) a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec) d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
| * device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-202-4/+113
| | | | | | | | | | | | | | | | | | | | | | | | - import only key images generated by cold signing process - wallet_api: trezor methods added - wallet: button request code added - const added to methods - wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device. - simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature - live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users. - device: has_ki_live_refresh added - a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
* | Update 2019 copyrightbinaryFate2019-03-0513-13/+13
|/
* various: remove unused variablesmoneromooo-monero2019-03-041-5/+1
|
* Add support for V10 protocol with BulletProofV2 and short amount.cslashm2019-02-081-13/+34
|
* Fix dummy decryption in debug modecslashm2019-02-081-1/+3
|
* fix log namespacecslashm2019-02-081-45/+45
|
* New scheme key destination contrfolcslashm2019-02-085-22/+223
| | | | Implies protocol version management.