keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
 2024-04-23 21:56 UTC  (4+ messages)

[PATCH] KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
 2024-04-23 21:51 UTC  (3+ messages)

[PATCH v3] MAINTAINERS: Update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
 2024-04-23 21:45 UTC 

[linus:master] [crypto] 203a6763ab: Kernel_panic-not_syncing:Certs_selftest#:pkcs7_verify()=
 2024-04-22 21:14 UTC  (2+ messages)

[GIT PULL] MAINTAINERS update for 6.9-rc4
 2024-04-20 18:32 UTC  (2+ messages)

[PATCH] MAINTAINERS: update to working email address
 2024-04-20 12:42 UTC 

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (18+ messages)
` [PATCH 1/7] memory: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/7] security: "
` [PATCH 3/7] crypto: "
` [PATCH 4/7] initrd: "
` [PATCH 5/7] ipc: "
` [PATCH 6/7] io_uring: Remove the now superfluous sentinel elements "
` [PATCH 7/7] drivers: perf: "
` (subset) [PATCH 0/7] sysctl: Remove sentinel elements from misc directories

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-13 21:44 UTC  (16+ messages)
` [PATCH v8 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v8 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v8 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
  ` [EXT] "
` [PATCH v8 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v8 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "

[PATCH v4] X.509: Introduce scope-based x509_certificate allocation
 2024-04-13 21:23 UTC  (3+ messages)

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

[linux-next:master] [keys] 019e41d1be: stress-ng.key.ops_per_sec -98.9% regression
 2024-04-12  3:07 UTC 

[PATCH RFC 0/8] Clavis LSM
 2024-04-05 12:56 UTC  (4+ messages)
` [PATCH RFC 1/8] certs: Introduce ability to link to a system key

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-04-05  9:29 UTC  (3+ messages)

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-04-03 15:43 UTC  (14+ messages)
` [PATCH v7 12/21] tpm: Add NULL primary creation

[GIT PULL] tpmdd changes for v6.9-rc2
 2024-04-01 13:17 UTC  (6+ messages)

[PATCH] KEYS: Add ECDH support
 2024-03-31 15:44 UTC  (9+ messages)

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

Add support for NIST P521 to ecdsa
 2024-03-25 19:18 UTC  (29+ 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 v4] Documentation: tpm_tis
 2024-03-24  2:14 UTC  (6+ messages)

Allowing empty keys? or: setting attributes on keys safely
 2024-03-23 13:44 UTC  (3+ messages)

[PATCH] Revert "crypto: pkcs7 - remove sha1 support"
 2024-03-22 11:45 UTC  (6+ messages)

[PATCH v3] Documentation: tpm_tis
 2024-03-21 17:01 UTC  (3+ messages)

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-21 16:50 UTC  (47+ messages)
` [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 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 v2] Documentation: tpm_tis
 2024-03-21 16:35 UTC  (9+ messages)

[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
 2024-03-21 16:12 UTC  (6+ messages)

[PATCH 00/12] PCI device authentication
 2024-03-20  8:33 UTC  (5+ messages)
` [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)


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