<!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=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div>
<blockquote dir="auto">
<p>I think your test is checking the result of <code>gnutls_handshake</code> in the server, not the client. Maybe I wasn't clear enough that the unexpected behavior occurs only on the client side. Let me try modifying it to see what happens.</p>
</blockquote>
<p dir="auto">I modified your <code>cert-status</code> test to print the handshake result of the client.</p>
<p dir="auto">With TLS 1.0 and TLS 1.2, the client's <code>gnutls_handshake</code> fails with <code>GNUTLS_E_PULL_ERROR</code>. (I don't know why that differs from the <code>GNUTLS_E_NO_CERTIFICATE_FOUND</code> that glib-networking receives and expects, but perhaps it's because glib-networking uses its own custom push and pull functions.)</p>
<p dir="auto">With TLS 1.3, the client's <code>gnutls_handshake</code> succeeds (unexpectedly?). <a href="https://gitlab.com/TheRealMichaelCatanzaro/gnutls/commit/7ea1fa1c405643ff41c51e10346c0c307465770a" data-original="https://gitlab.com/TheRealMichaelCatanzaro/gnutls/commit/7ea1fa1c405643ff41c51e10346c0c307465770a" data-link="false" data-link-reference="true" data-project="5412303" data-commit="7ea1fa1c405643ff41c51e10346c0c307465770a" data-reference-type="commit" data-container="body" data-placement="bottom" title="Modify cert-status test to check result of handshake in client" class="gfm gfm-commit has-tooltip">TheRealMichaelCatanzaro/gnutls@7ea1fa1c</a> demonstrates this behavior.</p>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/615#note_116308847">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/55f8ffda23e982c8e7abd3c3406895e1/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/615#note_116308847"}}</script>
</p>
</div>
</body>
</html>