keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 16:37:05 to 2021-02-10 12:07:13 UTC [more...]

[PATCH v6 0/5] Enable root to update the blacklist keyring
 2021-02-10 12:04 UTC  (2+ messages)
` [PATCH v6 1/5] tools/certs: Add print-cert-tbs-hash.sh

[PATCH] sign-file: add openssl engine support
 2021-02-10  8:29 UTC  (3+ messages)

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-09 21:53 UTC  (28+ messages)
` [PATCH v5 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries
` [PATCH v5 2/4] certs: Move load_system_certificate_list to a common function
` [PATCH v5 3/4] certs: Add ability to preload revocation certs
` [PATCH v5 4/4] integrity: Load mokx variables into the blacklist keyring
` Conflict with Mickaël Salaün's blacklist patches [was [PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries]
                `  "

Migration to trusted keys: sealing user-provided key?
 2021-02-09  7:16 UTC  (20+ messages)

[RFC][PATCH 0/2] keys: request_key() interception in containers
 2021-02-07 23:55 UTC  (9+ messages)
` [PATCH 1/2] Add namespace tags that can be used for matching without pinning a ns
` [PATCH 2/2] keys: Allow request_key upcalls from a container to be intercepted

[PATCH v7 0/4] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-05 12:24 UTC  (14+ messages)
` [PATCH v7 1/4] crypto: Add support for ECDSA signature verification
` [PATCH v7 2/4] x509: Detect sm2 keys by their parameters OID
` [PATCH v7 3/4] x509: Add support for parsing x509 certs with ECDSA keys
` [PATCH v7 4/4] ima: Support EC keys for signature verification

[PATCH] certs: include prototype for load_certificate_list
 2021-02-04 14:54 UTC  (2+ messages)

[PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
 2021-02-04  0:05 UTC  (13+ messages)

[PATCH 2/2] dm crypt: support using trusted keys
 2021-02-02 15:12 UTC  (5+ messages)

[PATCH v3 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-02 15:16 UTC  (15+ messages)
` [PATCH v3 1/3] x509: Detect sm2 keys by their parameters OID
` [PATCH v3 2/3] x509: Add support for parsing x509 certs with NIST p256 keys
` [PATCH v3 3/3] x509: Add support for NIST p192 keys in certificates and akcipher

[PATCH v5 1/4] crypto: Add support for ECDSA signature verification
 2021-02-02 10:16 UTC  (12+ messages)
    ` [PATCH v5 4/4] ima: Support EC keys for "
  ` [PATCH v5 2/4] x509: Detect sm2 keys by their parameters OID

[PATCH v5 0/5] Enable root to update the blacklist keyring
 2021-02-01 17:08 UTC  (5+ messages)

[PATCH v6 0/4] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-01 13:04 UTC  (10+ messages)
` [PATCH v6 1/4] crypto: Add support for ECDSA signature verification
` [PATCH v6 2/4] x509: Detect sm2 keys by their parameters OID
` [PATCH v6 3/4] x509: Add support for parsing x509 certs with ECDSA keys
` [PATCH v6 4/4] ima: Support EC keys for signature verification

[PATCH v4 00/10] Enable root to update the blacklist keyring
 2021-01-30 19:39 UTC  (11+ messages)
` [PATCH v4 02/10] certs: Check that builtin blacklist hashes are valid
` [PATCH v4 03/10] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v4 04/10] certs: Fix blacklist flag type confusion
` [PATCH v4 05/10] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v4 08/10] certs: Factor out the blacklist hash creation
` [PATCH v4 10/10] certs: Allow root user to append signed hashes to the blacklist keyring

[PATCH v15 0/5] TPM 2.0 trusted key rework
 2021-01-30 17:12 UTC  (9+ messages)
` [PATCH v15 1/5] lib: add ASN.1 encoder
` [PATCH v15 2/5] oid_registry: Add TCG defined OIDS for TPM keys
` [PATCH v15 3/5] security: keys: trusted: fix TPM2 authorizations
` [PATCH v15 4/5] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
` [PATCH v15 5/5] security: keys: trusted: Make sealed key properly interoperable

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2021-01-30 10:24 UTC  (17+ messages)

[PATCH v4 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-29  1:34 UTC  (9+ messages)
` [PATCH v4 1/3] crypto: Add support for ECDSA signature verification
` [PATCH v4 2/3] x509: Detect sm2 keys by their parameters OID
` [PATCH v4 3/3] x509: Add support for parsing x509 certs with ECDSA keys

[PATCH v2 0/7] Add KDF implementations to crypto API
 2021-01-28 20:21 UTC  (16+ messages)
` [PATCH v2 1/7] crypto: Add key derivation self-test support code
` [PATCH v2 2/7] crypto: add SP800-108 counter key derivation function
` [PATCH v2 3/7] crypto: add RFC5869 HKDF
` [PATCH v2 4/7] security: DH - remove dead code for zero padding
` [PATCH v2 5/7] security: DH - use KDF implementation from crypto API
` [PATCH v2 6/7] fs: use HKDF implementation from kernel "
` [PATCH v2 7/7] fs: HKDF - remove duplicate memory clearing

[PATCH v3] scripts: use pkg-config to locate libcrypto
 2021-01-28  6:37 UTC  (9+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
    ` [PATCH v6] "

[PATCH v4 0/4] Check codeSigning extended key usage extension
 2021-01-27  9:40 UTC  (8+ messages)
` [PATCH 1/4] X.509: Add CodeSigning extended key usage parsing

[PATCH v2 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-27  9:17 UTC  (5+ messages)
` [PATCH v2 1/3] x509: Detect sm2 keys by their parameters OID
` [PATCH v2 2/3] x509: Add support for parsing x509 certs with NIST p256 keys
` [PATCH v2 3/3] x509: Add support for NIST p192 keys in certificates and akcipher

[PATCH 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-26 17:03 UTC  (4+ messages)
` [PATCH 1/3] x509: Add support for parsing x509 certs with NIST p256 keys
` [PATCH 2/3] x509: Add support for NIST p192 keys in certificates and akcipher
` [PATCH 3/3] x509: Detect sm2 keys by their parameters OID

Keyctl: DH test failure
 2021-01-25 15:30 UTC  (3+ messages)

[PATCH v3] keys: X.509 public key issuer lookup without AKID
 2021-01-22 17:19 UTC  (2+ 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).