<!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">

<p style="color: #777777;">
<a href="https://gitlab.com/nmav">Nikos Mavrogiannopoulos</a>
commented:
</p>
<div style="">
<blockquote dir="auto">
<p>Now assume misconfigured client which sends TLS 1.3 + TLS 1.2 + GOST ciphersuite. Should they be able to interoperate?</p>
</blockquote>
<p dir="auto">Let's write the use cases we are interested to handle. As you write above we have:</p>
<ol dir="auto">
<li>client which sends TLS 1.3 + TLS 1.2 + GOST ciphersuite</li>
<li>client which sets up <code>-VER-TLS-ALL:+VER-TLS1.3:+KX-ALL</code>
</li>
</ol>
<p dir="auto">For (1) the current behavior would be fine, as it will disable TLS1.3 and use GOST. For (2) all is ok if GOST is not in the <code>KX-ALL</code> (current situation). If at some point GOST gets into the <code>NORMAL</code> priority then effectively <code>-VER-TLS-ALL:+VER-TLS1.3:+KX-ALL</code> will be synonymous to NONE.</p>
<p dir="auto">So as it is now, to my understanding, the problem with our handling of priority strings is that TLS-1.2 only key exchange (or even ciphers?) cannot be added in the default set. Do we agree on the problem?</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/825#note_213864490">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/0022074226b2330ea5dc78b0b24fcb77/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/825#note_213864490"}}</script>


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