keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-20 18:00:46 to 2024-03-18 20:50:15 UTC [more...]

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-18 20:50 UTC  (30+ messages)
` [PATCH v6 01/13] crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
` [PATCH v6 02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v6 03/13] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v6 04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v6 05/13] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v6 06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
  ` [EXTERNAL] "
` [PATCH v6 07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v6 08/13] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v6 09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v6 10/13] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v6 11/13] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v6 12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
  ` [EXTERNAL] "
` [PATCH v6 13/13] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH] keys: Fix overwrite of key expiration on instantiation
 2024-03-15 19:05 UTC 

[PATCH] crypto: pkcs7: remove sha1 support
 2024-03-15 13:09 UTC  (19+ messages)
` [REGRESSION] "

[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
 2024-03-15 10:33 UTC 

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-14 19:40 UTC  (3+ messages)

[GIT PULL] tpmdd changes for v6.9
 2024-03-13 21:47 UTC  (2+ messages)

[PATCH v3] keys: update key quotas in key_put()
 2024-03-13 12:37 UTC  (4+ messages)

[PATCH RFC 0/8] Clavis LSM
 2024-03-12 15:18 UTC  (17+ messages)
` [PATCH RFC 1/8] certs: Introduce ability to link to a system key
  ` [EXTERNAL] "
` [PATCH RFC 2/8] clavis: Introduce a new system keyring called clavis
` [PATCH RFC 3/8] efi: Make clavis boot param persist across kexec
` [PATCH RFC 4/8] clavis: Prevent clavis boot param from changing during kexec
` [PATCH RFC 5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [PATCH RFC 6/8] keys: Add ability to track intended usage of the public key
` [PATCH RFC 7/8] clavis: Introduce a new key type called clavis_key_acl
` [PATCH RFC 8/8] clavis: Introduce new LSM called clavis

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-11 20:07 UTC  (14+ messages)
` [PATCH v6 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v6 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v6 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v6 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v6 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v6 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-11 16:11 UTC  (23+ messages)
` [PATCH v5 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v5 02/12] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v5 03/12] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v5 04/12] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v5 05/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
  ` [EXTERNAL] "
      ` [EXTERNAL] "
` [PATCH v5 06/12] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v5 07/12] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v5 08/12] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v5 09/12] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v5 10/12] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v5 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
` [PATCH v5 12/12] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:34 UTC  (17+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "

[PATCH] Documentation: tpm_tis
 2024-03-05  1:52 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: Update W's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
 2024-03-04 21:00 UTC 

[PATCH 00/12] PCI device authentication
 2024-03-04 19:19 UTC  (5+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper

[PATCH v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-04 19:01 UTC  (29+ messages)
` [PATCH v4 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v4 02/12] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v4 03/12] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v4 04/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v4 05/12] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v4 06/12] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v4 07/12] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v4 08/12] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v4 09/12] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v4 10/12] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v4 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
` [PATCH v4 12/12] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-03-04  8:03 UTC  (6+ messages)

[keyutils] Remove undefined functions afrom version.lds
 2024-03-04  6:06 UTC  (4+ messages)

[PATCH v3 00/10] Add support for NIST P521 to ecdsa
 2024-03-02 21:55 UTC  (28+ messages)
` [PATCH v3 01/10] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v3 02/10] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v3 03/10] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v3 04/10] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v3 05/10] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v3 06/10] crypte: ecc - Implement ecc_curve_get_nbits to get number of bits
` [PATCH v3 07/10] crypto: ecc - Use ecc_get_curve_nbits to get number of bits for NIST P521
` [PATCH v3 08/10] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v3 09/10] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v3 10/10] x509: Add OID for NIST P521 and extend parser for it

subscribe
 2024-02-27  6:52 UTC 

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-02-23 18:43 UTC  (19+ 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 v7 15/21] tpm: Add the rest of the session HMAC API
` [PATCH v7 16/21] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v7 17/21] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v7 18/21] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v7 19/21] tpm: add the null key name as a sysfs export
` [PATCH v7 21/21] tpm: disable the TPM if NULL name changes

[syzbot] [keyrings?] [lsm?] KASAN: slab-out-of-bounds Read in key_task_permission (2)
 2024-02-22 10:40 UTC 


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