Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 2 | -6/+9 | |
The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device. | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 8 | -8/+8 | |
2017-12-16 | Scrub keys from memory just before scope end. | moneromooo-monero | 1 | -0/+1 | |
Partially implements #74. Securely erases keys from memory after they are no longer needed. Might have a performance impact, which I haven't measured (perf measurements aren't generally reliable on laptops). Thanks to @stoffu for the suggestion to specialize the pod_to_hex/hex_to_pod functions. Using overloads + SFINAE instead generalizes it so other types can be marked as scrubbed without adding more boilerplate. | |||||
2017-10-07 | Subaddresses | kenshi84 | 1 | -5/+1 | |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -5/+5 | |
fix a cmakelist | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 8 | -8/+8 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -1/+3 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-03-16 | fixed "undefined reference" for boost::system library | Ilya Kitaev | 1 | -1/+2 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 8 | -8/+8 | |
2015-01-02 | year updated in license | Riccardo Spagni | 8 | -8/+8 | |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -0/+50 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 7 | -21/+203 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 8 | -0/+5808 | |