<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/src, branch v0.14.1.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-06-14T08:48:25Z</updated>
<entry>
<title>ensure no NULL is passed to memcpy</title>
<updated>2019-06-14T08:48:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-29T08:17:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=434e617a1d7f2f6f6b4507ada00f9ab69d0bd27e'/>
<id>urn:sha1:434e617a1d7f2f6f6b4507ada00f9ab69d0bd27e</id>
<content type='text'>
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
</content>
</entry>
<entry>
<title>Merge pull request #5527</title>
<updated>2019-05-14T20:55:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-05-14T20:55:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=14723fc6e7a5a219c74c27e9232127e8fafcccfa'/>
<id>urn:sha1:14723fc6e7a5a219c74c27e9232127e8fafcccfa</id>
<content type='text'>
9a7a453 net_ssl: free certs after setting them up (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5519</title>
<updated>2019-05-14T20:52:32Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-05-14T20:52:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1fc1c7318cadce0ce3e27e525b443a763fb292dc'/>
<id>urn:sha1:1fc1c7318cadce0ce3e27e525b443a763fb292dc</id>
<content type='text'>
b8b957d cmake: fix incorrect hint for OPENSSL_ROOT_DIR (moneromooo-monero)
367bb80 mlog: default to not showing SSL errors (moneromooo-monero)
</content>
</entry>
<entry>
<title>net_ssl: free certs after setting them up</title>
<updated>2019-05-10T00:16:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-10T00:16:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9a7a453f258425e4958de45c1db35a9094ec9c35'/>
<id>urn:sha1:9a7a453f258425e4958de45c1db35a9094ec9c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net_ssl: SSL config tweaks for compatibility and security</title>
<updated>2019-05-07T10:01:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-01T22:01:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a62e0725715a7ce2bacf0487379130a402c7a3dd'/>
<id>urn:sha1:a62e0725715a7ce2bacf0487379130a402c7a3dd</id>
<content type='text'>
add two RSA based ciphers for Windows/depends compatibility
also enforce server cipher ordering
also set ECDH to auto because vtnerd says it is good :)

When built with the depends system, openssl does not include any
cipher on the current whitelist, so add this one, which fixes the
problem, and does seem sensible.
</content>
</entry>
<entry>
<title>mlog: default to not showing SSL errors</title>
<updated>2019-05-06T07:38:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-04T20:26:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=367bb80ae719fadb565a1618e8db5d7d4b67f107'/>
<id>urn:sha1:367bb80ae719fadb565a1618e8db5d7d4b67f107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change SSL certificate fingerprint whitelisting from SHA1 to SHA-256</title>
<updated>2019-04-26T11:37:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-25T16:35:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e0da6fb68446612844970be1e862f0e5bc25183'/>
<id>urn:sha1:5e0da6fb68446612844970be1e862f0e5bc25183</id>
<content type='text'>
SHA1 is too close to bruteforceable
</content>
</entry>
<entry>
<title>serialization: set default log category</title>
<updated>2019-04-21T09:26:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-21T09:22:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7a9316ebef2336caad9d2ea0babd10abc9a93925'/>
<id>urn:sha1:7a9316ebef2336caad9d2ea0babd10abc9a93925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabling daemon-rpc SSL now requires non-system CA verification</title>
<updated>2019-04-07T17:02:43Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-04-07T01:28:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e578b8214b8b47d7ddefceb1cbf2d8129e85a5a'/>
<id>urn:sha1:2e578b8214b8b47d7ddefceb1cbf2d8129e85a5a</id>
<content type='text'>
If `--daemon-ssl enabled` is set in the wallet, then a user certificate,
fingerprint, or onion/i2p address must be provided.
</content>
</entry>
<entry>
<title>Require manual override for user chain certificates.</title>
<updated>2019-04-07T04:44:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-04-04T17:35:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d58f368289709e0869c9b7927778339670cb85a7'/>
<id>urn:sha1:d58f368289709e0869c9b7927778339670cb85a7</id>
<content type='text'>
An override for the wallet to daemon connection is provided, but not for
other SSL contexts. The intent is to prevent users from supplying a
system CA as the "user" whitelisted certificate, which is less secure
since the key is controlled by a third party.
</content>
</entry>
</feed>
