linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 19:17:03 to 2021-01-28 20:22:46 UTC [more...]

[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] vio: make remove callback return void
 2021-01-28 20:08 UTC  (2+ messages)

[PATCH v4 00/10] Enable root to update the blacklist keyring
 2021-01-28 18:00 UTC  (14+ messages)
` [PATCH v4 01/10] tools/certs: Add print-cert-tbs-hash.sh
` [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 06/10] certs: Make blacklist_vet_description() more strict
` [PATCH v4 07/10] certs/blacklist: fix kernel doc interface issue
` [PATCH v4 08/10] certs: Factor out the blacklist hash creation
` [PATCH v4 09/10] PKCS#7: Fix missing include
` [PATCH v4 10/10] certs: Allow root user to append signed hashes to the blacklist keyring

[RFC PATCH 0/8] x86: Support Intel Key Locker
 2021-01-28 16:10 UTC  (4+ messages)
` [RFC PATCH 4/8] x86/power: Restore Key Locker internal key from the ACPI S3/4 sleep states

[PATCH v4 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-28 13:58 UTC  (8+ 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 0/9] arm64: rework NEON yielding to avoid scheduling from asm code
 2021-01-28 13:06 UTC  (10+ messages)
` [PATCH 1/9] arm64: assembler: add cond_yield macro
` [PATCH 2/9] crypto: arm64/sha1-ce - simplify NEON yield
` [PATCH 3/9] crypto: arm64/sha2-ce "
` [PATCH 4/9] crypto: arm64/sha3-ce "
` [PATCH 5/9] crypto: arm64/sha512-ce "
` [PATCH 6/9] crypto: arm64/aes-neonbs - remove NEON yield calls
` [PATCH 7/9] crypto: arm64/aes-ce-mac - simplify NEON yield
` [PATCH 8/9] crypto: arm64/crc-t10dif - move NEON yield to C code
` [PATCH 9/9] arm64: assembler: remove conditional NEON yield macros

[PATCH v7 0/7] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-01-28 10:39 UTC  (11+ messages)
` [PATCH v7 1/7] crypto: hisilicon/hpre - add version adapt to new algorithms
` [PATCH v7 2/7] crypto: hisilicon/hpre - add some updates to adapt to Kunpeng 930
` [PATCH v7 3/7] crypto: hisilicon/hpre - add algorithm type
` [PATCH v7 4/7] crypto: add ecc curve and expose them
` [PATCH v7 5/7] crypto: add curve 25519 "
` [PATCH v7 6/7] crypto: hisilicon/hpre - add 'ECDH' algorithm
` [PATCH v7 7/7] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

[PATCH 0/7] crypto: switch to static calls for CRC-T10DIF
 2021-01-28  8:19 UTC  (4+ messages)

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2021-01-28  4:13 UTC  (15+ messages)

[PATCH v3 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-27 22:42 UTC  (12+ 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

mmotm 2021-01-25-21-18 uploaded (octeontx2)
 2021-01-27 20:15 UTC 

[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

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-01-27 12:03 UTC  (11+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void

[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 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] crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
 2021-01-27  5:25 UTC 

[PATCH v3 0/6] Regression fixes/clean ups in the Qualcomm crypto engine driver
 2021-01-25 16:34 UTC  (13+ messages)
` [PATCH v3 1/6] drivers: crypto: qce: sha: Restore/save ahash state with custom struct in export/import
` [PATCH v3 2/6] drivers: crypto: qce: sha: Hold back a block of data to be transferred as part of final
` [PATCH v3 3/6] drivers: crypto: qce: skcipher: Fix regressions found during fuzz testing
` [PATCH v3 4/6] drivers: crypto: qce: common: Set data unit size to message length for AES XTS transformation
` [PATCH v3 5/6] drivers: crypto: qce: Remover src_tbl from qce_cipher_reqctx
` [PATCH v3 6/6] drivers: crypto: qce: Remove totallen and offset in qce_start

[PATCH] crypto/ccree: fix spelling typo of allocated
 2021-01-26  3:45 UTC 

kcryptd, copy big file, unresponsive system (GUI)
 2021-01-25 13:09 UTC 

[GIT PULL] Crypto Update for 5.9
 2021-01-26  0:01 UTC  (8+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11

[PATCH v2] KVM/SVM: add support for SEV attestation command
 2021-01-25 17:40 UTC  (3+ messages)

linux-next-20210125: drivers/crypto/marvell/octeontx2/ build errors
 2021-01-25 17:41 UTC 

[RFC V2 0/5] Introduce AVX512 optimized crypto algorithms
 2021-01-25 17:27 UTC  (8+ messages)
` [RFC V2 1/5] crypto: aesni - fix coding style for if/else block
` [RFC V2 2/5] x86: Probe assembler capabilities for VAES and VPLCMULQDQ support
` [RFC V2 3/5] crypto: crct10dif - Accelerated CRC T10 DIF with vectorized instruction
` [RFC V2 4/5] crypto: aesni - AES CTR x86_64 "by16" AVX512 optimization
` [RFC V2 5/5] crypto: aesni - AVX512 version of AESNI-GCM using VPCLMULQDQ

