<?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 — Logging bytestream while TLS handshake is on process]]></title>
		<link>https://www.wolfssl.com/forums/topic665-logging-bytestream-while-tls-handshake-is-on-process.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic665.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Logging bytestream while TLS handshake is on process.]]></description>
		<lastBuildDate>Wed, 24 Jun 2015 15:48:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Logging bytestream while TLS handshake is on process]]></title>
			<link>https://www.wolfssl.com/forums/post2047.html#p2047</link>
			<description><![CDATA[<p>You would need to create your own logging function. The easiest place to add this logging would be at the I/O callback. You can dump out the bytes as they are read or transmit from the socket.</p><p>You can also add the data dump for the send side in the function SendBuffered(). On the receive side, you could add the logging to the function ProcessReply() right below the statement &quot;WOLFSSL_MSG(&quot;received record layer msg&quot;);&quot; The input buffer would have the complete message at that point.</p>]]></description>
			<author><![CDATA[null@example.com (john)]]></author>
			<pubDate>Wed, 24 Jun 2015 15:48:44 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2047.html#p2047</guid>
		</item>
		<item>
			<title><![CDATA[Logging bytestream while TLS handshake is on process]]></title>
			<link>https://www.wolfssl.com/forums/post2046.html#p2046</link>
			<description><![CDATA[<p>We have a client and server TCP applications to perform TLS communication using WolfSSL APIs.<br />After we called wolfSSL_Debugging_ON() function, in console, wolfSSL is printing debug messages.<br />But we need the detail one level down like each message what bytestream is transmitted and received.</p><p>Eg. Handshake message is represented by 0x16 in TLS, likewise Alert protocol is 0x15 and ChangeCipherSpec is 0x14.<br />We want to see these details(byte streams in console)</p><p>Please help us in printing these information.</p>]]></description>
			<author><![CDATA[null@example.com (shriganesh.anandadamle)]]></author>
			<pubDate>Wed, 24 Jun 2015 04:07:27 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post2046.html#p2046</guid>
		</item>
	</channel>
</rss>
