<?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 — RsaPublicKeyDecode input parameters]]></title>
		<link>https://www.wolfssl.com/forums/topic669-rsapublickeydecode-input-parameters.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic669.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in RsaPublicKeyDecode input parameters.]]></description>
		<lastBuildDate>Tue, 14 Jul 2015 20:31:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: RsaPublicKeyDecode input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2069.html#p2069</link>
			<description><![CDATA[<p>Hi lk,</p><p>The following link is to our wolfssl users manual. Chapter seven talks about certificates and key generation. Specifically Chapter 7 section 7 (7.7) directly addresses your concerns regarding RSA keys.</p><p><a href="http://wolfssl.com/wolfSSL/Docs-wolfssl-manual-7-keys-and-certificates.html">http://wolfssl.com/wolfSSL/Docs-wolfssl … cates.html</a></p><p>Example code of generating the &quot;der&quot;:</p><br /><div class="codebox"><pre><code>byte der[4096];
int  derSz = RsaKeyToDer(&amp;genKey, der, sizeof(der));
if (derSz &lt; 0)
   /* derSz contains error */;</code></pre></div><p>The buffer der now holds a DER format of the key.</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Tue, 14 Jul 2015 20:31:50 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2069.html#p2069</guid>
		</item>
		<item>
			<title><![CDATA[RsaPublicKeyDecode input parameters]]></title>
			<link>https://www.wolfssl.com/forums/post2052.html#p2052</link>
			<description><![CDATA[<p>Could someone please point me to the documentation of this function.</p><p>The question&nbsp; I have is, how do I(a embedded device on myside) or any peer embedded device generate the parameter &quot;der&quot; in &quot;RsaPublicKeyDecode(der, &amp;idx, &amp;key, (word32)derSz);&quot;</p><p>Is there any specific function that I would have to use?</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (lk)]]></author>
			<pubDate>Wed, 01 Jul 2015 01:38:06 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2052.html#p2052</guid>
		</item>
	</channel>
</rss>
