<?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 — How to add new Key Share extension into New Session Ticket packet?]]></title>
		<link>https://www.wolfssl.com/forums/topic1725-how-to-add-new-key-share-extension-into-new-session-ticket-packet.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1725.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to add new Key Share extension into New Session Ticket packet?.]]></description>
		<lastBuildDate>Mon, 12 Apr 2021 17:09:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to add new Key Share extension into New Session Ticket packet?]]></title>
			<link>https://www.wolfssl.com/forums/post5948.html#p5948</link>
			<description><![CDATA[<p>Hi cxenof03,</p><p>As we&#039;ve discussed offline you might consider using the TLS v1.3 early data feature to send the public key. Otherwise you would need to make some very specific changes inside the wolfSSL code to inject an additional extension.</p><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Mon, 12 Apr 2021 17:09:17 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5948.html#p5948</guid>
		</item>
		<item>
			<title><![CDATA[How to add new Key Share extension into New Session Ticket packet?]]></title>
			<link>https://www.wolfssl.com/forums/post5947.html#p5947</link>
			<description><![CDATA[<p>Hello everyone,</p><p>I am using the client/server example and specifically TLS 1.3<br />I would like to customize the <em>New Session Ticket</em> packet from the initial handshake, by adding an extra extension to it which will provide a DH public key parameter.</p><p>I am currently in the function </p><div class="codebox"><pre><code>SendTls13NewSessionTicket</code></pre></div><p> of the <em>tls13.c</em> file right before the </p><div class="codebox"><pre><code>ret = SendBuffered(ssl); </code></pre></div><p> line. I have tried add a new extension to my New Session Ticket message with: </p><ul><li><p>wolfSSL_UseKeyShare</p></li><li><p>TLSX_KeyShare_Use</p></li><li><p>TLSX_KeyShare_Parse</p></li></ul><p> but unfortunately I get for all a segmentation fault for all of them.<br />Why do I have this issue and how can I add that ?</p><p>Thank you in advance</p>]]></description>
			<author><![CDATA[null@example.com (cxenof03)]]></author>
			<pubDate>Thu, 08 Apr 2021 23:07:58 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5947.html#p5947</guid>
		</item>
	</channel>
</rss>
