messages from 2024-09-10 21:48:39 to 2024-10-03 15:27:43 UTC [more...]
[PATCH v5 0/5] Lazy flush for the auth session
2024-10-03 15:27 UTC (33+ messages)
` [PATCH v5 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v5 2/5] tpm: Implement tpm2_load_null() rollback
` [PATCH v5 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v5 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v5 5/5] tpm: flush the auth session only when /dev/tpm0 is open
[PATCH] sign-file: Add -D "digest mode"
2024-10-02 13:38 UTC
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-10-01 9:17 UTC (29+ messages)
` [PATCH v2 01/19] crypto: ecdsa - Drop unused test vector elements
` [PATCH v2 02/19] crypto: sig - Introduce sig_alg backend
` [PATCH v2 04/19] crypto: ecrdsa - Migrate to "
` [PATCH v2 05/19] crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
` [PATCH v2 06/19] crypto: rsassa-pkcs1 - Migrate to sig_alg backend
` [PATCH v2 07/19] crypto: rsassa-pkcs1 - Harden digest length verification
` [PATCH v2 08/19] crypto: rsassa-pkcs1 - Avoid copying hash prefix
` [PATCH v2 16/19] crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
` [PATCH v2 18/19] crypto: ecdsa - Support P1363 signature decoding
Reading public key portion of asymmetric keys
2024-09-30 18:40 UTC
[PATCH 0/7] keys: Add tracepoints
2024-09-28 2:03 UTC (3+ messages)
` [PATCH 7/7] keys: Add tracepoints for the keyrings facility
[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
2024-09-27 8:20 UTC (14+ messages)
[PATCH] dm verity: fallback to platform keyring also if key in trusted keyring is rejected
2024-09-27 7:12 UTC (14+ messages)
[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
2024-09-27 1:25 UTC (36+ messages)
` [PATCH v3 01/14] mpi: Introduce mpi_key_length()
` [PATCH v3 02/14] rsa: add parser of raw format
` [PATCH v3 03/14] PGPLIB: PGP definitions (RFC 9580)
` [PATCH v3 04/14] PGPLIB: Basic packet parser
` [PATCH v3 05/14] PGPLIB: Signature parser
` [PATCH v3 06/14] KEYS: PGP data parser
` [PATCH v3 07/14] KEYS: Provide PGP key description autogeneration
` [PATCH v3 08/14] KEYS: PGP-based public key signature verification
` [PATCH v3 09/14] KEYS: Retry asym key search with partial ID in restrict_link_by_signature()
` [PATCH v3 10/14] KEYS: Calculate key digest and get signature of the key
` [PATCH v3 11/14] verification: introduce verify_pgp_signature()
` [PATCH v3 12/14] PGP: Provide a key type for testing PGP signatures
` [PATCH v3 13/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH v3 14/14] KEYS: Introduce load_pgp_public_keyring()
[GIT PULL] KEYS: keys-next-6.12-rc1
2024-09-24 18:04 UTC (2+ messages)
Re_School Contacts List 2024
2024-09-23 18:27 UTC
[regression] significant delays when secureboot is enabled since 6.10
2024-09-22 14:11 UTC (34+ messages)
[syzbot] [keyrings?] [lsm?] [ext4?] possible deadlock in keyring_clear (2)
2024-09-22 11:43 UTC (3+ messages)
[PATCH 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
2024-09-20 22:16 UTC (6+ messages)
[PATCH v4 0/5] Lazy flush for the auth session
2024-09-19 13:45 UTC (8+ messages)
` [PATCH v4 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v4 2/5] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v4 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v4 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v4 5/5] tpm: flush the auth session only when /dev/tpm0 is open
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc1
2024-09-19 8:00 UTC (3+ messages)
[PATCH v3 0/7] Lazy flush for the auth session
2024-09-18 20:38 UTC (10+ messages)
` [PATCH v3 1/7] tpm: Remove the top-level documentation tpm2-sessions.c
` [PATCH v3 2/7] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v3 3/7] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v3 4/7] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v3 5/7] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v3 6/7] tpm: flush the auth session only when /dev/tpm0 is open
` [PATCH v3 7/7] tpm: open code tpm2_create_null_primary()
[LTP] [PATCH] request_key: Add negative tests for request_key
2024-09-17 8:18 UTC (2+ messages)
[PATCH v2 0/2] get rid of cred_transfer
2024-09-16 21:14 UTC (9+ messages)
` [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
` Can KEYCTL_SESSION_TO_PARENT be dropped entirely? -- was "
[PATCH v2 0/6] lazy flush for the auth session
2024-09-16 11:07 UTC (7+ messages)
` [PATCH v2 1/6] tpm: Remove documentation from the header of tpm2-sessions.c
` [PATCH v2 2/6] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v2 3/6] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v2 4/6] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v2 5/6] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v2 6/6] tpm: flush the auth session only when /dev/tpm0 is open
[PATCH v3] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
2024-09-14 11:36 UTC (2+ messages)
[PATCH v2] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
2024-09-13 19:51 UTC (12+ messages)
Trusted keys: DCP: Unable to handle paging request
2024-09-11 11:46 UTC (2+ messages)
[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
2024-09-11 9:55 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).