<?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 — what type of random number generator WolfSSL uses and how it is seeded]]></title>
		<link>https://www.wolfssl.com/forums/topic663-what-type-of-random-number-generator-wolfssl-uses-and-how-it-is-seeded.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic663.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in what type of random number generator WolfSSL uses and how it is seeded.]]></description>
		<lastBuildDate>Tue, 23 Jun 2015 15:14:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: what type of random number generator WolfSSL uses and how it is seeded]]></title>
			<link>https://www.wolfssl.com/forums/post2044.html#p2044</link>
			<description><![CDATA[<p>wolfSSL has two PRNG functions that can be selected at build time: ARC4 using the entropy source (GenerateSeed() function) to provide a key or a SHA-256 Hash_DRBG (described in NIST SP 900-80A) seeded with the entropy source. If you are using &quot;configure&quot; to set up your build, the Hash_DRBG is enabled by default. If you are building through Visual Studio, the ARC4 PRNG is used.</p><p>The entropy seed for either PRNG is obtained with the GenerateSeed() function. There are several GenerateSeed() example functions in file random.c, most of which can be used depending on your environment. On Linux or Mac OS X, &quot;/dev/urandom&quot; is read for the seeding. On Windows, the equivalent source is read. Some of the embedded processors have their own built in hardware entropy sources and we call their API. If we don&#039;t have an example that suits your needs you have to provide your own GenerateSeed(), and we can help with that.</p><p>For QNX you could set the flag &quot;HAVE_HASHDRBG&quot; and use the Linux-style GenerateSeed() reading from /dev/urandom.</p><p>I hope this helps.</p>]]></description>
			<author><![CDATA[null@example.com (john)]]></author>
			<pubDate>Tue, 23 Jun 2015 15:14:09 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2044.html#p2044</guid>
		</item>
		<item>
			<title><![CDATA[what type of random number generator WolfSSL uses and how it is seeded]]></title>
			<link>https://www.wolfssl.com/forums/post2041.html#p2041</link>
			<description><![CDATA[<p>we are using wolfSSL on a QNX 6.6 platform</p><p>QNX uses Yarrow Pseudo-random number generator (PRNG)</p><p><a href="http://www.qnx.com/developers/docs/660/index.jsp?topic=%2Fcom.qnx.doc.neutrino.utilities%2Ftopic%2Fr%2Frandom.html&amp;resultof=%22random%22%20.">http://www.qnx.com/developers/docs/660/ … dom%22%20.</a></p><br /><br /><p>what type of random number generator WolfSSL uses and how it is seeded?</p>]]></description>
			<author><![CDATA[null@example.com (delphiwolf)]]></author>
			<pubDate>Tue, 23 Jun 2015 02:04:15 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2041.html#p2041</guid>
		</item>
	</channel>
</rss>
