keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 19:52:14 to 2020-09-30 21:49:44 UTC [more...]

[PATCH 0/2] Preloaded revocation keys
 2020-09-30 21:49 UTC  (7+ messages)
` [PATCH 1/2] certs: Move load_system_certificate_list to a common function
` [PATCH 2/2] certs: Add ability to preload revocation certs

[PATCH v13 0/5] TPM 2.0 trusted key rework
 2020-09-30 15:35 UTC  (16+ messages)
` [PATCH v13 1/5] lib: add ASN.1 encoder
` [PATCH v13 2/5] oid_registry: Add TCG defined OIDS for TPM keys
` [PATCH v13 3/5] security: keys: trusted: fix TPM2 authorizations
` [PATCH v13 4/5] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
` [PATCH v13 5/5] security: keys: trusted: Make sealed key properly interoperable

let import_iovec deal with compat_iovecs as well
 2020-09-25 15:23 UTC  (128+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
` let import_iovec deal with compat_iovecs as well v2
  ` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
  ` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
  ` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
  ` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
  ` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
  ` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
  ` [PATCH 07/11] fs: remove various compat readv/writev helpers
  ` [PATCH 08/11] fs: remove the compat readv/writev syscalls
  ` [PATCH 09/11] fs: remove compat_sys_vmsplice
  ` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
  ` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov
` let import_iovec deal with compat_iovecs as well v3
  ` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
  ` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
  ` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
  ` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` let import_iovec deal with compat_iovecs as well v4

[PATCH v7 00/10] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-25 14:01 UTC  (15+ messages)
` [PATCH v7 01/10] crypto: sm3 - export crypto_sm3_final function
` [PATCH v7 02/10] lib/mpi: Extend the MPI library
  ` [PATCH] lib/mpi: Fix unused variable warnings
` [PATCH v7 03/10] lib/mpi: Introduce ec implementation to MPI library
` [PATCH v7 04/10] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v7 05/10] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v7 06/10] crypto: testmgr - Fix potential memory leak in test_akcipher_one()
` [PATCH v7 07/10] crypto: sm2 - add SM2 test vectors to testmgr
` [PATCH v7 08/10] X.509: support OSCCA certificate parse
` [PATCH v7 09/10] X.509: support OSCCA SM2-with-SM3 certificate verification
` [PATCH v7 10/10] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

Business Acquisition 1
 2020-09-24 17:17 UTC 

[PATCH v12 0/5] TPM 2.0 trusted key rework
 2020-09-22 19:31 UTC  (10+ messages)
` [PATCH v12 1/5] lib: add ASN.1 encoder
` [PATCH v12 2/5] oid_registry: Add TCG defined OIDS for TPM keys
` [PATCH v12 3/5] security: keys: trusted: fix TPM2 authorizations
` [PATCH v12 4/5] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
` [PATCH v12 5/5] security: keys: trusted: Make sealed key properly interoperable

[PATCH v13 0/3] Trusted Key policy for TPM 2.0
 2020-09-22  2:32 UTC  (4+ messages)
` [PATCH v13 1/3] security: keys: trusted: add PCR policy to TPM2 keys
` [PATCH v13 2/3] security: keys: trusted: add ability to specify arbitrary policy
` [PATCH v13 3/3] security: keys: trusted: implement counter/timer policy

Wir finanzieren Projekte und Unternehmen
 2020-09-21 23:00 UTC 

[PATCH v12 0/3] Trusted Key policy for TPM 2.0
 2020-09-20 16:40 UTC  (4+ messages)
` [PATCH v12 1/3] security: keys: trusted: add PCR policy to TPM2 keys
` [PATCH v12 2/3] security: keys: trusted: add ability to specify arbitrary policy
` [PATCH v12 3/3] security: keys: trusted: implement counter/timer policy

[PATCH v11 0/3] Trusted Key policy for TPM 2.0
 2020-09-18 23:40 UTC  (4+ messages)
` [PATCH v11 1/3] security: keys: trusted: add PCR policy to TPM2 keys

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-18 13:34 UTC  (4+ messages)
` [PATCH v6 5/8] crypto: testmgr - support test with different ciphertext per encryption

[PATCH v6 0/4] Introduce TEE based Trusted Keys support
 2020-09-18  7:15 UTC  (8+ messages)
` [PATCH v6 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v6 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v6 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v6 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

[PATCH v11 0/5] TPM 2.0 trusted key rework
 2020-09-17 15:21 UTC  (5+ messages)
` [PATCH v11 3/5] security: keys: trusted: fix TPM2 authorizations

[PATCH v11 4/5] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
 2020-09-17 15:17 UTC  (7+ messages)


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).