Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-02 14:00:03 to 2024-03-21 16:26:06 UTC [more...]

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-21 16:26 UTC  (7+ messages)

[PATCH v2] Documentation: tpm_tis
 2024-03-21 16:24 UTC  (7+ messages)

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-21 16:19 UTC  (52+ 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: prevent NULL pointer dereference in find_asymmetric_key()
 2024-03-21 16:12 UTC  (6+ messages)

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

[PATCH 00/12] PCI device authentication
 2024-03-20  8:33 UTC  (9+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 07/12] spdm: Introduce library to authenticate devices

[PATCH] keys: Fix overwrite of key expiration on instantiation
 2024-03-19 18:12 UTC  (3+ messages)

[PATCH v3] keys: update key quotas in key_put()
 2024-03-18 21:38 UTC  (7+ messages)

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

[GIT PULL] tpmdd changes for v6.9
 2024-03-13 21:47 UTC  (2+ 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  (13+ 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 v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-04 19:01 UTC  (16+ messages)
` [PATCH v4 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [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 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-03-04  8:03 UTC  (4+ 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  (9+ messages)
` [PATCH v3 01/10] crypto: ecdsa - Convert byte arrays with key coordinates to digits


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