<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71120/ecdsa-nrf52832-uecc-secure-bootloader</link><description>I want to build a secure boot loader for my custom board based on the nRF52832. 
 This post claims to walk through the process of building an example of a secure boot loader using ECDSA_P256_SHA256 for security. It lists two options for building a secure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Feb 2021 17:18:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71120/ecdsa-nrf52832-uecc-secure-bootloader" /><item><title>RE: ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/thread/292751?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 17:18:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:986cd6f1-ef3e-4fd5-8252-8bb39cd8bf7e</guid><dc:creator>RVM</dc:creator><description>&lt;p&gt;THank you. I will try to get back to this in a couple of weeks and let you know -- want to deliver something with whatever works now i.e. Oberon backend.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;RMV&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/thread/292633?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 09:56:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afba0e7b-a1ec-4a41-bb12-e71ab21ff855</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The library should have been built correctly as long as you used the Makefile. Maybe you could try the one I have compiled below and see if it gives the same result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;uECC nrf52hf_armgcc lib&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/micro_5F00_ecc_5F00_lib_5F00_nrf52.a"&gt;devzone.nordicsemi.com/.../micro_5F00_ecc_5F00_lib_5F00_nrf52.a&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/thread/292321?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 16:40:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d18a0fbb-7eab-4d03-9004-3f30b144707c</guid><dc:creator>RVM</dc:creator><description>&lt;p&gt;I am building with Eclipse and GCC so I only built the GCC version of micro-ecc under &amp;quot;external\micro-ecc\nrf52hf_armgcc\armgcc&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/thread/292311?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 15:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b387828-cb51-4399-b8a8-a2a7f8d4d444</guid><dc:creator>RVM</dc:creator><description>&lt;p&gt;Hi Vidar&lt;/p&gt;
&lt;p&gt;I was able to get ECDSA to work with Oberon. The nrf_sw_backend&amp;nbsp; version kept giving me a signature failure with error number 0x8542 (?).&lt;br /&gt;I could not figure out why (digging further, all I could figure out was that the &amp;#39;expected&amp;#39; and the &amp;#39;observered&amp;#39; signatures did not match) so I decided to switch to Oberon and see if that worked, which it did. &lt;br /&gt;I understand that the uECC version has a smaller memory footprint and I would really love to get that working but for now I have at least one variant working and that gives me a baseline for future experimentation.&lt;/p&gt;
&lt;p&gt;Thanks for your support here, and elsewhere, with this issue.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;RMV&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ECDSA + nRF52832 + uECC + secure bootloader?</title><link>https://devzone.nordicsemi.com/thread/292210?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 12:37:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:976717d0-e0b4-47a0-a4af-64d7b48697e0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you manage to build the uECC libraries with the &amp;#39;build_all.bat&amp;#39; helper script in \nRF5_SDK_16.0.0_98a08e2\external\micro-ecc? The bootloader project is by default configured to use the uECC library for ECDSA and the nrf_sw_backend_hash.c&amp;nbsp; (--&amp;gt; sha256.c) implementation for hashing.&lt;/p&gt;
&lt;p&gt;The &amp;quot;ECDSA_P256_SHA256&amp;quot; boot validation mode should also be supported out of the box.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>