linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 09:19:53 to 2021-11-05 07:26:52 UTC [more...]

[PATCH] crypto: api - Fix built-in testing dependency failures
 2021-11-05  7:26 UTC  (17+ messages)
` [v2 PATCH] "
            ` [PATCH] crypto: api - Do not create test larvals if manager is disabled
                            ` crypto: api - Fix boot-up crash when crypto "

[PATCH v2] tcp: Initial support for RFC5925 auth option
 2021-11-05  7:04 UTC  (50+ messages)
` [PATCH v2 01/25] tcp: authopt: Initial support and key management
` [PATCH v2 02/25] docs: Add user documentation for tcp_authopt
` [PATCH v2 03/25] selftests: Initial tcp_authopt test module
` [PATCH v2 04/25] selftests: tcp_authopt: Initial sockopt manipulation
` [PATCH v2 05/25] tcp: authopt: Add crypto initialization
` [PATCH v2 06/25] tcp: authopt: Compute packet signatures
` [PATCH v2 07/25] tcp: Use BIT() for OPTION_* constants
` [PATCH v2 08/25] tcp: authopt: Hook into tcp core
` [PATCH v2 09/25] tcp: authopt: Disable via sysctl by default
` [PATCH v2 10/25] selftests: tcp_authopt: Test key address binding
` [PATCH v2 11/25] tcp: authopt: Implement Sequence Number Extension
` [PATCH v2 12/25] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v2 13/25] tcp: authopt: Add support for signing skb-less replies
` [PATCH v2 14/25] tcp: ipv4: Add AO signing for "
` [PATCH v2 15/25] selftests: tcp_authopt: Implement SNE in python
` [PATCH v2 16/25] selftests: tcp_authopt: Add scapy-based packet signing code
` [PATCH v2 17/25] selftests: tcp_authopt: Add packet-level tests
` [PATCH v2 18/25] selftests: tcp_authopt: Initial sne test
` [PATCH v2 19/25] tcp: authopt: Add key selection controls
` [PATCH v2 20/25] selftests: tcp_authopt: Add tests for rollover
` [PATCH v2 21/25] tcp: authopt: Add initial l3index support
` [PATCH v2 22/25] selftests: tcp_authopt: Initial tests for l3mdev handling
` [PATCH v2 23/25] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v2 24/25] selftests: nettest: Initial tcp_authopt support
` [PATCH v2 25/25] selftests: net/fcnal: "

crashes in crypto_shash_update()
 2021-11-05  5:55 UTC  (3+ messages)

[PATCH 0/5] tcp/md5: Generic tcp_sig_pool
 2021-11-05  2:55 UTC  (8+ messages)
` [PATCH 1/5] tcp/md5: Don't BUG_ON() failed kmemdup()
` [PATCH 2/5] tcp/md5: Don't leak ahash in OOM
` [PATCH 3/5] tcp/md5: Alloc tcp_md5sig_pool only in setsockopt()
` [PATCH 4/5] tcp/md5: Use tcp_md5sig_pool_* naming scheme
` [PATCH 5/5] tcp/md5: Make more generic tcp_sig_pool

[PATCH] crypto: caam - check jr permissions before probing
 2021-11-05  1:20 UTC  (2+ messages)

[PATCH] crypto: qce: fix uaf on qce_skcipher_register_one
 2021-11-04 13:46 UTC 

[PATCH] crypto: qce: fix uaf on qce_ahash_register_one
 2021-11-04 13:38 UTC 

[PATCH] crypto: qce: fix uaf on qce_aead_register_one
 2021-11-04 13:28 UTC 

[PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
 2021-11-04 10:15 UTC  (2+ messages)

[PATCH] crypto: x86/aes-ni: fix AVX detection
 2021-11-04 10:00 UTC  (5+ messages)

[PATCH] crypto: hisilicon/hpre - use swap() to make code cleaner
 2021-11-04  9:34 UTC  (2+ messages)

[GIT PULL] zstd changes for linux-next
 2021-11-03  4:30 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
 2021-11-02 17:37 UTC  (2+ messages)

[PATCH v2 0/8] STM32 CRYP driver: many fixes
 2021-11-02 16:47 UTC  (9+ messages)
` [PATCH v2 1/8] crypto: stm32/cryp - defer probe for reset controller
` [PATCH v2 2/8] crypto: stm32/cryp - don't print error on probe deferral
` [PATCH v2 3/8] crypto: stm32/cryp - fix CTR counter carry
` [PATCH v2 4/8] crypto: stm32/cryp - fix race condition in crypto_engine requests
` [PATCH v2 5/8] crypto: stm32/cryp - check early input data
` [PATCH v2 6/8] crypto: stm32/cryp - fix double pm exit
` [PATCH v2 7/8] crypto: stm32/cryp - fix bugs and crash in tests
` [PATCH v2 8/8] crypto: stm32/cryp - reorder hw initialization

[PATCH V3 0/4] Add SEV_INIT_EX support
 2021-11-02 16:28 UTC  (9+ messages)
` [PATCH V3 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH V3 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V3 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH V3 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH V2 0/4] Add SEV_INIT_EX support
 2021-11-02 14:21 UTC  (9+ messages)
