messages from 2025-11-08 07:47:11 to 2025-12-04 19:48:08 UTC [more...]
[PATCH v4 1/4] tpm2-sessions: Fix out of range indexing in name_size
2025-12-04 19:47 UTC
[PATCH v3 1/4] tpm2-sessions: fix out of range indexing in name_size
2025-12-04 18:47 UTC (4+ messages)
` [PATCH v3 4/4] tpm2-sessions: Open code tpm_buf_append_hmac_session()
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.19-rc1-v4
2025-12-03 21:18 UTC
[GIT PULL] KEYS: trusted: keys-trusted-next-rc1
2025-12-03 19:32 UTC (2+ messages)
[GIT PULL] KEYS: keys-next-6.19-rc1
2025-12-03 19:32 UTC (2+ messages)
[PATCH v3 0/2] lib/crypto: ML-DSA verification support
2025-12-03 17:43 UTC (8+ messages)
` [PATCH v3 1/2] lib/crypto: Add "
` [PATCH v3 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.19-rc1-v3
2025-12-03 2:02 UTC (2+ messages)
[PATCH v3] tpm2-sessions: address out-of-range indexing
2025-12-02 22:07 UTC (4+ messages)
[PATCH v2 1/4] tpm2-sessions: fix out of range indexing in name_size
2025-12-02 20:26 UTC (2+ messages)
` [PATCH v2 4/4] tpm2-sessions: Open code tpm_buf_append_hmac_session()
[PATCH 1/4] tpm2-sessions: address out-of-range indexing
2025-12-01 22:45 UTC (3+ messages)
` [PATCH 4/4] tpm2-sessions: Open code tpm_buf_append_hmac_session()
` [PATCH v3] tpm2-sessions: address out-of-range indexing
[PATCH v2] tpm2-sessions: address out-of-range indexing
2025-11-30 21:35 UTC
[PATCH] tpm2-sessions: address out-of-range indexing
2025-11-30 21:18 UTC
[PATCH 0/4] lib/crypto: ML-DSA verification support
2025-11-30 19:06 UTC (27+ messages)
` [PATCH 1/4] lib/crypto: Add "
` [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH 3/4] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH 4/4] lib/crypto: tests: Add ML-DSA-87 "
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.19-rc1-v2
2025-11-28 16:40 UTC
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.19-rc1
2025-11-28 16:27 UTC (4+ messages)
[PATCH v9 2/8] tpm2-sessions: Open code tpm_buf_append_hmac_session()
2025-11-28 15:14 UTC (8+ messages)
` [PATCH v9 3/8] KEYS: trusted: Replace a redundant instance of tpm2_hash_map
` [PATCH v9 4/8] KEYS: trusted: Fix a memory leak in tpm2_load_cmd
` [PATCH v9 5/8] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v9 6/8] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v9 8/8] tpm-buf: Enable managed and stack allocations
[PATCH v8 03/11] KEYS: trusted: remove redundant instance of tpm2_hash_map
2025-11-27 21:41 UTC (7+ messages)
` [PATCH v8 04/11] KEYS: trusted: Fix memory leak in tpm2_load()
` [PATCH v8 05/11] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v8 07/11] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v8 08/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v8 09/11] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v8 11/11] tpm-buf: Enable managed and stack allocations
[PATCH v7 03/11] KEYS: trusted: remove redundant instance of tpm2_hash_map
2025-11-27 19:03 UTC (9+ messages)
` [PATCH v7 04/11] KEYS: trusted: Fix memory leak in tpm2_load()
` [PATCH v7 05/11] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v7 07/11] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v7 08/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v7 09/11] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v7 11/11] tpm-buf: Enable managed and stack allocations
[PATCH v2 0/2] lib/crypto: ML-DSA verification support
2025-11-26 21:42 UTC (5+ messages)
` [PATCH v2 1/2] lib/crypto: Add "
` [PATCH v2 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
2025-11-25 20:51 UTC (32+ messages)
` [PATCH v9 1/9] crypto: Add support for shake256 through crypto_shash
` [PATCH v9 2/9] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v9 3/9] mldsa: Add a simpler API
` [PATCH v9 4/9] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v9 5/9] crypto: Add ML-DSA-65 "
` [PATCH v9 6/9] crypto: Add ML-DSA-87 "
` [PATCH v9 7/9] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v9 8/9] pkcs7, x509: Add ML-DSA support
` [PATCH v9 9/9] modsign: Enable ML-DSA module signing
` Pick up keys-pqc branch for linux-next?
` Where to add FIPS tests
[PATCH v10 0/8] lib/crypto: Add ML-DSA signing [WIP]
2025-11-24 20:43 UTC (18+ messages)
` [PATCH v10 1/8] lib/crypto: Add ML-DSA verification support
` [PATCH v10 2/8] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH v10 3/8] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH v10 4/8] lib/crypto: tests: Add ML-DSA-87 "
` [PATCH v10 5/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v10 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v10 7/8] pkcs7, x509: Add ML-DSA support
` [PATCH v10 8/8] modsign: Enable ML-DSA module signing
[PATCH v2] crypto: asymmetric_keys: fix uninitialized pointers with free attribute
2025-11-22 17:19 UTC (5+ messages)
[PATCH] crypto: asymmetric_keys: fix uninitialized pointers with free attr
2025-11-22 14:23 UTC (4+ messages)
[PATCH][next] KEYS: Avoid -Wflex-array-member-not-at-end warning
2025-11-22 3:14 UTC (3+ messages)
[PATCH] KEYS: encrypted: Use pr_fmt()
2025-11-21 20:10 UTC (4+ messages)
[PATCH 0/7] keyutils: Add some fixes and updates
2025-11-19 15:53 UTC (4+ messages)
` [PATCH 2/7] request-key: Fix mishandling of last line of config file
[PATCH] certs: buffer OpenSSL log output to avoid flooding compile log
2025-11-19 11:10 UTC
[PATCH] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
2025-11-19 2:50 UTC (4+ messages)
[PATCH] keys: Replace memcpy with strscpy in proc_keys_show
2025-11-19 2:36 UTC (2+ messages)
[PATCH] KEYS: Remove the ad-hoc compilation flag CAAM_DEBUG
2025-11-19 2:25 UTC (3+ messages)
[PATCH v8 0/9] lib/crypto: Add ML-DSA signing
2025-11-14 13:04 UTC (10+ messages)
` [PATCH v8 1/9] crypto: Add support for shake256 through crypto_shash
` [PATCH v8 2/9] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v8 3/9] mldsa: Add a simpler API
` [PATCH v8 4/9] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v8 5/9] crypto: Add ML-DSA-65 "
` [PATCH v8 6/9] crypto: Add ML-DSA-87 "
` [PATCH v8 7/9] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v8 8/9] pkcs7, x509: Add ML-DSA support
` [PATCH v8 9/9] modsign: Enable ML-DSA module signing
[PATCH v2] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
2025-11-14 10:30 UTC (3+ messages)
[PATCH 0/2] module: Remove SHA-1 support for module signing
2025-11-12 15:58 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] sign-file: Remove support for signing with PKCS#7
[PATCH v7 0/8] lib/crypto: Add ML-DSA signing
2025-11-12 14:55 UTC (6+ messages)
` [PATCH v7 2/8] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v7 8/8] modsign: Enable ML-DSA module signing
Module signing and post-quantum crypto public key algorithms
2025-11-11 18:38 UTC (12+ messages)
[PATCH] KEYS: encrypted: Return early on allocation failure and drop goto
2025-11-09 4:47 UTC (2+ messages)
[PATCH v3] keys: Fix grammar and formatting in 'struct key_type' comments
2025-11-09 4:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).