<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — Import ecc key is hanging/returning err after compression]]></title>
		<link>https://www.wolfssl.com/forums/topic1732-import-ecc-key-is-hangingreturning-err-after-compression.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1732.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Import ecc key is hanging/returning err after compression.]]></description>
		<lastBuildDate>Wed, 28 Apr 2021 16:44:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Import ecc key is hanging/returning err after compression]]></title>
			<link>https://www.wolfssl.com/forums/post5972.html#p5972</link>
			<description><![CDATA[<p>Hi @ddnr,</p><p>Can you share what version of Gecko you are using?<br />Can you also check what version of SE firmware (I think you can check in the IDE or using this <a href="https://docs.silabs.com/gecko-platform/latest/service/api/group-sl-se-manager-util#ga2611f64267e361b466b11043701ccb01">API</a>)?</p><p>Cheers,</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 28 Apr 2021 16:44:25 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5972.html#p5972</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import ecc key is hanging/returning err after compression]]></title>
			<link>https://www.wolfssl.com/forums/post5969.html#p5969</link>
			<description><![CDATA[<p>Hello ddnr,</p><p>What curve are you specifying with wc_ecc_export_x963_ex()? <br />The API wc_ecc_import_x963() only supports the default curve for a key size.<br />That is, the import could be creating a key with the wrong curve.</p><p>The API wc_ecc_import_x963_ex() allows the caller to specify the curve ID.<br />The curve ID can be obtained by calling:<br /></p><div class="codebox"><pre><code>wc_ecc_get_curve_id_from_name(&quot;BRAINPOOLP160R1&quot;)</code></pre></div><p>Thanks,<br />Eric @ wolfSSL Support</p>]]></description>
			<author><![CDATA[null@example.com (embhorn)]]></author>
			<pubDate>Mon, 26 Apr 2021 19:31:44 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5969.html#p5969</guid>
		</item>
		<item>
			<title><![CDATA[Import ecc key is hanging/returning err after compression]]></title>
			<link>https://www.wolfssl.com/forums/post5968.html#p5968</link>
			<description><![CDATA[<p>Hello geeks,</p><p>We are using wolfssl in our project which is based on Silabs BLE mcu (BGM210PA32).</p><p>Initially we were using the wc_ecc_export_x963 and wc_ecc_import_x963, and the export and import was working fine.</p><p>Now when I use the export with compression wc_ecc_export_x963_ex ( it is successfully compressing to 33bytes) and then during the import the program is getting hanged indefinitely. Also sometimes I observed the error,<br />WC_HW_E&nbsp; = -248,&nbsp; /* Error with hardware crypto use */</p><p>I am quite sure the controller we use has Wolfssl Hardware acceleration support, but still couldn&#039;t understand why we get the -248 err.</p><p>Could you please comment on the hanging issue we observe while using the enabling the compression api.</p><p>For your info, these api&#039;s we use in our project to import and export:<br />wc_ecc_init()<br />wc_ecc_make_key_ex()<br />wc_ecc_export_x963_ex()<br />wc_ecc_import_x963</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (ddnr)]]></author>
			<pubDate>Mon, 26 Apr 2021 17:29:46 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5968.html#p5968</guid>
		</item>
	</channel>
</rss>
