lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+55aFxmay=cN9C0uiRbdNzkW-MG-LEF-tH4KrNDVNQtCbWW1Q@mail.gmail.com>
Date:	Tue, 8 Sep 2015 15:44:48 -0700
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	nick <xerofoify@...il.com>
Cc:	David Howells <dhowells@...hat.co>,
	David Woodhouse <dwmw2@...radead.org>, keyrings@...ux-nfs.org,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Build Breaks on x86_64 allmodconfig

On Tue, Sep 8, 2015 at 3:13 PM, nick <xerofoify@...il.com> wrote:
>
> I am assuming we are moving to ssl verification then I take it.

No, it's just that the signature was previously added with a perl
script that actually executed "openssl rsautl" as a subprocess. So we
used to use openssl before too, just not the libraries but the openssl
binary.

So the kernel used to need the "openssl" package, and you just had
that installed for other reasons.

That perl script is now a C program that uses openssl-devel instead
(and does more and different things than the perl script did). So now
the build needs openssl-devel.

                    Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