<!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">I don't know about OS X but this is what happens w/ LibreSSL 2.8.3 as the SSL API installed on CentOS 7 (w/ vendor openssl headers NOT installed)</p>
<p dir="auto">First error building test program:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">make[3]: Nothing to be done for `test-ciphers-openssl.sh'.</span>
<span id="LC2" class="line" lang="plaintext">  CC       cipher-openssl-compat.o</span>
<span id="LC3" class="line" lang="plaintext">  CCLD     gendh</span>
<span id="LC4" class="line" lang="plaintext">  CCLD     crypto</span>
<span id="LC5" class="line" lang="plaintext">  CCLD     cipher-test</span>
<span id="LC6" class="line" lang="plaintext">  CCLD     cipher-api-test</span>
<span id="LC7" class="line" lang="plaintext">  CCLD     hash-large</span>
<span id="LC8" class="line" lang="plaintext">  CCLD     mac-override</span>
<span id="LC9" class="line" lang="plaintext">  CCLD     cipher-override</span>
<span id="LC10" class="line" lang="plaintext">cipher-openssl-compat.c: In function 'cipher_test':</span>
<span id="LC11" class="line" lang="plaintext">cipher-openssl-compat.c:101:4: error: void value not ignored as it ought to be</span>
<span id="LC12" class="line" lang="plaintext">    assert(EVP_CIPHER_CTX_init(ctx)==1);</span>
<span id="LC13" class="line" lang="plaintext">    ^</span>
<span id="LC14" class="line" lang="plaintext">make[3]: *** [cipher-openssl-compat.o] Error 1</span></code></pre>
<p dir="auto">Second error running test if first is patched for:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">FAIL: test-ciphers-openssl.sh</span>
<span id="LC2" class="line" lang="plaintext">=============================</span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext">cipher: aes-128-gcm</span>
<span id="LC5" class="line" lang="plaintext">cipher: aes-256-gcm</span>
<span id="LC6" class="line" lang="plaintext">cipher: chacha20-poly1305</span>
<span id="LC7" class="line" lang="plaintext">cipher_test:94: EVP_get_cipherbyname failed for chacha20-poly1305</span>
<span id="LC8" class="line" lang="plaintext">default cipher tests failed</span>
<span id="LC9" class="line" lang="plaintext">FAIL test-ciphers-openssl.sh (exit status: 1)</span></code></pre>
<p dir="auto">It may be different than OS X issue, I just the OS X issue was related to <code>EVP_CIPHER_CTX_init()</code> which is the case with LibreSSL.</p>
<p dir="auto">I <em>think</em> OS X (er MacOS or whatever) is using LibreSSL 2.7.x</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/merge_requests/845#note_127188107">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/40277543481cb7fbbe7f32f45de2e4ba/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 Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/845#note_127188107"}}</script>
</p>
</div>
</body>
</html>