messages from 2024-07-04 18:53:25 to 2024-08-19 14:38:11 UTC [more...]
[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
2024-08-19 14:37 UTC (17+ 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()
PGP signature patches
2024-08-18 13:17 UTC (6+ messages)
[GIT PULL] KEYS-TRUSTED: keys-trusted-next-6.11-rc4
2024-08-16 18:28 UTC (2+ messages)
[PATCH v2 0/2] get rid of cred_transfer
2024-08-16 10:52 UTC (8+ messages)
` [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
` [PATCH v2 2/2] security: remove unused cred_alloc_blank/cred_transfer helpers
` Can KEYCTL_SESSION_TO_PARENT be dropped entirely? -- was Re: [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
[PATCH 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
2024-08-13 10:23 UTC (12+ messages)
` [PATCH 1/3] sign-file,extract-cert: move common SSL helper functions to a header
` [PATCH 2/3] sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
` [PATCH 3/3] sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
[PATCH 0/5] Templatize ecdsa signature decoding
2024-08-06 8:58 UTC (18+ messages)
` [PATCH 1/5] ASN.1: Add missing include <linux/types.h>
` [PATCH 2/5] crypto: akcipher - Drop usage of sglists for verify op
` [PATCH 3/5] crypto: ecdsa - Avoid signed integer overflow on signature decoding
` [PATCH 4/5] crypto: ecdsa - Move X9.62 signature decoding into template
` [PATCH 5/5] crypto: ecdsa - Support P1363 signature decoding
[PATCH RFC] security/KEYS: get rid of cred_alloc_blank and cred_transfer
2024-08-03 17:20 UTC (4+ messages)
[PATCH v1] keys: Restrict KEYCTL_SESSION_TO_PARENT according to ptrace_may_access()
2024-08-02 13:12 UTC (14+ messages)
[PATCH resend -next] KEYS: Remove unused declarations
2024-08-01 22:18 UTC (2+ messages)
[PATCH] KEYS: Print digitalSignature and CA link errors
2024-08-01 21:01 UTC
[LTP] [PATCH] request_key: Add negative tests for request_key
2024-07-30 10:34 UTC
[PATCH] tools/certs: Make print-cert-tbs-hash.sh compatible with recent OpenSSL
2024-07-29 18:02 UTC
[PATCH v2 00/18] PCI device authentication
2024-07-29 14:27 UTC (80+ messages)
` [PATCH v2 01/18] X.509: Make certificate parser public
` [PATCH v2 02/18] X.509: Parse Subject Alternative Name in certificates
` [PATCH v2 03/18] X.509: Move certificate length retrieval into new helper
` [PATCH v2 04/18] certs: Create blacklist keyring earlier
` [PATCH v2 06/18] crypto: ecdsa - Support P1363 signature encoding
` [PATCH v2 07/18] spdm: Introduce library to authenticate devices
` [PATCH v2 08/18] PCI/CMA: Authenticate devices on enumeration
` [PATCH v2 09/18] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v2 10/18] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH v2 11/18] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH v2 12/18] PCI/CMA: Expose certificates in sysfs
` [PATCH v2 13/18] sysfs: Allow bin_attributes to be added to groups
` [PATCH v2 14/18] sysfs: Allow symlinks to be added between sibling groups
` [PATCH v2 15/18] PCI/CMA: Expose a log of received signatures in sysfs
` [PATCH v2 16/18] spdm: Limit memory consumed by log of received signatures
` [PATCH v2 17/18] spdm: Authenticate devices despite invalid certificate chain
` [PATCH v2 18/18] spdm: Allow control of next requester nonce through sysfs
[PATCH] keys: Add tracepoints for the keyrings facility
2024-07-29 13:40 UTC (2+ messages)
[PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys
2024-07-22 13:17 UTC (5+ messages)
` [PATCH v12 02/10] crypto: Add support for ECDSA signature verification
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1-roundtwo
2024-07-19 18:09 UTC (3+ messages)
[PATCH 0/6] Add policy to sealed keys
2024-07-19 13:26 UTC (19+ messages)
` [PATCH 1/6] tpm: consolidate TPM to crypto hash algorithm conversion
` [PATCH 2/6] tpm: add policy sessions
` [PATCH 3/6] KEYS: trusted: add PCR policy to TPM2 keys
` [PATCH 4/6] KEYS: trusted: add ability to specify arbitrary policy
` [PATCH 5/6] KEYS: trusted: implement counter/timer policy
` [PATCH 6/6] KEYS: trusted: add support for TPM keys with signed policy
[PATCH v2 1/2] KEYS: trusted: fix DCP blob payload length assignment
2024-07-17 13:33 UTC (3+ messages)
` [PATCH v2 2/2] KEYS: trusted: dcp: fix leak of blob encryption key
[PATCH 1/2] KEYS: trusted: fix DCP blob payload length assignment
2024-07-17 11:27 UTC (8+ messages)
` [PATCH 2/2] KEYS: trusted: dcp: fix leak of blob encryption key
[PATCH v3] tpm: Relocate buf->handles to appropriate place
2024-07-17 11:23 UTC (8+ messages)
[PATCH v2] tpm: Relocate buf->handles to appropriate place
2024-07-16 17:27 UTC
[PATCH] tpm: Fix alignment of buf->handles
2024-07-16 16:13 UTC
[GIT PULL] KEYS: keys-next-6.11-rc1
2024-07-16 0:03 UTC (2+ messages)
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1
2024-07-16 0:03 UTC (2+ messages)
[PATCH v1 00/10] Several fixes and improvements to the manual pages
2024-07-10 20:45 UTC (2+ messages)
[keyutils] Remove undefined functions afrom version.lds
2024-07-09 19:54 UTC (5+ messages)
[PATCH] tpm: validate object type in tpm2_handle_mso()
2024-07-07 10:14 UTC (2+ messages)
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.10-rc7
2024-07-05 19:37 UTC (2+ messages)
[PATCH v2 0/3] Address !chip->auth
2024-07-05 15:04 UTC (7+ messages)
` [PATCH v2 3/3] tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
[PATCH v4 0/3] Address !chip->auth
2024-07-04 18:53 UTC (4+ messages)
` [PATCH v4 1/3] tpm: Address !chip->auth in tpm2_*_auth_session()
` [PATCH v4 2/3] tpm: Address !chip->auth in tpm_buf_append_name()
` [PATCH v4 3/3] tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
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).