I Andy
> Le 31 mars 2018 à 16:43, Andy Postnikov <[email protected]> a écrit :
>
> I used to rework previous patch from Alpinelinux to build with latest stable
> libressl
> But found no way to run tests with openssl which is primary library as I see
> Is it possible to accept the patch upstream or get review on it?
>
> <fix-libressl-1.8.5.patch>
@@ -2208,7 +2223,7 @@
#else
cipher = SSL_CIPHER_find(ssl, cipher_suites);
#endif
- if (cipher && SSL_CIPHER_get_auth_nid(cipher) ==
NID_auth_ecdsa) {
+ if (cipher && SSL_CIPHER_is_ECDSA(cipher)) {
has_ecdsa = 1;
break;
}
No, it’s a regression in lib compatibility.
++
Manu