<?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] TLS connection using usb serial]]></title>
		<link>https://www.wolfssl.com/forums/topic1510-solved-tls-connection-using-usb-serial.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1510.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] TLS connection using usb serial.]]></description>
		<lastBuildDate>Mon, 02 Mar 2020 16:33:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] TLS connection using usb serial]]></title>
			<link>https://www.wolfssl.com/forums/post5131.html#p5131</link>
			<description><![CDATA[<p>Hi yighax2,</p><p>Check out our wolfssl-examples repo. We have a few examples that will help you with this:</p><p><a href="https://github.com/wolfSSL/wolfssl-examples/tree/master/custom-io-callbacks">https://github.com/wolfSSL/wolfssl-exam … -callbacks</a><br /><a href="https://github.com/wolfSSL/wolfssl-examples/tree/master/tls">https://github.com/wolfSSL/wolfssl-exam … master/tls</a><br />See the &quot;-callback&quot; TLS examples</p><p>These use our custom IO callbacks, which are set using:<br />wolfSSL_CTX_SetIORecv(ctx, my_IORecv);<br />wolfSSL_CTX_SetIOSend(ctx, my_IOSend);</p><p>You can also set a custom pointer context using:<br />wolfSSL_SetIOReadCtx(ssl, &amp;recvCtx);<br />wolfSSL_SetIOWriteCtx(ssl, &amp;sendCtx);</p><p>You can build with `WOLFSSL_USER_IO` to disable the internal &quot;socket&quot; handling and require use of these IO callbacks.</p><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Mon, 02 Mar 2020 16:33:56 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5131.html#p5131</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] TLS connection using usb serial]]></title>
			<link>https://www.wolfssl.com/forums/post5130.html#p5130</link>
			<description><![CDATA[<p>Hi,<br />i&#039;d like to ask, if there are any examples (github, etc) of tls connection using usb serial.<br />I searched in section &quot;wolfssl examples&quot;, but didn&#039;t find any. <br />Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (yighax2)]]></author>
			<pubDate>Sun, 01 Mar 2020 14:35:12 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5130.html#p5130</guid>
		</item>
	</channel>
</rss>
