<p>iPXE currently does not support TLS connections with large certificate chains because it can not handle TLS handshake record fragmentation. So i implemented the detection and reassembling of fragmented packets. Please let me know if there is any problem with the code or the way i handled the reassembling.</p>
<p>I appreciate your comments and feedback.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/ipxe/ipxe/pull/116'>https://github.com/ipxe/ipxe/pull/116</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[tls] Add support for fragmented tls handshake packets</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/ipxe/ipxe/pull/116/files#diff-1422a94b0ca53b7776d64628f5c958f9">src/include/ipxe/tls.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/ipxe/ipxe/pull/116/files#diff-47247f70f178810f4e21a151edaf1d86">src/net/tls.c</a>
    (55)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/ipxe/ipxe/pull/116.patch'>https://github.com/ipxe/ipxe/pull/116.patch</a></li>
  <li><a href='https://github.com/ipxe/ipxe/pull/116.diff'>https://github.com/ipxe/ipxe/pull/116.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/ipxe/ipxe/pull/116">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAFNGVBY4CI42KDKYN5PPITRYDISZANCNFSM4OF2NB2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAFNGVDDV3GISXXRMSGHX6TRYDISZA5CNFSM4OF2NB2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JTCILIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/ipxe/ipxe/pull/116",
"url": "https://github.com/ipxe/ipxe/pull/116",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>