Merge branch 'fixes-v4.16-rc3' of...
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security Pull security subsystem fixes from James Morris: - keys fixes via David Howells: "A collection of fixes for Linux keyrings, mostly thanks to Eric Biggers: - Fix some PKCS#7 verification issues. - Fix handling of unsupported crypto in X.509. - Fix too-large allocation in big_key" - Seccomp updates via Kees Cook: "These are fixes for the get_metadata interface that landed during -rc1. While the new selftest is strictly not a bug fix, I think it's in the same spirit of avoiding bugs" - an IMA build fix from Randy Dunlap * 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: integrity/security: fix digsig.c build error with header file KEYS: Use individual pages in big_key for crypto buffers X.509: fix NULL dereference when restricting key with unsupported_sig X.509: fix BUG_ON() when hash algorithm is unsupported PKCS#7: fix direct verification of SignerInfo signature PKCS#7: fix certificate blacklisting PKCS#7: fix certificate chain verification seccomp: add a selftest for get_metadata ptrace, seccomp: tweak get_metadata behavior slightly seccomp, ptrace: switch get_metadata types to arch independent
No related branches found
No related tags found
Showing
- crypto/asymmetric_keys/pkcs7_trust.c 1 addition, 0 deletionscrypto/asymmetric_keys/pkcs7_trust.c
- crypto/asymmetric_keys/pkcs7_verify.c 7 additions, 5 deletionscrypto/asymmetric_keys/pkcs7_verify.c
- crypto/asymmetric_keys/public_key.c 3 additions, 1 deletioncrypto/asymmetric_keys/public_key.c
- crypto/asymmetric_keys/restrict.c 13 additions, 8 deletionscrypto/asymmetric_keys/restrict.c
- include/uapi/linux/ptrace.h 2 additions, 2 deletionsinclude/uapi/linux/ptrace.h
- kernel/seccomp.c 4 additions, 2 deletionskernel/seccomp.c
- security/integrity/digsig.c 1 addition, 0 deletionssecurity/integrity/digsig.c
- security/keys/big_key.c 87 additions, 23 deletionssecurity/keys/big_key.c
- tools/testing/selftests/seccomp/seccomp_bpf.c 61 additions, 0 deletionstools/testing/selftests/seccomp/seccomp_bpf.c
Loading
Please register or sign in to comment