Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-18 16:59:53 to 2024-09-17 15:44:54 UTC [more...]

[PATCH v3 0/7] Lazy flush for the auth session
 2024-09-17 15:44 UTC  (2+ messages)
` [PATCH v3 1/7] tpm: Remove the top-level documentation tpm2-sessions.c

[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
 2024-09-17 11:27 UTC  (34+ 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()

[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

[regression] significant delays when secureboot is enabled since 6.10
 2024-09-15 16:22 UTC  (32+ messages)

[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-09-15 13:59 UTC  (5+ messages)

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

[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
 2024-09-13 18:40 UTC  (42+ messages)
` [PATCH v2 01/19] crypto: ecdsa - Drop unused test vector elements
` [PATCH v2 02/19] crypto: sig - Introduce sig_alg backend
` [PATCH v2 03/19] crypto: ecdsa - Migrate to "
` [PATCH v2 04/19] crypto: ecrdsa "
` [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 09/19] crypto: virtio - Drop sign/verify operations
` [PATCH v2 10/19] crypto: drivers "
` [PATCH v2 11/19] crypto: akcipher "
` [PATCH v2 12/19] crypto: sig - Move crypto_sig_*() API calls to include file
` [PATCH v2 13/19] ASN.1: Clean up include statements in public headers
` [PATCH v2 14/19] crypto: ecdsa - Avoid signed integer overflow on signature decoding
` [PATCH v2 15/19] crypto: ecdsa - Move X9.62 signature decoding into template
` [PATCH v2 16/19] crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
` [PATCH v2 17/19] crypto: ecdsa - Move X9.62 signature size calculation into template
` [PATCH v2 18/19] crypto: ecdsa - Support P1363 signature decoding
` [PATCH v2 19/19] crypto: ecrdsa - Fix signature size calculation

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  (32+ messages)
` [PATCH v2 01/14] mpi: Introduce mpi_key_length()
` [PATCH v2 02/14] rsa: add parser of raw format
` [PATCH v2 03/14] PGPLIB: PGP definitions (RFC 4880)
` [PATCH v2 04/14] PGPLIB: Basic packet parser
` [PATCH v2 05/14] PGPLIB: Signature parser
` [PATCH v2 06/14] KEYS: PGP data parser
` [PATCH v2 07/14] KEYS: Provide PGP key description autogeneration
` [PATCH v2 08/14] KEYS: PGP-based public key signature verification
` [PATCH v2 09/14] KEYS: Retry asym key search with partial ID in restrict_link_by_signature()
` [PATCH v2 10/14] KEYS: Calculate key digest and get signature of the key
` [PATCH v2 11/14] verification: introduce verify_pgp_signature()
` [PATCH v2 12/14] PGP: Provide a key type for testing PGP signatures
` [PATCH v2 13/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH v2 14/14] KEYS: Introduce load_pgp_public_keyring()

[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
 2024-09-10 12:20 UTC  (9+ messages)

[PATCH 0/5] Templatize ecdsa signature decoding
 2024-09-06  6:59 UTC  (5+ messages)
` [PATCH 2/5] crypto: akcipher - Drop usage of sglists for verify op

[PATCH] KEYS: asymmetric: Calculate size from pointer
 2024-09-03 13:48 UTC 

Request for Quote and Meeting Availability
 2024-09-03 11:09 UTC 

Request for Quote and Meeting Availability
 2024-09-03 10:12 UTC 

[PATCH 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2024-09-03  8:11 UTC  (2+ messages)

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc6
 2024-08-28  5:32 UTC  (2+ messages)

[PATCH 0/7] keys: Add tracepoints
 2024-08-27 18:27 UTC  (15+ messages)
` [PATCH 1/7] keys: Out of line key_is_dead() so it can have tracepoints added in
` [PATCH 2/7] keys: Extract struct key_user to its own header for tracing purposes
` [PATCH 3/7] keys: Move key_get() out of line so a tracepoint can be added
` [PATCH 4/7] keys: Add a key_ref_get() wrapper
` [PATCH 5/7] keys: Use key_get() instead of __key_get()
` [PATCH 6/7] keys: Provide a key_try_get() function and use it
` [PATCH 7/7] keys: Add tracepoints for the keyrings facility


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