keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/22] add integrity and security to TPM2 transactions
 2024-05-19  4:19 UTC  (61+ messages)
` [PATCH v8 01/22] tpm: Remove unused tpm_buf_tag()
` [PATCH v8 02/22] tpm: Remove tpm_send()
` [PATCH v8 03/22] tpm: Move buffer handling from static inlines to real functions
` [PATCH v8 04/22] tpm: Update struct tpm_buf documentation comments
` [PATCH v8 05/22] tpm: Store the length of the tpm_buf data separately
` [PATCH v8 06/22] tpm: TPM2B formatted buffers
` [PATCH v8 07/22] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v8 08/22] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [PATCH v8 09/22] crypto: lib - implement library version of AES in CFB mode
` [PATCH v8 10/22] tpm: add buffer function to point to returned parameters
` [PATCH v8 11/22] tpm: export the context save and load commands
` [PATCH v8 12/22] tpm: Add NULL primary creation
` [PATCH v8 13/22] tpm: Add TCG mandated Key Derivation Functions (KDFs)
` [PATCH v8 14/22] tpm: Add HMAC session start and end functions
` [PATCH v8 15/22] tpm: Add HMAC session name/handle append
` [PATCH v8 16/22] tpm: Add the rest of the session HMAC API
` [PATCH v8 17/22] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v8 18/22] tpm: add session encryption protection to tpm2_get_random()
                    ` [PATCH] crypto: api - Do not load modules until algapi is ready
` [PATCH v8 19/22] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v8 20/22] tpm: add the null key name as a sysfs export
` [PATCH v8 21/22] Documentation: add tpm-security.rst
` [PATCH v8 22/22] tpm: disable the TPM if NULL name changes

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-19  1:33 UTC  (34+ messages)
` [PATCH 1/3] capabilities: "
` [PATCH 2/3] capabilities: add securebit for strict userns caps
` [PATCH 3/3] capabilities: add cap userns sysctl mask

[PATCH RFC v2 0/5] Asymmetric TPM2 key type
 2024-05-19  0:25 UTC  (6+ messages)
` [PATCH RFC v2 1/5] crypto: rsa-pkcs1pad: export rsa1_asn_lookup()
` [PATCH RFC v2 2/5] tpm: export tpm2_load_context()
` [PATCH RFC v2 3/5] KEYS: trusted: Do not use WARN when encode fails
` [PATCH RFC v2 4/5] KEYS: trusted: Migrate tpm2_key_{encode,decode}() to TPM driver
` [PATCH RFC v2 5/5] keys: asymmetric: ASYMMETRIC_TPM2_KEY_RSA_SUBTYPE

[PATCH RFC 0/5] Asymmetric TPM2 key type
 2024-05-18 21:36 UTC  (6+ messages)
` [PATCH RFC 1/5] crypto: rsa-pkcs1pad: export rsa1_asn_lookup()
` [PATCH RFC 2/5] tpm: export tpm2_load_context()
` [PATCH RFC 3/5] KEYS: trusted: Do not use WARN when encode fails
` [PATCH RFC 4/5] KEYS: trusted: Migrate tpm2_key_{encode,decode}() to TPM driver
` [PATCH RFC 5/5] keys: asymmetric: ASYMMETRIC_TPM2_KEY_RSA_SUBTYPE

[PATCH] tpm: Disable TCG_TPM2_HMAC by default
 2024-05-18 11:34 UTC 

[PATCH v3] crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
 2024-05-17 10:57 UTC  (3+ messages)

[PATCH] Move SM2 digest calculation to signature verification
 2024-05-17 10:46 UTC  (2+ messages)

[GIT PULL] ASYMMETRIC KEYS: asymmetric-keys-next-6.10-rc1
 2024-05-15 16:35 UTC  (2+ messages)

[RFC PATCH 0/2] TPM derived keys
 2024-05-15 12:03 UTC  (40+ messages)
` [RFC PATCH 1/2] tpm: add some algorithm and constant definitions from the TPM spec
` [RFC PATCH 2/2] KEYS: implement derived keys

[PATCH 6.9 4/5] keys: Fix overwrite of key expiration on instantiation
 2024-05-15  8:26 UTC 

[PATCH v2] KEYS: trusted: Do not use WARN when encode fails
 2024-05-14  0:47 UTC 

[PATCH] KEYS: trusted: Do not use WARN when encode fails
 2024-05-13 18:35 UTC 

[GIT PULL] keys changes for v6.10-rc1
 2024-05-13 17:50 UTC  (2+ messages)

[GIT PULL] trusted keys changes for v6.10-rc1
 2024-05-13 17:50 UTC  (2+ messages)

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.10-rc1
 2024-05-13 17:50 UTC  (3+ messages)

[PATCH] integrity: Update comment for load_moklist_certs()
 2024-05-12 23:03 UTC  (2+ messages)

[PATCH] crypto: ecc - Protect ecc_digits_from_bytes from reading too many bytes
 2024-05-03 23:51 UTC  (9+ messages)

[PATCH v8 0/6] DCP as trusted keys backend
 2024-05-03 23:45 UTC  (8+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "
      ` [EXT] "

[syzbot] [keyrings?] [lsm?] possible deadlock in keyring_clear
 2024-05-02 15:42 UTC 

[PATCH v7 15/21] tpm: Add the rest of the session HMAC API
 2024-04-29 20:11 UTC  (2+ messages)

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-04-29 20:11 UTC  (10+ messages)
` [PATCH v7 12/21] tpm: Add NULL primary creation
` [PATCH v7 13/21] tpm: Add HMAC session start and end functions
` [PATCH v7 14/21] tpm: Add HMAC session name/handle append

[PATCH v2] crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
 2024-04-29 17:07 UTC  (4+ messages)

[PATCH] KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
 2024-04-23 21:56 UTC  (4+ messages)

[PATCH] KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
 2024-04-23 21:51 UTC  (3+ messages)

[PATCH v3] MAINTAINERS: Update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
 2024-04-23 21:45 UTC 

[linus:master] [crypto] 203a6763ab: Kernel_panic-not_syncing:Certs_selftest#:pkcs7_verify()=
 2024-04-22 21:14 UTC  (2+ messages)

[GIT PULL] MAINTAINERS update for 6.9-rc4
 2024-04-20 18:32 UTC  (2+ 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).