<?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 — Adding ssl_pending to wolfSSL embedded ssl library]]></title>
		<link>https://www.wolfssl.com/forums/topic15-adding-sslpending-to-wolfssl-embedded-ssl-library.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic15.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Adding ssl_pending to wolfSSL embedded ssl library.]]></description>
		<lastBuildDate>Tue, 09 Nov 2010 05:37:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Adding ssl_pending to wolfSSL embedded ssl library]]></title>
			<link>https://www.wolfssl.com/forums/post16.html#p16</link>
			<description><![CDATA[<p>1.<br />&nbsp; &nbsp; &nbsp; panpipi</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2006-09-25 11:15:56 MDT<br />&nbsp; &nbsp; &nbsp; Is it possible for wolfSSL to export a function that indicates whether an SSL session has incoming message ready for receiving? It would be useful to SSL applications that needs asynchrnous i/o, because wolfSSL buffers message leftover and hides SSL struct in wolfssl_int.c.<br />&nbsp; &nbsp;2.<br />&nbsp; &nbsp; &nbsp; touskaProject Admin</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2006-09-25 13:37:03 MDT<br />&nbsp; &nbsp; &nbsp; Sure, I can implement SSL_pending. I should have a patch for you tomorrow for your requests. Is there a reason you&#039;re using wolfSSL over yaSSL? I ask because yaSSL is much more mature and feature rich, the only reasons to use wolfSSL are for small size or if your system lacks a c++ compiler. You can still use yaSSL in a C project.<br />&nbsp; &nbsp;3.<br />&nbsp; &nbsp; &nbsp; panpipi</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2006-09-25 14:29:00 MDT<br />&nbsp; &nbsp; &nbsp; yes, I use wolfSSL for small size, just like I had to clone expat with 130 lines of C code to save 80 KB code size.<br />&nbsp; &nbsp;4.<br />&nbsp; &nbsp; &nbsp; ngustavson</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2006-09-26 17:02:48 MDT<br />&nbsp; &nbsp; &nbsp; I do this:</p><p>&nbsp; &nbsp; &nbsp; /**<br />&nbsp; &nbsp; &nbsp; * NZG addition<br />&nbsp; &nbsp; &nbsp; * doesn&#039;t uses standard s-&gt;method because it doesn&#039;t exist!<br />&nbsp; &nbsp; &nbsp; */<br />&nbsp; &nbsp; &nbsp; int SSL_pending(SSL *s) {<br />&nbsp; &nbsp; &nbsp; return(s-&gt;bufferedData.length?1:0);<br />&nbsp; &nbsp; &nbsp; }</p><p>&nbsp; &nbsp; &nbsp; Wput seems to use it.<br />&nbsp; &nbsp; &nbsp; Hasn&#039;t bitten me....yet.</p><p>&nbsp; &nbsp; &nbsp; NZG</p><p>&nbsp; &nbsp;5.<br />&nbsp; &nbsp; &nbsp; panpipi</p><p>&nbsp; &nbsp; &nbsp; [Avatar]<br />&nbsp; &nbsp; &nbsp; 2006-09-26 17:25:21 MDT<br />&nbsp; &nbsp; &nbsp; I did similarly, but still prefer official release.</p><p>&nbsp; &nbsp; &nbsp; thanks.</p>]]></description>
			<author><![CDATA[null@example.com (larry)]]></author>
			<pubDate>Tue, 09 Nov 2010 05:37:40 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post16.html#p16</guid>
		</item>
	</channel>
</rss>
