<!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/dlenski">Daniel Lenski</a>
commented:
</p>
<div style="">
<p dir="auto">My previous MR (<a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1221" data-original="!1221" data-link="false" data-link-reference="false" data-project="179611" data-merge-request="53257396" data-project-path="gnutls/gnutls" data-iid="1221" data-mr-title="improve gnutls-cli-debug testing of old SSL 3.0 servers" data-reference-type="merge_request" data-container="body" data-placement="top" data-html="true" title="" class="gfm gfm-merge_request">!1221</a>) could be improved, because it correctly shows the (partial) SSL 3.0 support of these servers but does not show the (partial) TLS 1.0 support.</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ ../gnutls/src/gnutls-cli-debug jazzvpn.jazzsemi.com</span>
<span id="LC2" class="line" lang="plaintext">GnuTLS debug client 3.6.12</span>
<span id="LC3" class="line" lang="plaintext">Checking jazzvpn.jazzsemi.com:443</span>
<span id="LC4" class="line" lang="plaintext">whether the server accepts default record size (512 bytes)... no</span>
<span id="LC5" class="line" lang="plaintext">                  whether %ALLOW_SMALL_RECORDS is required... no</span>
<span id="LC6" class="line" lang="plaintext">                             for SSL 3.0 (RFC6101) support... yes</span>
<span id="LC7" class="line" lang="plaintext">                               for SSL 3.0 with extensions... no</span>
<span id="LC8" class="line" lang="plaintext">        for SSL 3.0 with cipher suites not in SSL 3.0 spec... yes</span>
<span id="LC9" class="line" lang="plaintext">                        whether we need to disable TLS 1.2... yes</span>
<span id="LC10" class="line" lang="plaintext">                        whether we need to disable TLS 1.1... yes</span>
<span id="LC11" class="line" lang="plaintext">                        whether we need to disable TLS 1.0... no</span></code></pre>
<p dir="auto">With <a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1251" data-original="!1251" data-link="false" data-link-reference="false" data-project="179611" data-merge-request="58899736" data-project-path="gnutls/gnutls" data-iid="1251" data-mr-title="refine tests for ancient servers which support both SSL 3.0 and TLS 1.0, but both only with %NO_EXTENSIONS" data-reference-type="merge_request" data-container="body" data-placement="top" data-html="true" title="" class="gfm gfm-merge_request">!1251</a>, this is improved, and a few other important bits of the output are clarified:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">                        whether we need to disable TLS 1.0... no</span>
<span id="LC2" class="line" lang="plaintext">                        whether %NO_EXTENSIONS is required... yes</span>
<span id="LC3" class="line" lang="plaintext">                     for 3DES-CBC cipher (RFC2246) support... yes</span>
<span id="LC4" class="line" lang="plaintext">                  for ARCFOUR 128 cipher (RFC2246) support... yes</span></code></pre>
<p dir="auto">This clarifying information may enable someone who needs to use such a server to use the
(marginally-less insecure?) combination of TLS 1.0 and RC4 rather than SSL 3.0.</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/958#note_344037865">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/8ea6d3e9f31c9b960e50b1708af8018b/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/958#note_344037865"}}</script>


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