<?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] DTLS with certificates example]]></title>
		<link>https://www.wolfssl.com/forums/topic600-solved-dtls-with-certificates-example.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic600.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] DTLS with certificates example.]]></description>
		<lastBuildDate>Fri, 21 Nov 2014 09:48:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] DTLS with certificates example]]></title>
			<link>https://www.wolfssl.com/forums/post1842.html#p1842</link>
			<description><![CDATA[<p>Thank you. That solved the problem.</p>]]></description>
			<author><![CDATA[null@example.com (pepelu)]]></author>
			<pubDate>Fri, 21 Nov 2014 09:48:41 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1842.html#p1842</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] DTLS with certificates example]]></title>
			<link>https://www.wolfssl.com/forums/post1826.html#p1826</link>
			<description><![CDATA[<div class="quotebox"><cite>pepelu wrote:</cite><blockquote><p>When trying to run the examples from version 3.0.0 with DTLS (option -u) I keep having: <br />yassl error: Bad SSL version.<br />When adding CYASSL_DTLS to the preprocessor options, VS cannot build as it encounters some errors:</p><div class="codebox"><pre><code>error LNK2019: unresolved external symbol _CyaDTLSv1_server_method referenced in function _server_test@4
error LNK2019: unresolved external symbol _CyaDTLSv1_2_server_method referenced in function _server_test@4
error LNK2019: unresolved external symbol _CyaSSL_dtls_get_current_timeout referenced in function _NonBlockingSSL_Accept
error LNK2019: unresolved external symbol _CyaSSL_dtls_got_timeout referenced in function _NonBlockingSSL_Accept</code></pre></div></blockquote></div><p>Did you add CYASSL_DTLS to only the server&#039;s preprocessor options or to the server, client, and CyaSSL library&#039;s preprocessor options?</p><div class="quotebox"><cite>pepelu wrote:</cite><blockquote><p>Another problem I have encountered is that when doing the same exchange but without -u option, using TLS I can made the handshake and the output is good but Wireshark does not show the traffic as TLS but as TCP messages. Anyone had also have this problem?</p></blockquote></div><p>Wireshark usually picks the protocol based on the port number, so it knows that 443 is HTTP over TLS and decodes it as expected. Our test server uses port 11111 so Wireshark isn’t assuming anything about it. You need to select one of the packets and bring up the pop-up menu selecting “Decode As…”, then select “SSL” from the list of protocols.</p>]]></description>
			<author><![CDATA[null@example.com (john)]]></author>
			<pubDate>Wed, 12 Nov 2014 00:34:07 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1826.html#p1826</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] DTLS with certificates example]]></title>
			<link>https://www.wolfssl.com/forums/post1818.html#p1818</link>
			<description><![CDATA[<p>When trying to run the examples from embedded SSL version 3.0.0 with DTLS (option -u) I keep having: <br />wolfSSL error: Bad SSL version.<br />When adding CyaSSL_DTLS to the preprocessor options, VS cannot build as it encounters some errors:</p><div class="codebox"><pre><code>error LNK2019: unresolved external symbol _CyaDTLSv1_server_method referenced in function _server_test@4
error LNK2019: unresolved external symbol _CyaDTLSv1_2_server_method referenced in function _server_test@4
error LNK2019: unresolved external symbol _CyaSSL_dtls_get_current_timeout referenced in function _NonBlockingSSL_Accept
error LNK2019: unresolved external symbol _CyaSSL_dtls_got_timeout referenced in function _NonBlockingSSL_Accept</code></pre></div><br /><p>Another problem I have encountered is that when doing the same exchange but without -u option, using TLS I can made the handshake and the output is good but Wireshark does not show the traffic as TLS but as TCP messages. Anyone had also have this problem?</p>]]></description>
			<author><![CDATA[null@example.com (pepelu)]]></author>
			<pubDate>Wed, 05 Nov 2014 13:06:24 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1818.html#p1818</guid>
		</item>
	</channel>
</rss>
