<!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 style="">
<p dir="auto">Okay this is the grep line in the test that fails:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">sed 's/\r$//' <"${INFOFILE}" | grep "CRL Number (not critical): 013c1972a0[0-9a-f]\{30\}$" >/dev/null 2>&1</span></code></pre>
<p dir="auto">This is from <code>${INFOFILE}</code></p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">       Extensions:</span>
<span id="LC2" class="line" lang="plaintext">               Authority Key Identifier (not critical):</span>
<span id="LC3" class="line" lang="plaintext">                       5d40adf0ce9440958b7e99941d925422ca72365f</span>
<span id="LC4" class="line" lang="plaintext">               CRL Number (not critical): 3c1972a015fd74ad2e6e54fd1537d90df75668</span></code></pre>
<p dir="auto">It looks like the generation of the CRL is close to matching the grep, just missing the leading 01
Interesting it is 38 characters long, two shy of the 40 the grep also expects.</p>
<p dir="auto">The CRL is generated just above it but uses some other files.</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/647#note_126513076">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/5e2fa003878bc2ef5a6615c9e151877c/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/647#note_126513076"}}</script>
</p>
</div>
</body>
</html>