` [PATCH V2 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH V2 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V2 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH V2 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH 0/8] STM32 CRYP driver: many fixes
 2021-11-02 11:12 UTC  (14+ messages)
` [PATCH 1/8] crypto: stm32/cryp - defer probe for reset controller
` [PATCH 2/8] crypto: stm32/cryp - don't print error on probe deferral
` [PATCH 3/8] crypto: stm32/cryp - fix CTR counter carry
` [PATCH 4/8] crypto: stm32/cryp - fix race condition
` [PATCH 5/8] crypto: stm32/cryp - check early input data
` [PATCH 6/8] crypto: stm32/cryp - fix double pm exit
` [PATCH 7/8] crypto: stm32/cryp - fix bugs and crash in tests
` [PATCH 8/8] crypto: stm32/cryp - reorder hw initialization

[PATCH -next] crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()
 2021-11-02 10:11 UTC  (2+ messages)

[GIT PULL] Crypto Update for 5.9
 2021-11-02  4:27 UTC  (20+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11
        ` [GIT PULL] Crypto Fixes for 5.14
            ` [GIT PULL] Crypto Fixes for 5.15
` [GIT PULL] Crypto Update for 5.10
  ` [GIT PULL] Crypto Update for 5.11
    ` [GIT PULL] Crypto Update for 5.12
      ` [GIT PULL] Crypto Update for 5.13
        ` [GIT PULL] Crypto Update for 5.14
          ` [GIT PULL] Crypto Update for 5.15
            ` [GIT PULL] Crypto Update for 5.16

[PATCH v3 0/6] crypto: hisilicon - supports hash algorithm for SEC engine
 2021-11-02  3:52 UTC  (3+ messages)

[PATCH 0/4] Add SEV_INIT_EX support
 2021-11-01 17:18 UTC  (20+ messages)
` [PATCH 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-11-01  8:00 UTC  (3+ messages)
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator

[PATCH v2] driver: crypto: caam: replace this_cpu_ptr with raw_cpu_ptr
 2021-11-01  3:13 UTC 

[PATCH v2] hwrng: cavium: Check health status while reading random data
 2021-10-29 17:19 UTC 

[PATCH] crypto testmgr: fix wrong key length
 2021-10-29 13:12 UTC  (2+ messages)

[PATCH] crypto: pcrypt - Delay write to padata->info
 2021-10-29 13:12 UTC  (2+ messages)

[PATCH] crypto: ccp - Make use of the helper macro kthread_run()
 2021-10-29 13:11 UTC  (2+ messages)

[PATCH v3] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-29 13:11 UTC  (2+ messages)

[PATCH] crypto: sa2ul - Use the defined variable to clean code
 2021-10-29 13:11 UTC  (2+ messages)

[PATCH 0/5] Keem Bay OCS ECC crypto driver
 2021-10-29 13:11 UTC  (4+ messages)
` [PATCH 4/5] dt-bindings: crypto: Add Keem Bay ECC bindings

[PATCH] hwrng: cavium: Check health status while reading random data
 2021-10-29 13:07 UTC  (2+ messages)

[PATCH] driver: crypto: caam: instead this_cpu_ptr with raw_cpu_ptr
 2021-10-29 12:30 UTC  (2+ messages)

[PATCH v3 2/2] crypto: mtk-eip93 - Add Mediatek EIP-93 crypto engine
 2021-10-29  6:41 UTC  (5+ messages)

linux-next: build failure after merge of the crypto tree
 2021-10-29  6:09 UTC  (6+ messages)
` [PATCH] crypto: api - Export crypto_boot_test_finished

[PATCH v3 0/2] use SM3 instead of SM3_256
 2021-10-28 13:07 UTC  (7+ messages)
` [PATCH v3 1/2] crypto: "
` [PATCH v3 2/2] tpm: "

[PATCH] crypto: hisilicon/hpre - use swap() to make code cleaner
 2021-10-28 11:04 UTC 

[PATCH v2 0/4] hwrng: virtio - add an internal buffer
 2021-10-28 10:11 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] hwrng: virtio - don't wait on cleanup
` [PATCH v2 3/4] hwrng: virtio - don't waste entropy
` [PATCH v2 4/4] hwrng: virtio - always add a pending request

[PATCH 0/8] crypto: api - priorize tested algorithms in lookup
 2021-10-28  2:42 UTC  (7+ messages)
` [PATCH 8/8] crypto: api - make the algorithm lookup priorize non-larvals

[PATCH 0/6] crypto: DRBG - improve 'nopr' reseeding
 2021-10-27 18:44 UTC  (8+ messages)
` [PATCH 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous

[syzbot] KASAN: slab-out-of-bounds Read in copy_data
 2021-10-27 18:38 UTC  (8+ messages)

dt-bindings: treewide: Update @st.com email address to @foss.st.com
 2021-10-27 16:57 UTC  (6+ messages)

[PATCH v3 0/2] Enable the Mediatek EIP-93 crypto engine
 2021-10-27 13:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: Add "

[PATCH] crypto: atmel-aes: Reestablish the correct tfm context at dequeue
 2021-10-27 13:30 UTC 


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