<!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>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<div style="">
<p dir="auto">The differences are <code>record_size_limit</code> (only sent by gnutls), <code>psk_key_exchange_modes</code> (gnutls includes psk_ke), <code>renegotiation_info</code> (only sent by gnutls), <code>key_share</code> is larger by gnutls, <code>status_request</code> sent by gnutls.</p>
<p dir="auto">Let's try not sending few of them. For <code>record_size_limit</code> I do not think we have a knob, though if you can connect with firefox there, which also sends it, it should be ok.</p>
<ul dir="auto">
<li>For <code>psk_key_exchange_modes</code> to send only the one requested by openssl, do <code>--priority NORMAL:+DHE-PSK</code>
</li>
<li>To remove <code>renegotiation_info</code> do <code>--priority NORMAL:%DISABLE_SAFE_RENEGOTIATION</code>
</li>
<li>The key share you already tried with the groups test above; so it shouldn't be it</li>
<li>It is not possible to remove the <code>status_request</code>
</li>
</ul>
<p dir="auto">You can also try adding the <code>%COMPAT</code> to the priority string.</p>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/779#note_178895594">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/d273434985d0e9c35584c8dc5d2b1944/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/779#note_178895594"}}</script>

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