[PATCH] crypto: xor - avoid division by zero crash
 2021-01-24 20:38 UTC  (3+ messages)

[RFC PATCH 0/6] Keem Bay OCS ECC crypto driver
 2021-01-22 12:07 UTC  (13+ messages)

[PATCH] crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
 2021-01-22 10:59 UTC  (4+ messages)

[PATCH 0/2] crypto: aesni - fix more FPU handling and indirect call issues
 2021-01-22  6:21 UTC  (2+ messages)

[PATCH] crypto: keembay: ocs-aes: use 64-bit arithmetic for computing bit_len
 2021-01-22  6:21 UTC  (2+ messages)

[PATCH] crypto: lib/chacha20poly1305 - define empty module exit function
 2021-01-22  6:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/9] Add Support for Marvell OcteonTX2 CPT engine
 2021-01-22  6:21 UTC  (2+ messages)

[PATCH v3] crypto - shash: reduce minimum alignment of shash_desc structure
 2021-01-22  6:20 UTC  (2+ messages)

[PATCH] crypto: arm64/sha - add missing module aliases
 2021-01-22  6:20 UTC  (2+ messages)

[PATCH 0/5] crypto: remove some obsolete algorithms
 2021-01-21 18:23 UTC  (10+ messages)
` [PATCH 1/5] crypto: remove RIPE-MD 128 hash algorithm
` [PATCH 2/5] crypto: remove RIPE-MD 256 "
` [PATCH 3/5] crypto: remove RIPE-MD 320 "
` [PATCH 4/5] crypto: remove Tiger 128/160/192 hash algorithms
` [PATCH 5/5] crypto: remove Salsa20 stream cipher algorithm

[PATCH v3 00/10] Enable root to update the blacklist keyring
 2021-01-21 15:21 UTC  (19+ messages)
` [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v3 04/10] certs: Fix blacklist flag type confusion
` [PATCH v3 05/10] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v3 08/10] certs: Check that builtin blacklist hashes are valid

[PATCH 1/2] crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)
 2021-01-21 10:12 UTC  (7+ messages)

[RFC V1 0/7] Introduce AVX512 optimized crypto algorithms
 2021-01-20 22:48 UTC  (13+ messages)
` [RFC V1 1/7] x86: Probe assembler capabilities for VAES and VPLCMULQDQ support
` [RFC V1 2/7] crypto: crct10dif - Accelerated CRC T10 DIF with vectorized instruction
` [RFC V1 5/7] crypto: aesni - AES CTR x86_64 "by16" AVX512 optimization
` [RFC V1 7/7] crypto: aesni - AVX512 version of AESNI-GCM using VPCLMULQDQ

[PATCH] crypto: public_key: check that pkey_algo is non-NULL before passing it to strcmp()
 2021-01-21  5:58 UTC  (7+ messages)

[PATCH v4 00/19]crypto: convert tasklets to use new tasklet_setup API()
 2021-01-21  4:41 UTC  (20+ messages)
` [PATCH v4 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API
` [PATCH v4 02/19] crypto: atmel: "
` [PATCH v4 03/19] crypto: axis: "
` [PATCH v4 04/19] crypto: caam: "
` [PATCH v4 05/19] crypto: cavium: "
` [PATCH v4 06/19] crypto: ccp: "
` [PATCH v4 07/19] crypto: ccree: "
` [PATCH v4 08/19] crypto: hifn_795x: "
` [PATCH v4 09/19] crypto: img-hash: "
` [PATCH v4 10/19] crypto: ixp4xx: "
` [PATCH v4 11/19] crypto: mediatek: "
` [PATCH v4 12/19] crypto: omap: "
` [PATCH v4 13/19] crypto: picoxcell: "
` [PATCH v4 14/19] crypto: qat: "
` [PATCH v4 15/19] crypto: qce: "
` [PATCH v4 16/19] crypto: rockchip: "
` [PATCH v4 17/19] crypto: s5p: "
` [PATCH v4 18/19] crypto: talitos: "
` [PATCH v4 19/19] crypto: octeontx: "


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