<?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 — Building wolfSSL with OpenVPN (from old forums)]]></title>
		<link>https://www.wolfssl.com/forums/topic25-building-wolfssl-with-openvpn-from-old-forums.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic25.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Building wolfSSL with OpenVPN (from old forums).]]></description>
		<lastBuildDate>Wed, 09 Feb 2011 17:43:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post140.html#p140</link>
			<description><![CDATA[<p>Agreed. But the configure script should be able to weed out whatever one does not want/need - or simply default to turning everything off, except the &quot;standard&quot; wolfSSL configuration.&nbsp; It is important to be able to keep the library size down to a minimum, without doing anything other than &quot;./configure &amp;&amp; make&quot;.</p><p>So people who want any available extra functionality can turn them on, with, for example, &quot;--enable-openvpn&quot; or something like that.</p>]]></description>
			<author><![CDATA[null@example.com (jeff01)]]></author>
			<pubDate>Wed, 09 Feb 2011 17:43:34 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post140.html#p140</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post134.html#p134</link>
			<description><![CDATA[<p>Definitely.&nbsp; Though to be a perfect drop in replacement we&#039;d have to implement the several thousand function calls they support, and that would probably negate the size advantage.</p>]]></description>
			<author><![CDATA[null@example.com (todd)]]></author>
			<pubDate>Mon, 07 Feb 2011 19:13:57 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post134.html#p134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post133.html#p133</link>
			<description><![CDATA[<p>Ok, thanks. I would venture to say that, for embedded ssl systems, the option to replace openssl with wolfSSL might be quite a significant attraction.</p>]]></description>
			<author><![CDATA[null@example.com (jeff01)]]></author>
			<pubDate>Mon, 07 Feb 2011 18:54:35 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post133.html#p133</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post130.html#p130</link>
			<description><![CDATA[<p>It was a little more work than I thought and we never finished it.&nbsp; We have enough customer/ potential customer work right though that our efforts for other project compatibility has fallen off.&nbsp; It&#039;s certainly on our todo list.&nbsp; Maybe we can devout some time to it later this month.&nbsp; We&#039;d also assist anyone trying to do it themselves if that&#039;s an option.</p>]]></description>
			<author><![CDATA[null@example.com (todd)]]></author>
			<pubDate>Fri, 04 Feb 2011 21:23:32 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post130.html#p130</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post126.html#p126</link>
			<description><![CDATA[<p>Any luck with this?</p>]]></description>
			<author><![CDATA[null@example.com (jeff01)]]></author>
			<pubDate>Fri, 04 Feb 2011 11:01:33 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post126.html#p126</guid>
		</item>
		<item>
			<title><![CDATA[Building wolfSSL with OpenVPN (from old forums)]]></title>
			<link>https://www.wolfssl.com/forums/post29.html#p29</link>
			<description><![CDATA[<p>1.<br />&nbsp; &nbsp; &nbsp; kriegaex</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2007-10-01 01:14:52 UTC<br />&nbsp; &nbsp; &nbsp; Probably I am asking too much, but I would like to know how realistic it would be to use libcyassl as a drop-in replacement for OpenSSL (libcrypto, libssh) in connection with OpenVPN on an embedded platform (mipsel Linux, kernel 2.6.13.1) featuring BusyBox, /dev/urandom etc. The same question applies to stunnel, but I just pushed another thread concerning stunnel anyway.<br />&nbsp; &nbsp;2.<br />&nbsp; &nbsp; &nbsp; kriegaex</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2007-10-01 01:19:21 UTC<br />&nbsp; &nbsp; &nbsp; BTW: The lib cross-compiles without any problems for my platform (mipsel-linux-uclibc), the testsuite is also okay:</p><p>&nbsp; &nbsp; &nbsp; $ ./testsuite<br />&nbsp; &nbsp; &nbsp; MD5 test passed!<br />&nbsp; &nbsp; &nbsp; SHA test passed!<br />&nbsp; &nbsp; &nbsp; SHA-256 test passed!<br />&nbsp; &nbsp; &nbsp; HMAC test passed!<br />&nbsp; &nbsp; &nbsp; ARC4 test passed!<br />&nbsp; &nbsp; &nbsp; DES test passed!<br />&nbsp; &nbsp; &nbsp; DES3 test passed!<br />&nbsp; &nbsp; &nbsp; AES test passed!<br />&nbsp; &nbsp; &nbsp; RANDOM test passed!<br />&nbsp; &nbsp; &nbsp; RSA test passed!<br />&nbsp; &nbsp; &nbsp; OPENSSL test passed!<br />&nbsp; &nbsp; &nbsp; Client message: hello wolfssl!<br />&nbsp; &nbsp; &nbsp; Server response: I hear you fa shizzle!<br />&nbsp; &nbsp; &nbsp; yassl error: can&#039;t open input file<br />&nbsp; &nbsp;3.<br />&nbsp; &nbsp; &nbsp; touskaProject Admin</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2007-10-01 19:07:05 UTC<br />&nbsp; &nbsp; &nbsp; I&#039;ll spend some time this week getting wolfSSL to compile, link, and run with OpenVPN. I&#039;ll update this message when it&#039;s ready.</p>]]></description>
			<author><![CDATA[null@example.com (larry)]]></author>
			<pubDate>Tue, 16 Nov 2010 05:18:17 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post29.html#p29</guid>
		</item>
	</channel>
</rss>
