linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-21 13:17:15 to 2019-03-01 18:00:38 UTC [more...]

[PATCH v7 00/11] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-03-01 17:59 UTC  (12+ messages)
` [PATCH v7 01/11] KEYS: report to keyctl only actually supported key ops
` [PATCH v7 02/11] crypto: akcipher - check the presence of callback before the call
` [PATCH v7 03/11] crypto: rsa - unimplement sign/verify for raw RSA backends
` [PATCH v7 04/11] crypto: akcipher - new verify API for public key algorithms
` [PATCH v7 05/11] KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
` [PATCH v7 06/11] X.509: parse public key parameters from x509 for akcipher
` [PATCH v7 07/11] crypto: Kconfig - create Public-key cryptography section
` [PATCH v7 08/11] crypto: ecc - make ecc into separate module
` [PATCH v7 09/11] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
` [PATCH v7 10/11] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
` [PATCH v7 11/11] integrity: support EC-RDSA signatures for asymmetric_verify

[PATCH RFC 0/4] IMA on NFS prototype
 2019-03-01 16:10 UTC  (14+ messages)
` [PATCH RFC 4/4] NFSD: Prototype support for IMA on NFS (server)

[RFC PATCH 0/4] crypto: Add EC-RDSA algorithm
 2019-03-01 16:06 UTC  (15+ messages)
` [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher

[integrity:next-queued-testing 7/12] arch/x86/kernel/ima_arch.c:78:4: error: implicit declaration of function 'set_module_sig_enforced'
 2019-03-01  6:26 UTC 

[PATCH v5 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-03-01  2:34 UTC  (21+ messages)
` [PATCH v5 01/10] KEYS: report to keyctl only actually supported key ops
` [PATCH v5 02/10] crypto: akcipher - check the presence of callback before the call
` [PATCH v5 03/10] crypto: rsa - unimplement sign/verify for raw RSA backends
` [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
` [PATCH v5 05/10] X.509: parse public key parameters from x509 for akcipher
` [PATCH v5 06/10] crypto: Kconfig - create Public-key cryptography section
` [PATCH v5 07/10] crypto: ecc - make ecc into separate module
` [PATCH v5 08/10] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
` [PATCH v5 09/10] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
` [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify

[PATCH] selftests/ima: Add missing '=y' to config options
 2019-02-28 23:30 UTC 

[PATCH v2 0/5] selftests/ima: add kexec and kernel module tests
 2019-02-28 23:14 UTC  (21+ messages)
` [PATCH v2 1/5] selftests/ima: cleanup the kexec selftest
` [PATCH v2 2/5] selftests/ima: define a set of common functions
` [PATCH v2 3/5] selftests/ima: define common logging functions
` [PATCH v2 4/5] selftests/ima: kexec_file_load syscall test
` [PATCH v2 5/5] selftests/ima: loading kernel modules

Allow trusted filesystems to provide IMA hashes directly
 2019-02-28 22:38 UTC  (11+ messages)
` [PATCH V2 1/4] VFS: Add a call to obtain a file's hash
` [PATCH V2 2/4] IMA: Allow rule matching on filesystem subtype
` [PATCH V2 3/4] IMA: Optionally make use of filesystem-provided hashes
` [PATCH V2 4/4] FUSE: Allow filesystems to provide gethash methods

[PATCH 0/3] selftest/ima: add kexec_file_load test
 2019-02-28 15:05 UTC  (4+ messages)
` [PATCH 2/3] scripts/ima: define a set of common functions

[PATCH V4 0/4] Add support for TCG2 event logs on EFI systems
 2019-02-28 12:38 UTC  (9+ messages)
` [PATCH V4 1/4] tpm: Abstract crypto agile event size calculations
` [PATCH V4 2/4] tpm: Reserve the TPM final events table
` [PATCH V4 3/4] tpm: Append the final event log to the TPM event log
` [PATCH V4 4/4] efi: Attempt to get the TCG2 event log in the boot stub

New IoT/M2M Communication Products with Cloud Service
 2019-02-28  3:20 UTC 

[DISCUSSION] IMA Signature Measurements
 2019-02-28  1:39 UTC  (6+ messages)

Add support for TCG2 log format on UEFI systems
 2019-02-27 20:26 UTC  (5+ messages)
` [PATCH V5 1/4] tpm: Abstract crypto agile event size calculations
` [PATCH V5 2/4] tpm: Reserve the TPM final events table
` [PATCH V5 3/4] tpm: Append the final event log to the TPM event log
` [PATCH V5 4/4] efi: Attempt to get the TCG2 event log in the boot stub

About PureBoot and TPM based DRM's
 2019-02-27 17:25 UTC  (3+ messages)

[PATCH RFC v6] integrity: support EC-RDSA signatures for asymmetric_verify
 2019-02-27  6:15 UTC 

IMA fails to see TPM chip (rpi3, linaro optee)
 2019-02-26 19:05 UTC  (13+ messages)

[PATCH ima-evm-utils] Include sys/types.h in header to fix build with musl
 2019-02-26 17:09 UTC 

[PATCH] tpm: Add driver for TPM over virtio
 2019-02-25 23:09 UTC  (49+ messages)

[PATCH v2] security: mark expected switch fall-throughs and add a missing break
 2019-02-22 22:42 UTC  (7+ messages)

[PATCH V3] Add support for TPM2 event logs on EFI systems
 2019-02-22 19:24 UTC  (5+ messages)

[PATCH v3 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-22 18:32 UTC  (27+ messages)
` [PATCH v3 01/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v3 02/20] x86/mm: Introduce temporary mm structs
` [PATCH v3 03/20] x86/mm: Save DRs when loading a temporary mm
` [PATCH v3 04/20] fork: Provide a function for copying init_mm
` [PATCH v3 05/20] x86/alternative: Initialize temporary mm for patching
` [PATCH v3 06/20] x86/alternative: Use temporary mm for text poking
` [PATCH v3 07/20] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v3 08/20] x86/ftrace: Set trampoline pages as executable
` [PATCH v3 09/20] x86/kprobes: Set instruction page "
` [PATCH v3 10/20] x86/module: Avoid breaking W^X while loading modules
` [PATCH v3 11/20] x86/jump-label: Remove support for custom poker
` [PATCH v3 12/20] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v3 13/20] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v3 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v3 15/20] vmalloc: Add flag for free of special permsissions
` [PATCH v3 16/20] modules: Use vmalloc special flag
` [PATCH v3 17/20] bpf: "
` [PATCH v3 18/20] x86/ftrace: "
` [PATCH v3 19/20] x86/kprobes: "
` [PATCH v3 20/20] x86/alternative: Comment about module removal races


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).