<?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] Old certificates not discarded when server resume fails]]></title>
		<link>https://www.wolfssl.com/forums/topic1239-solved-old-certificates-not-discarded-when-server-resume-fails.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1239.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] Old certificates not discarded when server resume fails.]]></description>
		<lastBuildDate>Tue, 14 May 2019 15:58:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4601.html#p4601</link>
			<description><![CDATA[<p>Hello,</p><p>Just to update the status for anyone who would stumble upon this in the future.</p><p>This issue has been addressed by <a href="https://github.com/wolfSSL/wolfssl/pull/1785">https://github.com/wolfSSL/wolfssl/pull/1785</a> and it can be marked as solved.</p><p>Best regards,<br />Martin</p>]]></description>
			<author><![CDATA[null@example.com (MartinH)]]></author>
			<pubDate>Tue, 14 May 2019 15:58:24 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4601.html#p4601</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4093.html#p4093</link>
			<description><![CDATA[<p>Martin,</p><p>So sorry for the delay. Your colleague has been in touch with Rod Weaver and we are tracking these items now in our support domain which will guarantee faster response times!</p><p>I&#039;ll be reviewing the examples you sent over today. I have also added you to the zendesk ticket where these issues are being tracked.</p><p>Reagards,</p><p>Kaleb</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Thu, 09 Aug 2018 17:06:28 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4093.html#p4093</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4061.html#p4061</link>
			<description><![CDATA[<p>Hi Kaleb,</p><p>Find attached a simple demo client based on <a href="https://github.com/wolfSSL/wolfssl-examples/blob/master/tls/client-tls-resume.c">https://github.com/wolfSSL/wolfssl-exam … s-resume.c</a> and the corresponding scripts for preparing wolfSSL and running the tests.<br />A simple README with instructions is also present in the archive.</p><p>The issue is reproduced with both session ID and ticket-based resumption.<br />It is also reproduced regardless of if SSL_VERIFY_PEER or SSL_VERIFY_NONE is set (these can be switched by sending &#039;p&#039; or &#039;n&#039; to the client&#039;s control socket).</p><p>Best regards,<br />Martin</p>]]></description>
			<author><![CDATA[null@example.com (MartinH)]]></author>
			<pubDate>Tue, 24 Jul 2018 10:21:44 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4061.html#p4061</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4055.html#p4055</link>
			<description><![CDATA[<p>Hi Kaleb,</p><p>I might be able to send you a simple test application and script tomorrow or next week.</p><p>Currently, I am not using anything special for the testing. Just <br /></p><div class="codebox"><pre><code>openssl s_server -status_verbose -key testKey.pem -cert testCert.pem -accept &lt;port_number&gt;</code></pre></div><p>and restarting manually by Ctrl+C and launching again.<br />OpenSSL version is 1.1.0h-fips (Fedora 27).</p><p>I don&#039;t think that the issue depends on ciphersuites used (maybe except for some PSK), I tested with TLS_DHE_RSA_WITH_AES_128_CBC_SHA and with TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256.</p><p>Best regards,<br />Martin</p>]]></description>
			<author><![CDATA[null@example.com (MartinH)]]></author>
			<pubDate>Thu, 19 Jul 2018 15:50:36 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4055.html#p4055</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4049.html#p4049</link>
			<description><![CDATA[<p>MartinH,</p><p>Can you tell us a little about what it is you are working on with session resumption?</p><p>Thank you for reporting this behavior to us. Is it possible for you to send us a test application (client to resume the session) and the steps with the openssl command line utility that you use to reproduce this for testing and implementing a fix? (If possible can the openssl commands be scripted in a post shell script?)</p><p>Thanks!</p><p>Kaleb</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Wed, 18 Jul 2018 20:45:15 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4049.html#p4049</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Old certificates not discarded when server resume fails]]></title>
			<link>https://www.wolfssl.com/forums/post4047.html#p4047</link>
			<description><![CDATA[<p>Hi,</p><p>I am using wolfSSL_get1_session and wolfSSL_set_session to enable TLS session resumption.</p><p>Each time when the server creates a new session instead of resuming the session (I trigger this by restarting my test openssl s_server, so that its session cache and ticket encryption key are dropped), the number of session&#039;s certificate chains increases. (The number which is returned by wolfSSL_get_chain_count(chain) when running on the chain obtained through wolfSSL_get_peer_chain(ssl) )<br />This happens for both session ID and ticket-based session resumption.</p><p>Is this expected behavior? And if so, are there any guidelines how to work with the certificate chains in such case, e.g. for the purpose of hostname validation?</p><p>Thanks,<br />Martin</p>]]></description>
			<author><![CDATA[null@example.com (MartinH)]]></author>
			<pubDate>Wed, 18 Jul 2018 16:07:26 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4047.html#p4047</guid>
		</item>
	</channel>
</rss>
