<?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 — wc_ecc_import_raw input parameters]]></title>
		<link>https://www.wolfssl.com/forums/topic732-wceccimportraw-input-parameters.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic732.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in wc_ecc_import_raw input parameters.]]></description>
		<lastBuildDate>Sat, 21 Nov 2015 13:56:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2339.html#p2339</link>
			<description><![CDATA[<p>Hello, </p><p>Thank you for checking in! I got wc_ecc_import_raw() working. As far as I understood, wc_ecc_import_raw() is the only function I can use if I want to import ECC keys generated by openssl. Or could I also use the two functions that you mentioned? </p><p>I have a new issue though: I try to measure the average time wc_ecc_verify_hash takes. The first signature verification always takes around 2200 ms, but the subsequent verifications of the same signature take only 330 ms. I looked for a code mistake, but couldn&#039;t find one. Could it be that something stays in the cache? </p><p>Thank you very much!<br />Olga</p>]]></description>
			<author><![CDATA[null@example.com (olga)]]></author>
			<pubDate>Sat, 21 Nov 2015 13:56:41 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2339.html#p2339</guid>
		</item>
		<item>
			<title><![CDATA[Re: wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2317.html#p2317</link>
			<description><![CDATA[<p>Hi Olga,</p><p>Just checking in to see if you got your ECC key import working.&nbsp; I wanted to point out that we have several other ECC key import functions as well:</p><div class="codebox"><pre><code>int wc_ecc_import_x963(const byte* in, word32 inLen, ecc_key* key);
int wc_ecc_import_private_key(const byte* priv, word32 privSz, const byte* pub, word32 pubSz, ecc_key* key);</code></pre></div><p>Our API docs for ECC functions are located here:</p><p><a href="https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-18-14-wolfcrypt-api-ecc.html">https://wolfssl.com/wolfSSL/Docs-wolfss … i-ecc.html</a></p><p>Best Regards,</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Tue, 17 Nov 2015 22:56:18 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2317.html#p2317</guid>
		</item>
		<item>
			<title><![CDATA[Re: wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2298.html#p2298</link>
			<description><![CDATA[<p>Hi olga,</p><p>That is good to hear. I will notify our team and we will fix the comments.</p><br /><p>Best,</p><p>Kaleb</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Thu, 05 Nov 2015 18:24:32 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2298.html#p2298</guid>
		</item>
		<item>
			<title><![CDATA[Re: wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2296.html#p2296</link>
			<description><![CDATA[<p>Dear Kaleb, </p><p>I think I figured it out - there is a mistake in the comments. The Qx and Qy input parameters are not the coordinates of the base point - these are the coordinates of the public key.</p><p>Best regards, <br />Olga</p>]]></description>
			<author><![CDATA[null@example.com (olga)]]></author>
			<pubDate>Thu, 05 Nov 2015 07:03:12 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2296.html#p2296</guid>
		</item>
		<item>
			<title><![CDATA[Re: wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2294.html#p2294</link>
			<description><![CDATA[<p>Hi olga,</p><p>I am looking into your question and will get back to you as soon as possible (hopefully tomorrow in the AM).</p><br /><p>Best Regards,</p><p>Kaleb</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Thu, 05 Nov 2015 00:03:02 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2294.html#p2294</guid>
		</item>
		<item>
			<title><![CDATA[wc_ecc_import_raw input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2279.html#p2279</link>
			<description><![CDATA[<p>I want to import the ecc key I generated with openssl with nistp384 curve using wc_ecc_import_raw(). What base point should i use? <br />I used Qx and Qy recommended for nistp384, d from the generated by openssl key, but the signature generatted with the key does not verify. <br />The example from the test.c works fine. <br />Could someone help me on how to choose the parameters for wc_ecc_import_raw()? </p><p>-Olga</p>]]></description>
			<author><![CDATA[null@example.com (olga)]]></author>
			<pubDate>Thu, 29 Oct 2015 15:49:11 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2279.html#p2279</guid>
		</item>
	</channel>
</rss>
