<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<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: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -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,0.01) 0 0 1px; font-family: -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/dueno">Daiki Ueno</a>
<a href="https://gitlab.com/gnutls/gnutls/-/issues/1429#note_1185362594">commented</a>:
</p>
<div class="md" style="color: #333238; word-wrap: break-word;">
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">Thanks for the report with the reproducer. I've tried it, but it seems the test is skipped:</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre lang="console" class="code highlight js-syntax-highlight language-console" v-pre="true" style='display: block; font-size: 13px; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="console" style="margin-top: 0;"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span>./tests/ssl-opt.sh <span class="nt">-f</span> <span class="s2">"TLS 1.3 G->m: EarlyData: HRR check, enabled. good"</span></span>
<span id="LC2" class="line" lang="console"><span class="gp" style="margin-top: 0;">TLS 1.3 G-></span>m: EarlyData: HRR check, enabled. good. ..................... SKIP</span>
<span id="LC3" class="line" lang="console"><span class="go" style="margin-top: 0;">------------------------------------------------------------------------</span></span>
<span id="LC4" class="line" lang="console"><span class="go" style="margin-top: 0;">PASSED (1 / 1 tests (1 skipped))</span></span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">Do you have any idea?</p>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">Anyway I think I was able to reproduce it partially with gnutls-serv/gnutls-cli:</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre lang="console" class="code highlight js-syntax-highlight language-console" v-pre="true" style='display: block; font-size: 13px; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="console" style="margin-top: 0;"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span>gnutls-serv <span class="nt">--x509certfile</span><span class="o">=</span>doc/credentials/x509/cert-rsa-pss.pem <span class="nt">--x509keyfile</span><span class="o">=</span>doc/credentials/x509/key-rsa-pss.pem <span class="nt">--earlydata</span> <span class="nt">--priority</span><span class="o">=</span>NORMAL:-GROUP-ALL:+GROUP-X448 &</span>
<span id="LC2" class="line" lang="console"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span><span class="nb">echo </span>aaa <span class="o">></span> earlydata.txt</span>
<span id="LC3" class="line" lang="console"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span><span class="nv">SSLKEYLOGFILE</span><span class="o">=</span><span class="nv">$PWD</span>/keylog.txt gnutls-cli <span class="nt">--x509cafile</span><span class="o">=</span>doc/credentials/x509/ca.pem <span class="nt">-p</span> 5556 localhost <span class="nt">--inline-commands</span> <span class="nt">--earlydata</span><span class="o">=</span>earlydata.txt</span>
<span id="LC4" class="line" lang="console"><span class="c" style="margin-top: 0;">...</span></span>
<span id="LC5" class="line" lang="console"><span class="go" style="margin-top: 0;">^resume^</span></span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #333238; margin: 0;" align="initial">It seems even gnutls-serv itself cannot handle the mis-crafted ClientHello.</p>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1429#note_1185362594">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/bd9479945099b585084062d16a405f95/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/1429#note_1185362594"}}</script>


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