Keyrings Archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/22] add integrity and security to TPM2 transactions
 2024-04-30 23:10 UTC  (42+ messages)
` [PATCH v8 01/22] tpm: Remove unused tpm_buf_tag()
` [PATCH v8 02/22] tpm: Remove tpm_send()
` [PATCH v8 03/22] tpm: Move buffer handling from static inlines to real functions
` [PATCH v8 04/22] tpm: Update struct tpm_buf documentation comments
` [PATCH v8 05/22] tpm: Store the length of the tpm_buf data separately
` [PATCH v8 06/22] tpm: TPM2B formatted buffers
` [PATCH v8 07/22] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v8 08/22] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [PATCH v8 09/22] crypto: lib - implement library version of AES in CFB mode
` [PATCH v8 10/22] tpm: add buffer function to point to returned parameters
` [PATCH v8 11/22] tpm: export the context save and load commands
` [PATCH v8 12/22] tpm: Add NULL primary creation
` [PATCH v8 13/22] tpm: Add TCG mandated Key Derivation Functions (KDFs)
` [PATCH v8 14/22] tpm: Add HMAC session start and end functions
` [PATCH v8 15/22] tpm: Add HMAC session name/handle append
` [PATCH v8 16/22] tpm: Add the rest of the session HMAC API
` [PATCH v8 17/22] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v8 18/22] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v8 19/22] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v8 20/22] tpm: add the null key name as a sysfs export
` [PATCH v8 21/22] Documentation: add tpm-security.rst
` [PATCH v8 22/22] tpm: disable the TPM if NULL name changes

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-30 12:03 UTC  (19+ 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] "
      ` [EXT] "

[PATCH v7 15/21] tpm: Add the rest of the session HMAC API
 2024-04-29 20:11 UTC  (2+ messages)

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-04-29 20:11 UTC  (22+ 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 v2] crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
 2024-04-29 17:07 UTC  (4+ messages)

[PATCH] crypto: ecc - Protect ecc_digits_from_bytes from reading too many bytes
 2024-04-29 13:12 UTC  (6+ messages)

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

[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  (25+ messages)
` [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 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 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  (5+ 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  (10+ messages)

[PATCH v2] Documentation: tpm_tis
 2024-03-21 16:35 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 read-only IMAP folder(s) and NNTP newsgroup(s).