<?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 — How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
		<link>https://www.wolfssl.com/forums/topic1568-how-to-connect-ntru-library-in-wolfssl-and-migrate-to-openssl.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1568.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to connect NTRU library in wolfssl, and migrate to openssl.]]></description>
		<lastBuildDate>Fri, 03 Jul 2020 22:37:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5333.html#p5333</link>
			<description><![CDATA[<p>Oh, yes, one more thing to inform you, my project assignment is to create self-signed certificate, but the algorithms are mix with NTRU, so i tried it on LAN connection first to make it sure it&#039;s run smoothly. It might help you to understand my problems.</p><p>Thankyou very much, Kaleb.</p><p>Verin.</p>]]></description>
			<author><![CDATA[null@example.com (laurensiaaverin)]]></author>
			<pubDate>Fri, 03 Jul 2020 22:37:15 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5333.html#p5333</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5332.html#p5332</link>
			<description><![CDATA[<p>Great! Thank you so much for your amazing help! </p><p>I&#039;ll try it first and running it.</p><p>But i have one more question, it&#039;s related to my project assignment. Is it any possible way to enable it in apache? &#039;Cause, i want to try it on LAN connection first</p>]]></description>
			<author><![CDATA[null@example.com (laurensiaaverin)]]></author>
			<pubDate>Fri, 03 Jul 2020 22:25:04 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5332.html#p5332</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5326.html#p5326</link>
			<description><![CDATA[<p>Here is the key (can only attach one file at a time)</p><p>- K</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Thu, 02 Jul 2020 14:54:20 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5326.html#p5326</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5325.html#p5325</link>
			<description><![CDATA[<p>laurensiaaverin,</p><p>My apologies it is unclear. Here is a link to the code: <a href="https://github.com/wolfSSL/wolfssl/blob/master/wolfcrypt/test/test.c#L13640-L13817">https://github.com/wolfSSL/wolfssl/blob … 640-L13817</a></p><div class="quotebox"><blockquote><p>I mean, can u give some example certificate generate with that command line in Linux, please?</p></blockquote></div><p>I can not, the example we have is programatic. If you need to write a custom little application that takes in user input you could do that easily enough!</p><p>I&#039;ve attached the example cert and key.</p><p>Warm Regards,</p><p>K</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Thu, 02 Jul 2020 14:52:26 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5325.html#p5325</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5323.html#p5323</link>
			<description><![CDATA[<p>Im sorry, i didnt quiet understand this one :</p><p>To generate these one can use the APIs&#039; wc_MakeNtruCert() and ntru_crypto_ntru_encrypt_keygen(). For a reference example please checkout wolfssl-root/wolfcrypt/test/test.c and find the section wrapped by &quot;#ifdef HAVE_NTRU&quot;. In that section we create the new key and update the certificate.</p><p>Im still trying to understand it, but it seems im not even reach that part yet. I mean, can u give some example certificate generate with that command line in Linux, please?</p>]]></description>
			<author><![CDATA[null@example.com (laurensiaaverin)]]></author>
			<pubDate>Thu, 02 Jul 2020 03:00:57 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5323.html#p5323</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5321.html#p5321</link>
			<description><![CDATA[<p>laurensiaaverin,</p><p>You do need to link the ntru crypto from github. wolfSSL has API&#039;s that rely on the ntru crypto library but make it easier for users to consume.</p><p>Warm Regards,</p><p>K</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Wed, 01 Jul 2020 17:11:25 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5321.html#p5321</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5320.html#p5320</link>
			<description><![CDATA[<p>Hello K, </p><p>Which is mean, i dont have to link the NTRU Crypto from github to wolfssl? Because there&#039;s already NTRU lib in wolfssl?</p>]]></description>
			<author><![CDATA[null@example.com (laurensiaaverin)]]></author>
			<pubDate>Wed, 01 Jul 2020 16:58:05 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5320.html#p5320</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5317.html#p5317</link>
			<description><![CDATA[<p>Hi laurensiaaverin,</p><p>There is an ntru cert and key provided for testing in wolfssl-root/certs/ntru-cert.pem wolfssl-root/certs/ntru-key.raw.</p><p>To generate these one can use the APIs&#039; wc_MakeNtruCert() and ntru_crypto_ntru_encrypt_keygen(). For a reference example please checkout wolfssl-root/wolfcrypt/test/test.c and find the section wrapped by &quot;#ifdef HAVE_NTRU&quot;. In that section we create the new key and update the certificate.</p><p>Let us know if this helps.</p><p>Warm Regards,</p><p>K</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Wed, 01 Jul 2020 14:40:53 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5317.html#p5317</guid>
		</item>
		<item>
			<title><![CDATA[How to connect NTRU library in wolfssl, and migrate to openssl]]></title>
			<link>https://www.wolfssl.com/forums/post5316.html#p5316</link>
			<description><![CDATA[<p>Hello, i&#039;ve been working on my project for 2 months, and im stuck at this state, im wondering if someone can guide me privately or some other ways, it will helpful and great for me!</p><p>So, long story short, my plans are create certificate that it&#039;s algorithm fusion with NTRU, so i added NTRU library to wolf ssl with this </p><p>./configure --with-ntru=/usr/local/lib/ --enable-all CFLAGS=&quot;-DWOLFSSL_STATIC_RSA&quot; --enable-opensslextra</p><p>and opensslextra to migrate to openssl as the manual guide said.</p><p>What am i supposse to do to creating certificate using NTRU library?</p>]]></description>
			<author><![CDATA[null@example.com (laurensiaaverin)]]></author>
			<pubDate>Wed, 01 Jul 2020 05:21:27 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5316.html#p5316</guid>
		</item>
	</channel>
</rss>
