messages from 2024-09-04 12:05:11 to 2024-09-11 09:55:48 UTC [more...]
[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
2024-09-11 9:55 UTC (8+ messages)
[bug report] crypto: algboss - Pass instance creation error up
2024-09-11 8:12 UTC (2+ messages)
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-09-10 21:46 UTC (25+ 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
[PATCH v2] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
2024-09-10 17:38 UTC (3+ messages)
[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
2024-09-10 17:13 UTC (28+ messages)
` [PATCH RESEND v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 02/19] crypto: testmgr: "
` [PATCH RESEND v2 03/19] drm/i915/selftests: "
` [PATCH RESEND v2 04/19] drm/lib: "
` [PATCH RESEND v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH RESEND v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 09/19] bpf: "
` [PATCH RESEND v2 10/19] lib/interval_tree_test.c: "
` [PATCH RESEND v2 11/19] kunit: string-stream-test: "
` [PATCH RESEND v2 12/19] random32: "
` [PATCH RESEND v2 13/19] lib/rbtree-test: "
` [PATCH RESEND v2 14/19] bpf/tests: "
` [PATCH RESEND v2 15/19] lib/test_parman: "
` [PATCH RESEND v2 16/19] lib/test_scanf: "
` [PATCH RESEND v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH RESEND v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH RESEND v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>
[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
2024-09-10 12:20 UTC (9+ messages)
[PATCH] crypto: n2 - Set err to EINVAL if snprintf fails for hmac
2024-09-10 9:30 UTC
[PATCH 00/22] arm64: qcom: Introduce SA8255p Ride platform
2024-09-09 22:00 UTC (62+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 12/21] dt-bindings: thermal: tsens: document support on SA8255p
` [PATCH v2 14/21] dt-bindings: cpufreq: qcom-hw: document support for SA8255p
` [PATCH v2 15/21] dt-bindings: i2c: "
` [PATCH v2 16/21] dt-bindings: spi: "
` [PATCH v2 17/21] dt-bindings: serial: "
[PATCH v4 00/11] dmaengine: qcom: bam_dma: add cmd descriptor support
2024-09-09 9:26 UTC (12+ messages)
` [PATCH v4 01/11] dmaengine: qcom: bam_dma: Add bam_sw_version register read
` [PATCH v4 02/11] dmaengine: qcom: bam_dma: add LOCK & UNLOCK flag support
` [PATCH v4 03/11] crypto: qce - Add support for crypto address read
` [PATCH v4 04/11] crypto: qce - Add bam dma support for crypto register r/w
` [PATCH v4 05/11] crypto: qce - Convert register r/w for skcipher via BAM/DMA
` [PATCH v4 06/11] crypto: qce - Convert register r/w for sha "
` [PATCH v4 07/11] crypto: qce - Convert register r/w for aead "
` [PATCH v4 08/11] crypto: qce - Add LOCK and UNLOCK flag support
` [PATCH v4 09/11] crypto: qce - Add support for lock/unlock in skcipher
` [PATCH v4 10/11] crypto: qce - Add support for lock/unlock in sha
` [PATCH v4 11/11] crypto: qce - Add support for lock/unlock in aead
[PATCH v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
2024-09-09 7:05 UTC (20+ messages)
` [PATCH v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 02/19] crypto: testmgr: "
` [PATCH v2 03/19] drm/i915/selftests: "
` [PATCH v2 04/19] drm/lib: "
` [PATCH v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 09/19] bpf: "
` [PATCH v2 10/19] lib/interval_tree_test.c: "
` [PATCH v2 11/19] kunit: string-stream-test: "
` [PATCH v2 12/19] random32: "
` [PATCH v2 13/19] lib/rbtree-test: "
` [PATCH v2 14/19] bpf/tests: "
` [PATCH v2 15/19] lib/test_parman: "
` [PATCH v2 16/19] lib/test_scanf: "
` [PATCH v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>
[syzbot] [crypto?] [ntfs3?] KMSAN: uninit-value in sw842_compress
2024-09-09 3:09 UTC (3+ messages)
qcom-rng is broken for acpi
2024-09-06 20:33 UTC
[PATCH v8 0/6] Add SPAcc Crypto Driver
2024-09-06 16:25 UTC (10+ messages)
` [PATCH v8 1/6] Add SPAcc Skcipher support
` [PATCH v8 2/6] Add SPAcc AUTODETECT support
` [PATCH v8 3/6] Add SPAcc ahash support
` [PATCH v8 4/6] Add SPAcc AEAD support
` [PATCH v8 5/6] Add SPAcc Kconfig and Makefile
` [PATCH v8 6/6] Add SPAcc compilation in crypto
[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode
2024-09-06 11:14 UTC (6+ messages)
[PATCH v1] crypto: camm/qi - Use ERR_CAST() to return error-valued pointer
2024-09-06 10:43 UTC
[PATCH v2 00/16] Add cmd descriptor support
2024-09-06 7:06 UTC (5+ messages)
[PATCH][next] crypto: qat - Remove trailing space after \n newline
2024-09-06 7:10 UTC (2+ messages)
[PATCH][next] crypto: hisilicon/sec - Remove trailing space after \n newline
2024-09-06 7:10 UTC (2+ messages)
[PATCH 0/3] crypto: hisilicon - fix issues related to device reset
2024-09-06 7:10 UTC (2+ messages)
[PATCH v2 0/3] crypto: hisilicon - fix resource contention and abnormal branch processing issues
2024-09-06 7:10 UTC (2+ messages)
[PATCH] virtio-crypto: support crypto engine framework
2024-09-06 7:09 UTC (3+ messages)
[PATCH] crypto: ccp: do not request interrupt on cmd completion when irqs disabled
2024-09-06 7:07 UTC (2+ messages)
[PATCH] crypto: x86/aesni - update docs for aesni-intel module
2024-09-06 7:06 UTC (2+ messages)
[PATCH] hwrng: mtk - Use devm_pm_runtime_enable
2024-09-06 6:59 UTC (2+ 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 v1 0/1] dt-bindings: crypto: Document support for SPAcc
2024-09-06 6:58 UTC (7+ messages)
` [PATCH v1 1/1] "
[PATCH v3] MIPS: crypto: Clean up useless assignment operations
2024-09-06 6:40 UTC
[RESEND. PATCH v2] MIPS: crypto: Clean up useless assignment operations
2024-09-06 5:56 UTC (2+ messages)
[PATCH v3 0/2] crypto: qcom-rng: fix support for ACPI-based systems
2024-09-06 2:04 UTC (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] crypto: qcom-rng: rename *_of_data to *_match_data
qcom-rng is broken for acpi
2024-09-06 0:14 UTC (6+ messages)
[PATCH v3] dt-bindings: crypto: qcom,prng: document support for SA8255p
2024-09-05 19:06 UTC
[PATCH 0/1] dt-bindings: crypto: Document support for SPAcc
2024-09-05 12:27 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v7 0/6] Add SPAcc Crypto Driver Support
2024-09-05 11:41 UTC (7+ messages)
[PATCH] crypto: octeontx* - Select CRYPTO_AUTHENC
2024-09-05 2:21 UTC
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-09-05 1:01 UTC (8+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v5 0/2] arm64: Implement getrandom() in vDSO
2024-09-04 15:56 UTC (6+ messages)
[PATCH v2 0/2] crypto: qcom-rng: fix support for ACPI-based systems
2024-09-04 14:43 UTC (3+ messages)
` [PATCH v2 1/2] "
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 NNTP newsgroup(s).