<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/fuzz/CMakeLists.txt, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-04T11:54:53Z</updated>
<entry>
<title>Code modifications to integrate Ledger HW device into monero-wallet-cli.</title>
<updated>2018-03-04T11:54:53Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-02-20T16:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e745c1e38da8e54032660894bb2db0e9a49cccf2'/>
<id>urn:sha1:e745c1e38da8e54032660894bb2db0e9a49cccf2</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Tests: Fix building of two fuzz tests on Windows</title>
<updated>2018-01-28T13:51:02Z</updated>
<author>
<name>iDunk5400</name>
<email>iDunk5400@users.noreply.github.com</email>
</author>
<published>2018-01-28T13:51:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1c99a628e3b805aea54d8d6dd98f751c5955b72d'/>
<id>urn:sha1:1c99a628e3b805aea54d8d6dd98f751c5955b72d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add levin fuzz test</title>
<updated>2017-12-23T11:29:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-11T18:32:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ec724eb64ab4fc5dcc518efc606d630ebc89f119'/>
<id>urn:sha1:ec724eb64ab4fc5dcc518efc606d630ebc89f119</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add http client fuzz test</title>
<updated>2017-12-23T11:29:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-11T09:33:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a'/>
<id>urn:sha1:f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add parse_url fuzz test</title>
<updated>2017-12-23T11:29:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-10T20:17:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0272df9e614d472973fbcbdb50591d2dcd8eb10c'/>
<id>urn:sha1:0272df9e614d472973fbcbdb50591d2dcd8eb10c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add base58 fuzz test</title>
<updated>2017-12-23T11:27:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-10T15:52:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=261b0dd0e041e9e1fd5370cf5fca44ae2d84123e'/>
<id>urn:sha1:261b0dd0e041e9e1fd5370cf5fca44ae2d84123e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add load_from_binary/load_from_json fuzzers</title>
<updated>2017-12-23T11:27:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-09T23:04:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=95aa0bf79b968d7ea04a51561a176ae1f5a460bd'/>
<id>urn:sha1:95aa0bf79b968d7ea04a51561a176ae1f5a460bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Cleanup test impact of moving blockchain_db_types()"</title>
<updated>2017-08-29T12:28:16Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-29T12:05:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3d19ab7067f86331d15c07e8cfe1f0a87d6832ed'/>
<id>urn:sha1:3d19ab7067f86331d15c07e8cfe1f0a87d6832ed</id>
<content type='text'>
This reverts commit 3dd34a49efd2954b0a5eb020abd168d9379b98c4.
</content>
</entry>
<entry>
<title>Cleanup test impact of moving blockchain_db_types()</title>
<updated>2017-08-22T14:11:28Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-22T14:10:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3dd34a49efd2954b0a5eb020abd168d9379b98c4'/>
<id>urn:sha1:3dd34a49efd2954b0a5eb020abd168d9379b98c4</id>
<content type='text'>
</content>
</entry>
</feed>
