keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 13:12:34 to 2020-09-22 19:14:08 UTC [more...]

[PATCH v12 0/5] TPM 2.0 trusted key rework
 2020-09-22 19:14 UTC  (9+ 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

let import_iovec deal with compat_iovecs as well
 2020-09-22 16:20 UTC  (90+ 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

[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

[PATCH v13 0/5] TPM 2.0 trusted key rework
 2020-09-22  2:28 UTC  (6+ 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

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 v7 00/10] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-20 16:21 UTC  (11+ messages)
` [PATCH v7 01/10] crypto: sm3 - export crypto_sm3_final function
` [PATCH v7 02/10] lib/mpi: Extend the MPI library
` [PATCH v7 03/10] lib/mpi: Introduce ec implementation to "
` [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

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

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-18 13:34 UTC  (19+ messages)
` [PATCH v6 1/8] crypto: sm3 - export crypto_sm3_final function
` [PATCH v6 2/8] lib/mpi: Extend the MPI library
` [PATCH v6 3/8] lib/mpi: Introduce ec implementation to "
` [PATCH v6 4/8] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v6 5/8] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v6 6/8] X.509: support OSCCA certificate parse
` [PATCH v6 7/8] X.509: support OSCCA sm2-with-sm3 certificate verification
` [PATCH v6 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[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  (15+ messages)
` [PATCH v11 1/5] lib: add ASN.1 encoder
` [PATCH v11 2/5] oid_registry: Add TCG defined OIDS for TPM keys
` [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
` [PATCH v11 5/5] security: keys: trusted: Make sealed key properly interoperable

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-16 18:09 UTC  (2+ messages)

[PATCH v3] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-16 16:12 UTC  (3+ messages)

[PATCH] security: keys: Use kvfree_sensitive in a few places
 2020-09-14 18:05 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH v2] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-14 18:02 UTC  (4+ messages)

[PATCH] keys: Print more useful debug info if encryption algo is not available
 2020-09-14 14:58 UTC 

Your Respond ASAP
 2020-09-14 12:11 UTC 

kernel BUG at lib/assoc_array.c:LINE! (2)
 2020-09-14  9:29 UTC 

[PATCH -next] dh key: convert to use be32_add_cpu()
 2020-09-14  3:55 UTC 

[PATCH v4] docs: trusted-encrypted.rst: update parameters for command examples
 2020-09-09 17:30 UTC  (2+ messages)

[RESEND][PATCH] KEYS: Handle missing Authority Key Identifier x509 extension
 2020-09-07 10:39 UTC  (3+ messages)
` [RESEND][PATCH] keys: Handle missing Authority Key Identifier X509 extension
  ` [RESEND][PATCH] keys: Update comment for restrict_link_by_key_or_keyring_chain

[RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-04 23:20 UTC  (3+ messages)
` [RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries]


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