<?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] Build error with SNI TLS extension and NO_FILESYSTEM]]></title>
		<link>https://www.wolfssl.com/forums/topic491-solved-build-error-with-sni-tls-extension-and-nofilesystem.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic491.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] Build error with SNI TLS extension and NO_FILESYSTEM.]]></description>
		<lastBuildDate>Wed, 15 Jan 2014 14:04:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Build error with SNI TLS extension and NO_FILESYSTEM]]></title>
			<link>https://www.wolfssl.com/forums/post1505.html#p1505</link>
			<description><![CDATA[<p>Hi Daniel,</p><p>I pushed the fix to our embedded SSL github HEAD. Thanks for the catch.</p><p>Best regards,<br />Moisés</p>]]></description>
			<author><![CDATA[null@example.com (moises.guimaraes)]]></author>
			<pubDate>Wed, 15 Jan 2014 14:04:36 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1505.html#p1505</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Build error with SNI TLS extension and NO_FILESYSTEM]]></title>
			<link>https://www.wolfssl.com/forums/post1501.html#p1501</link>
			<description><![CDATA[<p>I encountered a build error when using TLS extensions and especially the SNI extension with <strong>NO_FILESYSTEM</strong> defined at the same time.</p><p>The error is </p><div class="codebox"><pre><code>undefined reference to `test_CyaSSL_client_server&#039;</code></pre></div><p> while linking and occurs a couple of times with /tests/api.c.</p><p>The source of the problem seems to be that the function<br /></p><div class="codebox"><pre><code>void test_CyaSSL_client_server(callback_functions* client_callbacks,
                                          callback_functions* server_callbacks);</code></pre></div><p>is within the following define:<br /></p><div class="codebox"><pre><code>#if !defined(NO_FILESYSTEM) &amp;&amp; !defined(NO_CERTS)</code></pre></div><p>whereas the function<br /></p><div class="codebox"><pre><code>void test_CyaSSL_UseSNI(void)</code></pre></div><p>which calls <strong>test_CyaSSL_client_server</strong> multiple times is only within the following defines:<br /></p><div class="codebox"><pre><code>#ifdef HAVE_TLS_EXTENSIONS
#ifdef HAVE_SNI</code></pre></div><p>Regards,<br />Daniel</p>]]></description>
			<author><![CDATA[null@example.com (Zeddi)]]></author>
			<pubDate>Thu, 09 Jan 2014 10:20:37 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1501.html#p1501</guid>
		</item>
	</channel>
</rss>
