<!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/phmarek">Philipp Marek</a>
commented on a
<a href="https://gitlab.com/gnutls/gnutls/issues/856#note_238499942">discussion</a>:
</p>
<div style="">
<p dir="auto">I've got a (server) certificate that is still using a sha1rsa signature. I need to allow that one.</p>
<p dir="auto">So I tried</p>
<ul dir="auto">
<li>
<code>NORMAL:+%VERIFY_ALLOW_BROKEN</code>,</li>
<li>
<code>NORMAL:+%VERIFY_ALLOW_SIGN_WITH_SHA1</code>,</li>
<li>
<code>NORMAL:+VERIFY-RSA-SHA1</code>,</li>
<li>
<code>NORMAL:+VERIFY-RSA-SHA1</code>,</li>
<li>
<code>NORMAL:+CTYPE-RSA-SHA1</code>,</li>
<li><code>NORMAL:+%VERIFY_ALLOW_BROKEN</code></li>
</ul>
<p dir="auto">all of which were rejected by an error (which the application didn't even report, grrr -- but which I saw via <code>gdb</code>).</p>
<p dir="auto">The priority string <code>NORMAL:+SIGN-RSA-SHA1</code> was <em>not</em> rejected, but didn't solve my problem (the application did try to connect at least)</p>
<p dir="auto">I also tried <code>NORMAL:+CTYPE-RSA-SHA1</code> but didn't log the result.</p>
<p dir="auto">So, it seems that the examples using <code>:+</code> and a simple cipher specification made me think that the same syntax is also valid for the special priority strings; I got corrected on IRC, though. (Thanks, rockdaboot[!)</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/856#note_238499942">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/2cc86286f8fc64f029aaf5d87802a4ca/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/856#note_238499942"}}</script>


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