| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix send scalar z in plaintext | François Colas | 2020-08-28 | 1 | -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 protocol version with Ledger's HW | François Colas | 2020-08-28 | 1 | -1/+1 |
| | | |||||
| * | draft support of clsag | cslashm | 2020-08-27 | 1 | -0/+152 |
| | | |||||
| * | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 1 | -3/+3 |
| | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | Merge pull request #6661 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ | | | | | | | 267ce5b71 avoid a couple needless copies (moneromooo-monero) | ||||
| | * | avoid a couple needless copies | moneromooo-monero | 2020-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #6565 | Alexander Blair | 2020-07-19 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | 72cdfa4a2 fix a few typos in error messages (moneromooo-monero) | ||||
| | * | | fix a few typos in error messages | moneromooo-monero | 2020-05-19 | 1 | -4/+4 |
| | |/ | | | | | | | Reported by adrelanos | ||||
| * | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | |/ | | | | | | | Update copyright year to 2020 | ||||
| * / | Fix incorrect lenght of command INS_PREFIX_HASH | François Colas | 2020-05-27 | 1 | -2/+2 |
| |/ | | | | | buffer_send[4] (LC) is an unsigned char, len should not exceed 254 (255 - 1 for the option). | ||||
| * | Merge pull request #6436 | luigi1111 | 2020-05-01 | 1 | -1/+77 |
| |\ | | | | | | | 688a3e8 Add timelock verification on device (cslashm) | ||||
| | * | Add timelock verification on device | cslashm | 2020-04-08 | 1 | -1/+77 |
| | | | |||||
| * | | device_ledger: include status code name in error message | xiphon | 2020-02-08 | 1 | -1/+69 |
| |/ | |||||
| * | device: bounds checking in Ledger send_secret/receive_secret | xiphon | 2019-10-25 | 1 | -0/+4 |
| | | |||||
| * | Fix debug feature | cslashm | 2019-10-03 | 1 | -0/+2 |
| | | |||||
| * | Revert PR #5835 (export view key) | cslashm | 2019-10-03 | 1 | -1/+1 |
| | | |||||
| * | Add display address | cslashm | 2019-10-03 | 1 | -0/+23 |
| | | |||||
| * | Add hmac over encrypted value during transaction | cslashm | 2019-10-03 | 1 | -90/+145 |
| | | |||||
| * | Merge pull request #5835 | luigi1111 | 2019-09-08 | 1 | -1/+1 |
| |\ | | | | | | | 26f7a26 device: fix ledger requesting secret keys export twice (xiphon) | ||||
| | * | device: fix ledger requesting secret keys export twice | xiphon | 2019-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 2019-08-26 | 1 | -1/+3 |
| |/ | | | | Coverity 200183 | ||||
| * | Fix GCC 9.1 build warnings | moneromooo-monero | 2019-06-09 | 1 | -0/+14 |
| | | | | | GCC wants operator= aand copy ctor to be both defined, or neither | ||||
| * | Add NanoX support | cslashm | 2019-04-01 | 1 | -1/+6 |
| | | |||||
| * | Add get_tx_proof support, needed for new sanity check | cslashm | 2019-03-28 | 1 | -19/+126 |
| | | | | | Enhance debug info | ||||
| * | Add support for V11 protocol with BulletProofV2 and short amount. | cslashm | 2019-03-28 | 1 | -43/+78 |
| | | | | | | New scheme key destination contrfol Fix dummy decryption in debug mode | ||||
| * | Add application version compatibility check. | cslashm | 2019-03-28 | 1 | -2/+18 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | various: remove unused variables | moneromooo-monero | 2019-03-04 | 1 | -5/+1 |
| | | |||||
| * | Add support for V10 protocol with BulletProofV2 and short amount. | cslashm | 2019-02-08 | 1 | -13/+34 |
| | | |||||
| * | fix log namespace | cslashm | 2019-02-08 | 1 | -45/+45 |
| | | |||||
| * | New scheme key destination contrfol | cslashm | 2019-02-08 | 1 | -7/+147 |
| | | | | | Implies protocol version management. | ||||
| * | Merge pull request #5055 | Riccardo Spagni | 2019-01-28 | 1 | -5/+34 |
| |\ | | | | | | | 6c060e6a device: proper handling of user input (selsta) | ||||
| | * | device: proper handling of user input | selsta | 2019-01-09 | 1 | -5/+34 |
| | | | | | | | | | | | | | | | | | | | (1) If the user denies something on the Ledger, a proper error message is now shown. (2) Ledger doesn't time out anymore while waiting on user input. (3) Lower the timeout to 2 seconds, this is enough for normal Ledger <-> System communication. | ||||
| * | | Merge pull request #5054 | Riccardo Spagni | 2019-01-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 93c21644 device_ledger: remove full_name variable (selsta) | ||||
| | * | | device_ledger: remove full_name variable | selsta | 2019-01-09 | 1 | -1/+1 |
| | |/ | | | | | | | | | This variable was never set, resulting in the device name always showing as "disconnected". | ||||
| * / | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 2019-01-22 | 1 | -4/+4 |
| |/ | | | | Found by knaccc | ||||
| * | remove some unused code | moneromooo-monero | 2018-11-23 | 1 | -2/+0 |
| | | | | | Found by codacy.com | ||||
| * | ringct: use dummy bulletproofs when in fake mode, for speed | moneromooo-monero | 2018-10-23 | 1 | -1/+1 |
| | | |||||
| * | device: extended logging, refactored device selection code | xiphon | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | device: increase ledger timeout to 2 minutes | selsta | 2018-10-09 | 1 | -1/+1 |
| | | |||||
| * | Remove last traces of libpcsc-lite | moneromooo-monero | 2018-10-08 | 1 | -9/+0 |
| | | |||||
| * | Replace USB-CCID (smartcard) by USB-HID | cslashm | 2018-09-24 | 1 | -140/+60 |
| | | | | | | | Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac Split Ledger logic and device IO | ||||
| * | Add bulletproof support | cslashm | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
| | | | | | Also constrains bulletproofs to simple rct, for simplicity | ||||
| * | add and use constant time 32 byte equality function | moneromooo-monero | 2018-08-23 | 1 | -1/+2 |
| | | |||||
| * | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 2018-08-08 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #4032 | luigi1111 | 2018-07-19 | 1 | -411/+57 |
| |\ | | | | | | | 87e158b device_ledger: factor the prologue code (moneromooo-monero) | ||||
| | * | device_ledger: factor the prologue code | moneromooo-monero | 2018-06-25 | 1 | -411/+57 |
| | | | |||||
| * | | Merge pull request #4043 | Riccardo Spagni | 2018-07-03 | 1 | -5/+8 |
| |\ \ | | | | | | | | | | | | | | | | 34de7bc2 device_ledger: fix buffer underflow on bad data from device (moneromooo-monero) 41e9cab4 device: misc cleanup (moneromooo-monero) 3b4dec2d device_ledger: fix potential buffer overflow from bad size calc (moneromooo-monero) | ||||
