<?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 — [SOLVED] Point to BIGNUM conversion]]></title>
		<link>https://www.wolfssl.com/forums/topic714-solved-point-to-bignum-conversion.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic714.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] Point to BIGNUM conversion.]]></description>
		<lastBuildDate>Wed, 23 Sep 2015 21:42:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Point to BIGNUM conversion]]></title>
			<link>https://www.wolfssl.com/forums/post2230.html#p2230</link>
			<description><![CDATA[<p>Thanks Chris!</p><p>I think</p><p>int wc_ecc_export_x963(ecc_key*, byte* out, word32* outLen);</p><p>would work in our case.</p><p>-DL</p>]]></description>
			<author><![CDATA[null@example.com (i_say_hi)]]></author>
			<pubDate>Wed, 23 Sep 2015 21:42:34 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2230.html#p2230</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Point to BIGNUM conversion]]></title>
			<link>https://www.wolfssl.com/forums/post2224.html#p2224</link>
			<description><![CDATA[<p>Do you need to export the key pair to an OpenSSL specific format, or can you export it to a normal DER or X9.63?&nbsp; We have the latter functionality in &lt;wolfssl/wolfcrypt/ecc.h&gt;</p><div class="codebox"><pre><code>int wc_ecc_export_x963(ecc_key*, byte* out, word32* outLen);
int wc_ecc_export_x963_ex(ecc_key*, byte* out, word32* outLen, int compressed);
int wc_ecc_export_private_only(ecc_key* key, byte* out, word32* outLen);
int wc_ecc_export_point_der(const int curve_idx, ecc_point* point, byte* out, word32* outLen);</code></pre></div><p>Best Regards,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Tue, 22 Sep 2015 22:36:37 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2224.html#p2224</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Point to BIGNUM conversion]]></title>
			<link>https://www.wolfssl.com/forums/post2221.html#p2221</link>
			<description><![CDATA[<p>Yes.&nbsp; I am trying to generate a new key pair and flatten the point data into a single buffer of octets in a similar way to OpenSSL.</p>]]></description>
			<author><![CDATA[null@example.com (i_say_hi)]]></author>
			<pubDate>Mon, 21 Sep 2015 21:08:15 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2221.html#p2221</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Point to BIGNUM conversion]]></title>
			<link>https://www.wolfssl.com/forums/post2220.html#p2220</link>
			<description><![CDATA[<p>Hi DL,</p><p>wolfSSL doesn&#039;t currently have a conversion function for an ecc_point to OpenSSL BIGNUM or octet string formats.</p><p>Can you tell me more about the project?&nbsp; Are you trying to do ECC key pair generation with wolfSSL in your firmware library?</p><p>Thanks,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Mon, 21 Sep 2015 20:57:00 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2220.html#p2220</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Point to BIGNUM conversion]]></title>
			<link>https://www.wolfssl.com/forums/post2207.html#p2207</link>
			<description><![CDATA[<p>Hi,</p><p>Is there a feature in WolfSSL to conveniently convert an ECC point to a single BIGNUM.&nbsp; A point is 3 BIGNUMs for x, y, and z coordinates in a single struct.&nbsp; For comparison, OpenSSL has a EC_POINT_point2bn function that does this.&nbsp; Incidentally, it also calls the EC_POINT_point2oct which I did not find equivalent for either.&nbsp; This function is called in a firmware library for ECC key pair generation.&nbsp; Anyone else ran into this issue?</p><p>Thanks!<br />-- DL</p>]]></description>
			<author><![CDATA[null@example.com (i_say_hi)]]></author>
			<pubDate>Thu, 17 Sep 2015 18:09:05 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2207.html#p2207</guid>
		</item>
	</channel>
</rss>
