Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1204692
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] |
| Date | 2015-08-11 04:20 +0200 |
| Message-ID | <pW7kt-8aE-1@gated-at.bofh.it> (permalink) |
| References | <pW6eJ-6xG-1@gated-at.bofh.it> <pVHT4-3Fz-13@gated-at.bofh.it> <pUZoZ-6k4-3@gated-at.bofh.it> <pVJ8u-5nJ-7@gated-at.bofh.it> <pW6eJ-6xG-1@gated-at.bofh.it> |
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
James Morris <jmorris@namei.org> wrote: > On Mon, 10 Aug 2015, David Howells wrote: > > > James Morris <jmorris@namei.org> wrote: > > > > > I get a build failure: > > > > > > HOSTCC scripts/sign-file > > > scripts/sign-file.c:20:25: error: openssl/bio.h: No such file or directory > > > > > > followed by many lines of error. > > > > What openssl do you have installed and do you have the -devel packages for it > > installed? In particular libcrypto. > > openssl-1.0.1e-30.el6.11.x86_64 > > and not the devel packages. Yeah, you need the openssl-devel package now. There's some stuff using the library directly allows us to do that you can't do with just the command line tool. This is mentioned in the MODSIGN: Provide a utility to append a PKCS#7 signature to a module commit description. Note that the utility is written in C and must be linked against the OpenSSL crypto library. Would it help to update the module-signing.txt document, the config option or the git pull request/cover note? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] David Howells <dhowells@redhat.com> - 2015-08-08 01:40 +0200
Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] James Morris <jmorris@namei.org> - 2015-08-10 01:10 +0200
Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] David Howells <dhowells@redhat.com> - 2015-08-10 02:30 +0200
Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] James Morris <jmorris@namei.org> - 2015-08-11 03:10 +0200
Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] David Howells <dhowells@redhat.com> - 2015-08-11 04:20 +0200
Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7] James Morris <jmorris@namei.org> - 2015-08-11 07:00 +0200
csiph-web