Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-08 05:06:26 to 2026-01-07 19:23:29 UTC [more...]

Project Financing Opportunity
 2026-01-07 19:23 UTC 

[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-07 16:38 UTC  (20+ messages)
` [PATCH v11 1/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v11 2/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v11 3/8] pkcs7, x509: Add ML-DSA support
` [PATCH v11 4/8] modsign: Enable ML-DSA module signing
` [PATCH v11 5/8] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v11 6/8] crypto: Add RSASSA-PSS support
` [PATCH v11 7/8] pkcs7, x509: "
` [PATCH v11 8/8] modsign: Enable RSASSA-PSS module signing

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-07  9:38 UTC  (14+ messages)
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods

[PATCH v3 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-06 15:05 UTC  (7+ messages)
` [PATCH v3 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v3 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v3 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v3 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v3 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v3 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH] KEYS: replace -EEXIST with -EBUSY
 2026-01-06 15:04 UTC  (4+ messages)

[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-06  5:09 UTC  (14+ messages)
` [PATCH v2 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v2 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v2 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v2 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v8 00/12] Streamline TPM2 HMAC sessions
 2026-01-02 16:40 UTC  (25+ messages)
` [PATCH v8 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v8 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v8 03/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v8 04/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v8 05/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v8 06/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v8 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v8 08/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v8 09/12] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v8 10/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v8 11/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v8 12/12] tpm-buf: Implement managed allocations

[PATCH 0/2] module: Remove SHA-1 support for module signing
 2025-12-22 20:24 UTC  (2+ messages)

[syzbot] [keyrings?] [lsm?] possible deadlock in keyring_clear (3)
 2025-12-21 19:47 UTC  (2+ messages)

[PATCH v4 0/2] lib/crypto: ML-DSA verification support
 2025-12-18 19:08 UTC  (4+ messages)
` [PATCH v4 1/2] lib/crypto: Add "
` [PATCH v4 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  9:02 UTC  (12+ messages)
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods

[PATCH 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2025-12-17  5:18 UTC  (10+ messages)
` [PATCH 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v7 00/12] Streamline TPM2 HMAC sessions
 2025-12-16  7:48 UTC  (14+ messages)
` [PATCH v7 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v7 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v7 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v7 04/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v7 05/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v7 06/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v7 07/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v7 08/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v7 09/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v7 10/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v7 11/12] tpm-buf: Implement managed allocations
` [PATCH v7 12/12] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-16  6:48 UTC  (13+ messages)

[PATCH v3] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:49 UTC 

[PATCH v2] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:25 UTC  (3+ messages)

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2025-12-14 15:38 UTC  (12+ messages)
` [PATCH v6 01/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v6 02/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 03/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v6 04/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v6 06/11] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v6 07/11] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v6 08/11] tpm: In tpm_get_random() replace 'retries' with a zero check
` [PATCH v6 09/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/11] tpm-buf: Implement managed allocations
` [PATCH v6 11/11] tpm-buf: Remove tpm_buf_append_handle

[PATCH v5 00/12] Streamline TPM2 HMAC sessions
 2025-12-13 20:32 UTC  (13+ messages)
` [PATCH v5 01/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v5 02/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v5 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v5 04/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v5 05/12] tpm-buf: Remove chip parameter from tpm_buf_append_handle
` [PATCH v5 06/12] tpm-buf: Implement managed allocations
` [PATCH v5 07/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v5 08/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v5 09/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v5 10/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v5 11/12] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v5 12/12] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v4 0/8] Streamline TPM2 HMAC sessions
 2025-12-10 17:20 UTC  (9+ messages)
` [PATCH v4 1/8] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v4 2/8] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v4 3/8] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v4 4/8] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v4 5/8] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v4 6/8] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v4 7/8] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v4 8/8] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v3 0/7] Streamline TPM2 HMAC sessions
 2025-12-10 14:39 UTC  (8+ messages)
` [PATCH v3 1/7] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v3 2/7] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v3 3/7] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v3 4/7] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v3 5/7] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v3 6/7] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v3 7/7] tpm: Send only one TPM command per hwrng request

[PATCH v2 1/5] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
 2025-12-09 10:05 UTC  (2+ messages)
` [PATCH v2 3/5] KEYS: trusted: Re-orchestrate tpm2_read_public() calls

[PATCH 2/4] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
 2025-12-09  7:52 UTC  (3+ messages)
` [PATCH 4/4] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Don't use 'buf->handles'
 2025-12-09  7:19 UTC  (2+ messages)

[PATCH] KEYS: trusted: Fix overwrite of keyhandle parameter
 2025-12-08 18:56 UTC  (2+ messages)

[PATCH v7 0/3] Optimize tpm2_read_public() calls
 2025-12-08  5:15 UTC  (5+ messages)
` [PATCH v7 1/3] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v7 2/3] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v7 3/3] tpm2-sessions: Remove AUTH_MAX_NAMES


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 read-only IMAP folder(s) and NNTP newsgroup(s).