<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/gene-gitlab">Gene</a>
<a href="https://gitlab.com/gnutls/gnutls/-/issues/1637#note_2285216840">commented</a>:
</p>
<div class="md" style="position: relative; z-index: 1; color: #3a383f; word-wrap: break-word;">
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">Sort of - here is summary of tcpdump - note that since I am on the internal network now I have replaced the IPs with client/server below and I am unable to share the full pcap file(s) for this reason.</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">But of course you can also run gnutle-cli client along with tcpdump on your end and compare with what happens using other clients.</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">I ran twice once with gnutls-cli and once with curl <a href="http://www.sapience.com/sitemap.xml" rel="nofollow noreferrer noopener" target="_blank" style="margin-top: 0;">www.sapience.com/sitemap.xml</a>
The first difference is at step 6 where server issues HRR to gnutls while for curl it replies with 'Server Hello'.</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">Within that client hello packet curl is sending key_share X25519 while gnutls sends 'secp256r1, x25519'.</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">There are other differences too. My apologies for not being able to share more but you can get a pcap on your client side too, though more work for you - sorry.</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">This is the summary of gnutls:</p>
<div class="gl-relative markdown-code-block js-markdown-code" style="margin-bottom: 0;">
<pre class="code highlight js-syntax-highlight language-plaintext" v-pre="true" style='display: block; font-size: 14px; color: #3a383f; line-height: 1.6em; overflow-x: auto; border-radius: .25rem; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 1rem; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; border-radius: .25rem; background-color: inherit; white-space: pre; margin-top: 0; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="plaintext" style="margin-top: 0;">No  Time        Source  Dest    Proto   Length  Info</span>
<span id="LC2" class="line" lang="plaintext">------------------------------------------------------------</span>
<span id="LC3" class="line" lang="plaintext">1   0.000000    client  server  TCP 74  50170 → 443 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 SACK_PERM TSval=644306766 TSecr=0 WS=128</span>
<span id="LC4" class="line" lang="plaintext"></span>
<span id="LC5" class="line" lang="plaintext">2   0.002485    server  client  TCP 74  443 → 50170 [SYN, ACK] Seq=0 Ack=1 Win=65160 Len=0 MSS=1460 SACK_PERM TSval=1428335904 TSecr=644306766 WS=128</span>
<span id="LC6" class="line" lang="plaintext"></span>
<span id="LC7" class="line" lang="plaintext">3   0.002526    client  server  TCP 66  50170 → 443 [ACK] Seq=1 Ack=1 Win=64256 Len=0 TSval=644306769 TSecr=1428335904</span>
<span id="LC8" class="line" lang="plaintext"></span>
<span id="LC9" class="line" lang="plaintext">4   0.002931    client  server  TLSv1.3 464 Client Hello (SNI=www.sapience.com)</span>
<span id="LC10" class="line" lang="plaintext">5   0.004983    server  client  TCP 66  443 → 50170 [ACK] Seq=1 Ack=399 Win=64768 Len=0 TSval=1428335907 TSecr=644306769</span>
<span id="LC11" class="line" lang="plaintext">6   0.005294    server  client  TLSv1.3 159 Hello Retry Request </span>
<span id="LC12" class="line" lang="plaintext"></span>
<span id="LC13" class="line" lang="plaintext">7   0.005295    server  client  TLSv1.3 72  Change Cipher Spec</span>
<span id="LC14" class="line" lang="plaintext">8   0.005325    client  server  TCP 66  50170 → 443 [ACK] Seq=399 Ack=94 Win=64256 Len=0 TSval=644306771 TSecr=1428335907</span>
<span id="LC15" class="line" lang="plaintext">9   0.005346    client  server  TCP 66  50170 → 443 [ACK] Seq=399 Ack=100 Win=64256 Len=0 TSval=644306772 TSecr=1428335907</span>
<span id="LC16" class="line" lang="plaintext">10  0.005561    client  server  TLSv1.3 395 Client Hello (SNI=www.sapience.com)</span>
<span id="LC17" class="line" lang="plaintext">11  0.008015    server  client  TLSv1.3 73  Alert (Level: Fatal, Description: Illegal Parameter)</span>
<span id="LC18" class="line" lang="plaintext">12  0.008017    server  client  TCP 66  443 → 50170 [FIN, ACK] Seq=107 Ack=728 Win=64512 Len=0 TSval=1428335910 TSecr=644306772</span>
<span id="LC19" class="line" lang="plaintext">13  0.008122    client  server  TCP 66  50170 → 443 [FIN, ACK] Seq=728 Ack=108 Win=64256 Len=0 TSval=644306774 TSecr=1428335910</span>
<span id="LC20" class="line" lang="plaintext">14  0.009992    server  client  TCP 66  443 → 50170 [ACK] Seq=108 Ack=729 Win=64512 Len=0 TSval=1428335912 TSecr=644306774</span></code></pre>
<copy-code></copy-code><insert-code-snippet></insert-code-snippet>
</div>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1637#note_2285216840">view it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/sent_notifications/262cf544fc5f472db2428fe864885353/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1637#note_2285216840"}}</script>


</p>
</div>
</body>
</html>