Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-08 07:08:15 to 2025-11-19 15:54:01 UTC [more...]

[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] KEYS: encrypted: Use pr_fmt()
 2025-11-19 14:45 UTC  (3+ messages)

[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
 2025-11-19 14:20 UTC  (24+ 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] 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  (4+ 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  (14+ messages)
` [PATCH v7 1/8] crypto: Add support for shake256 through crypto_shash
` [PATCH v7 2/8] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v7 3/8] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v7 4/8] crypto: Add ML-DSA-65 "
` [PATCH v7 5/8] crypto: Add ML-DSA-87 "
` [PATCH v7 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v7 7/8] pkcs7, x509: Add ML-DSA 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  (16+ messages)

[PATCH][next] KEYS: Avoid -Wflex-array-member-not-at-end warning
 2025-11-11 16:51 UTC  (2+ messages)

[PATCH v2] crypto: asymmetric_keys: fix uninitialized pointers with free attribute
 2025-11-11 16:08 UTC  (2+ messages)

[PATCH] crypto: asymmetric_keys: fix uninitialized pointers with free attr
 2025-11-11 13:36 UTC  (3+ messages)

[PATCH] KEYS: encrypted: Return early on allocation failure and drop goto
 2025-11-09  4:47 UTC  (3+ messages)

[PATCH v3] keys: Fix grammar and formatting in 'struct key_type' comments
 2025-11-09  4:37 UTC  (2+ messages)

[PATCH v6 00/17] lib/crypto: Move SHA3 to lib/crypto, add SHAKE* and add ML-DSA signing
 2025-11-06 17:37 UTC  (23+ messages)
` [PATCH v6 01/17] s390/sha3: Rename conflicting functions
` [PATCH v6 02/17] arm64/sha3: "
` [PATCH v6 03/17] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256
` [PATCH v6 04/17] lib/crypto: Move the SHA3 Iota transform into the single round function
` [PATCH v6 05/17] lib/crypto: Add SHA3 kunit tests
` [PATCH v6 06/17] crypto/jitterentropy: Use lib/crypto/sha3
` [PATCH v6 07/17] crypto/sha3: "
` [PATCH v6 08/17] crypto/sha3: Add SHAKE128/256 support
` [PATCH v6 09/17] crypto: SHAKE tests
` [PATCH v6 10/17] crypto: Add ML-DSA/Dilithium support
` [PATCH v6 11/17] crypto: Add ML-DSA/Dilithium keypair generation support
` [PATCH v6 12/17] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v6 13/17] crypto: Add ML-DSA-65 "
` [PATCH v6 14/17] crypto: Add ML-DSA-87 "
` [PATCH v6 15/17] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v6 16/17] pkcs7, x509: Add ML-DSA support
` [PATCH v6 17/17] modsign: Enable ML-DSA module signing

tpm2h 0.15.0
 2025-11-04  1:46 UTC 

[PATCH] KEYS: fix compilation warnings in the dump_options() function
 2025-10-28  7:03 UTC  (7+ messages)

[PATCH v2] keys: Fix typos in 'struct key_type' function pointer comments
 2025-10-27 20:13 UTC  (2+ messages)

[PATCH] keys: Fix typos in 'struct key_type' function pointer comments
 2025-10-27 20:11 UTC  (4+ messages)

[PATCH] keys: Annotate struct asymmetric_key_id with __counted_by
 2025-10-27 19:57 UTC  (3+ messages)

[PATCH 1/2] keys: Remove unnecessary local variable from ca_keys_setup
 2025-10-27 19:54 UTC  (4+ messages)
` [PATCH 2/2] keys: Remove unnecessary local variable from proc_keys_show

RFC: Switch namespaces before upcall
 2025-10-26 18:01 UTC 

[PATCH v6 03/10] KEYS: trusted: Fix memory leak in tpm2_load()
 2025-10-24 18:49 UTC  (8+ messages)
` [PATCH v6 04/10] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v6 06/10] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v6 07/10] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 08/10] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/10] tpm-buf: Enable managed and stack allocations

[PATCH] KEYS: encrypted: Use designated initializers for match_table_t structs
 2025-10-23 13:35 UTC  (7+ messages)

[PATCH v3] crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
 2025-10-23  4:57 UTC  (5+ messages)

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-v6.18-rc2
 2025-10-18 19:22 UTC  (3+ messages)

[PATCH] docs: trusted-encrypted: fix htmldocs build error
 2025-10-18 11:24 UTC  (3+ messages)

[PATCH v2] lib: update the licence of the ASN.1 encoder and decoder
 2025-10-17 20:14 UTC 

[PATCH] lib: update the licence of the ASN.1 encoder and decoder
 2025-10-16 18:24 UTC 

[PATCH] KEYS: encrypted: Simplify determining 'format_len'
 2025-10-15 23:21 UTC 

[PATCH v3] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
 2025-10-15 11:06 UTC  (3+ messages)

[PATCH] keys: Remove redundant less-than-zero checks
 2025-10-15 11:02 UTC  (3+ messages)

[PATCH v2 1/2] crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
 2025-10-13  8:31 UTC  (5+ messages)
` [PATCH v2 2/2] crypto: asymmetric_keys - simplify asymmetric_key_hex_to_key_id

[PATCH v2] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
 2025-10-13  7:22 UTC  (4+ messages)

[PATCH 1/2] crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
 2025-10-13  7:00 UTC  (6+ messages)
` [PATCH 2/2] crypto: asymmetric_keys - simplify asymmetric_key_hex_to_key_id

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-v6.18-2
 2025-10-10 18:25 UTC  (5+ messages)

[PATCH] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
 2025-10-10 15:12 UTC  (3+ messages)

[PATCH] sign-file: Show -k flag in usage when built for CMS signing
 2025-10-08  7:08 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 read-only IMAP folder(s) and NNTP newsgroup(s).