Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232901 > unrolled thread
| Started by | David Howells <dhowells@redhat.com> |
|---|---|
| First post | 2015-09-25 18:00 +0200 |
| Last post | 2015-09-29 11:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] Miscellaneous keyrings and modsign fixes David Howells <dhowells@redhat.com> - 2015-09-25 18:00 +0200
Re: [GIT PULL] Miscellaneous keyrings and modsign fixes James Morris <jmorris@namei.org> - 2015-09-29 11:20 +0200
Re: [GIT PULL] Miscellaneous keyrings and modsign fixes James Morris <jmorris@namei.org> - 2015-09-29 11:20 +0200
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2015-09-25 18:00 +0200 |
| Subject | [GIT PULL] Miscellaneous keyrings and modsign fixes |
| Message-ID | <qcDzH-5Tv-7@gated-at.bofh.it> |
Hi James,
Can you pass these changes on to Linus? There are four:
(1) Fix a potential race between keyring destruction and keyring lookup by
name.
(2) Remove unneeded headers from extract-cert.c, at least one of which will
prevent it from compiling if the openssl libs are too old.
(3) Don't strip leading zeros from the key ID when using it to construct a
key description lest this make the key not match.
(4) Downgrade use of CMS-based signatures to PKCS#7-based signatures if the
openssl libs are too old. Note that in this case, you are also limited
to using SHA1 as the pre-1.0.0 openssl libs don't support anything else.
Thanks,
David
---
The following changes since commit ced255c0c5fb9ab52c9465982f23b1c14005ef8b:
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2015-09-24 20:14:26 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-20150925
for you to fetch changes up to 283e8ba2dfde54f8f27d7d0f459a07de79a39d55:
MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old (2015-09-25 16:31:46 +0100)
----------------------------------------------------------------
Keyrings fixes
----------------------------------------------------------------
David Howells (4):
KEYS: Fix race between key destruction and finding a keyring by name
KEYS: Remove unnecessary header #inclusions from extract-cert.c
X.509: Don't strip leading 00's from key ID when constructing key description
MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old
Documentation/Changes | 2 +-
crypto/asymmetric_keys/x509_public_key.c | 4 --
scripts/extract-cert.c | 4 --
scripts/sign-file.c | 94 ++++++++++++++++++++++++++------
security/keys/gc.c | 8 +--
5 files changed, 82 insertions(+), 30 deletions(-)
--
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/
[toc] | [next] | [standalone]
| From | James Morris <jmorris@namei.org> |
|---|---|
| Date | 2015-09-29 11:20 +0200 |
| Message-ID | <qdZeO-2b3-13@gated-at.bofh.it> |
| In reply to | #1232901 |
On Tue, 29 Sep 2015, James Morris wrote: > On Fri, 25 Sep 2015, David Howells wrote: > > > --- > > The following changes since commit ced255c0c5fb9ab52c9465982f23b1c14005ef8b: > > > > Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2015-09-24 20:14:26 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-20150925 > > > > $ git pull > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > tags/keys-fixes-2015092 > fatal: Couldn't find remote ref tags/keys-fixes-2015092 > Oops, n/m. -- James Morris <jmorris@namei.org> -- 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/
[toc] | [prev] | [next] | [standalone]
| From | James Morris <jmorris@namei.org> |
|---|---|
| Date | 2015-09-29 11:20 +0200 |
| Message-ID | <qdZeO-2b3-15@gated-at.bofh.it> |
| In reply to | #1232901 |
On Fri, 25 Sep 2015, David Howells wrote: > --- > The following changes since commit ced255c0c5fb9ab52c9465982f23b1c14005ef8b: > > Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2015-09-24 20:14:26 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-20150925 > $ git pull git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-2015092 fatal: Couldn't find remote ref tags/keys-fixes-2015092 -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web