Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-02 23:37:36 to 2021-04-09 18:56:20 UTC [more...]

[PATCH net-next] [RESEND] wireguard: disable in FIPS mode
 2021-04-09 18:56 UTC  (24+ messages)

[PATCH v4 1/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-09 16:56 UTC  (3+ messages)

[PATCH v2 00/18] Implement RSASSA-PSS signature verification
 2021-04-09 14:15 UTC  (22+ messages)
` [PATCH v2 01/18] X.509: Parse RSASSA-PSS style certificates
` [PATCH v2 02/18] crypto: rsa-pkcs1pad: Rename pkcs1pad-specific functions to rsapad
` [PATCH v2 03/18] crypto: rsa-pkcs1pad: Extract pkcs1pad_create into a generic helper
` [PATCH v2 04/18] crypto: rsa-pkcs1pad: Pull out child req processing code into helpers
` [PATCH v2 05/18] crypto: rsa-pkcs1pad: Rename pkcs1pad_* structs to rsapad_*
` [PATCH v2 06/18] crypto: rsa: Start moving RSA common code to rsa-common
` [PATCH v2 07/18] crypto: rsa: Move more "
` [PATCH v2 08/18] crypto: rsa: Move rsapad_akcipher_setup_child and callback "
` [PATCH v2 09/18] crypto: Extend akcipher API to pass signature parameters
` [PATCH v2 10/18] crypto: rsa: Move struct rsa_mpi_key definition to rsa.h
` [PATCH v2 11/18] crypto: Scaffolding for RSA-PSS signature style
` [PATCH v2 12/18] crypto: rsa-psspad: Introduce shash alloc/dealloc helpers
` [PATCH v2 13/18] crypto: rsa-psspad: Get signature parameters from a given signature
` [PATCH v2 14/18] crypto: Implement MGF1 Mask Generation Function for RSASSA-PSS
` [PATCH v2 15/18] crypto: rsa-psspad: Provide PSS signature verify operation
` [PATCH v2 16/18] crypto: rsa-psspad: Implement signature verify callback
` [PATCH v2 17/18] crypto: Accept pss as valid encoding during signature verification
` [PATCH v2 18/18] keyctl_pkey: Add pkey parameters slen and mgfhash for PSS

[PATCH] crypto: qat - enable detection of accelerators hang
 2021-04-09 13:56 UTC 

[PATCH] crypto: user - make NETLINK_CRYPTO work inside netns
 2021-04-09 13:14 UTC  (6+ messages)
` [PATCH] backports: crypto "
    ` Re: [PATCH] backports: crypto user - make NETLINK_CRYPTO work

[PATCH v2] crypto: hisilicon/hpre - delete redundant log
 2021-04-09  9:30 UTC  (3+ messages)

[PATCH v3 0/5] bug fix and clear coding style
 2021-04-09  9:04 UTC  (6+ messages)
` [PATCH v3 1/5] crypto: hisilicon/sgl - add a comment for block size initialization
` [PATCH v3 2/5] crypto: hisilicon/sgl - delete unneeded variable initialization
` [PATCH v3 3/5] crypto: hisilicon/sgl - add some dfx logs
` [PATCH v3 4/5] crypto: hisilicon/sgl - fix the soft sg map to hardware sg
` [PATCH v3 5/5] crypto: hisilicon/sgl - fix the sg buf unmap

[PATCH] crypto: api - fix coding style
 2021-04-09  8:59 UTC  (3+ messages)

[PATCH] crypto: qat: Fix a double free in adf_create_ring
 2021-04-09  7:55 UTC  (2+ messages)

[PATCH crypto] chcr: Read rxchannel-id from firmware
 2021-04-09  7:55 UTC  (2+ messages)

[PATCH v2] crypto: hisilicon/qm - delete redundant code
 2021-04-09  7:55 UTC  (2+ messages)

[PATCH] crypto:hisilicon/sec - fixup checking the 3DES weak key
 2021-04-09  7:54 UTC  (2+ messages)

[PATCH][V2] crypto: sa2ul: Fix memory leak of rxd
 2021-04-09  7:54 UTC  (2+ messages)

[PATCH][next] crypto: sun8i-ss: Fix memory leak of pad
 2021-04-09  7:54 UTC  (2+ messages)

[PATCH] crypto: rockchip/rk3288_crypto_ahash - delete unneeded variable initialization
 2021-04-09  7:53 UTC  (2+ messages)

[PATCH -next] crypto: ccp - Use DEFINE_SPINLOCK() for spinlock
 2021-04-09  7:52 UTC  (2+ messages)

[PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
 2021-04-09  7:52 UTC  (2+ messages)

[PATCH] crypto: ccp -A value assigned to a variable is never used
 2021-04-09  7:52 UTC  (2+ messages)

[PATCH v2] crypto: hisilicon/sec - Fix a module parameter error
 2021-04-09  7:51 UTC  (2+ messages)

crypto: possible NULL reference
 2021-04-09  7:51 UTC  (2+ messages)

[PATCH] crypto: allwinner: add missing CRYPTO_ prefix
 2021-04-09  7:47 UTC  (2+ messages)

[PATCH v2 0/5] bug fix and clear coding style
 2021-04-09  7:43 UTC  (3+ messages)
` [PATCH v2 5/5] crypto: hisilicon/sgl - fix the sg buf unmap

[PATCH] crypto: chelsio: fix incorrect kernel-doc comment syntax in file
 2021-04-09  7:40 UTC  (2+ messages)

[PATCH] crypto: cbc - fix coding style
 2021-04-09  7:28 UTC  (2+ messages)

[PATCH] crypto: deflate - Remove useless call "zlib_inflateEnd"
 2021-04-09  7:19 UTC  (2+ messages)

[PATCH -next] hwrng: exynos - fix PM reference leak in exynos_trng_probe()
 2021-04-09  6:17 UTC  (2+ messages)

[PATCH v5 0/4] Check codeSigning extended key usage extension
 2021-04-09  2:46 UTC  (5+ messages)
` [PATCH 1/4] X.509: Add CodeSigning extended key usage parsing
` [PATCH 2/4] PKCS#7: Check codeSigning EKU for kernel module and kexec pe verification
` [PATCH 3/4] modsign: Add codeSigning EKU when generating X.509 key generation config
` [PATCH 4/4] Documentation/admin-guide/module-signing.rst: add openssl command option example for CodeSign EKU

[PATCH v5 1/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-08 23:55 UTC  (9+ messages)

[PATCH 00/18] Implement RSASSA-PSS signature verification
 2021-04-08 14:21 UTC  (5+ messages)
` [PATCH 01/18] X.509: Parse RSASSA-PSS style certificates

[PATCH v4 0/4] crypto: add rsa pss support for x509
 2021-04-08 13:12 UTC  (6+ messages)
` [PATCH v4 1/4] x509: add support for rsa-pss
` [PATCH v4 2/4] crypto: support rsa-pss encoding
` [PATCH v4 3/4] crypto: add rsa pss test vector
` [PATCH v4 4/4] ima: add support for rsa pss verification

[PATCH 0/2] crypto: correct the use of print format
 2021-04-08 10:23 UTC  (3+ messages)
` [PATCH 1/2] crypto/atmel - use the correct "
` [PATCH 2/2] crypto: hisilicon/sec_drv "

Is it possible to add block ciphers for MIPS OCTEON?
 2021-04-08  9:31 UTC 

[PATCH 0/5] crypto: add rsa pss support for x509
 2021-04-08  7:41 UTC  (6+ messages)
` [PATCH v2 1/4] x509: add support for rsa-pss
` [PATCH v2 2/4] crypto: support rsa-pss encoding
` [PATCH v2 3/4] crypto: add rsa pss test vector
` [PATCH v2 4/4] ima: add support for rsa pss verification

[PATCH -next 7/7] crypto: omap-aes - Fix PM reference leak on omap-aes.c
 2021-04-08  7:18 UTC 

[PATCH -next 4/7] crypto: stm32/hash - Fix PM reference leak on stm32-hash.c
 2021-04-08  7:18 UTC 

[PATCH -next 6/7] crypto: sa2ul - Fix PM reference leak in sa_ul_probe()
 2021-04-08  7:18 UTC 

[PATCH -next 5/7] crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c
 2021-04-08  7:18 UTC 

[PATCH -next 2/7] crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails
 2021-04-08  7:18 UTC 

[PATCH -next 3/7] crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
 2021-04-08  7:18 UTC 

[PATCH -next 1/7] crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails
 2021-04-08  7:18 UTC 

[PATCH] crypto: cavium - remove unused including <linux/version.h>
 2021-04-08  3:21 UTC 

[PATCH v3 1/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-07 20:59 UTC  (2+ messages)

[PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-07 18:00 UTC  (18+ messages)
` [PATCH v2 1/8] crypto: ccp: Free SEV device if SEV init fails
` [PATCH v2 2/8] crypto: ccp: Detect and reject "invalid" addresses destined for PSP
` [PATCH v2 3/8] crypto: ccp: Reject SEV commands with mismatching command buffer
` [PATCH v2 4/8] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
` [PATCH v2 5/8] crypto: ccp: Use the stack for small SEV command buffers
` [PATCH v2 6/8] crypto: ccp: Use the stack and common buffer for status commands
` [PATCH v2 7/8] crypto: ccp: Use the stack and common buffer for INIT command
` [PATCH v2 8/8] KVM: SVM: Allocate SEV command structures on local stack

[PATCH v7 0/5] Enable root to update the blacklist keyring
 2021-04-07 17:21 UTC  (2+ messages)

[PATCH -next 0/5] Remove redundant dev_err call
 2021-04-07 14:18 UTC  (6+ messages)
` [PATCH -next 1/5] crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe()
` [PATCH -next 2/5] crypto: img-hash - Remove redundant dev_err call in img_hash_probe()
` [PATCH -next 3/5] crypto: ux500 - Remove redundant dev_err calls
` [PATCH -next 4/5] crypto: keembay "
` [PATCH -next 5/5] crypto: ccree - Remove redundant dev_err call in init_cc_resources()

[PATCH] crypto: hisilicon/trng - add version to adapt new algorithm
 2021-04-07  9:44 UTC 

[PATCH 0/5] crypto: add rsa pss support for x509
 2021-04-07  8:54 UTC  (10+ messages)
` [PATCH 1/5] x509: add support for rsa-pss
` [PATCH 2/5] crypto: support rsa-pss encoding
` [PATCH 3/5] crypto: add rsa pss test vector
` [PATCH 4/5] crypto: ecdsa ima support
` [PATCH 5/5] ima: add support for rsa pss verification
  ` [PATCH 0/5] crypto: add rsa pss support for x509(Internet mail)

[PATCH v3 0/4] crypto: add rsa pss support for x509
 2021-04-07  8:40 UTC  (6+ messages)
` [PATCH v3 1/4] x509: add support for rsa-pss
` [PATCH v3 2/4] crypto: support rsa-pss encoding
` [PATCH v3 3/4] crypto: add rsa pss test vector
` [PATCH v3 4/4] ima: add support for rsa pss verification

[PATCH v2 0/2] support sign module with SM2-with-SM3 algorithm
 2021-04-07  3:29 UTC  (2+ messages)

[PATCH] crypto: sm3 - use the more precise type u32 instead of unsigned int
 2021-04-07  3:26 UTC  (3+ messages)

[PATCH v2 0/4] crypto: add rsa pss support for x509
 2021-04-07  3:03 UTC 

[PATCH] crypto: arm64/aes-ce - deal with oversight in new CTR carry code
 2021-04-06 14:25 UTC 

[PATCH] crypto: hisilicon/qm - add stop queue by hardware
 2021-04-06 12:56 UTC 

[PATCH -next] crypto: ixp4xx -: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:02 UTC 

[PATCH -next] crypto: geode -: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:00 UTC 

[PATCH v2] ecc: delete a useless function declaration
 2021-04-06  2:32 UTC 

[PATCH] ecc: delete a useless function declaration
 2021-04-06  1:12 UTC  (3+ messages)

[PATCH] crypto: hisilicon/hpre - rsa key should not be empty
 2021-04-06  0:51 UTC  (5+ messages)

[PATCH] crypto: fix CRYPTO_LIB_* dependencies on CRYPTO
 2021-04-05 22:50 UTC  (2+ messages)

[PATCH 0/7] Add support for AEAD algorithms in Qualcomm Crypto Engine driver
 2021-04-05 22:32 UTC  (9+ messages)
` [PATCH 1/7] crypto: qce: common: Add MAC failed error checking
` [PATCH 2/7] crypto: qce: common: Make result dump optional
` [PATCH 3/7] crypto: qce: Add mode for rfc4309
` [PATCH 6/7] crypto: qce: common: Add support for AEAD algorithms

[PATCH 0/5] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-05 16:37 UTC  (17+ messages)
` [PATCH 1/5] crypto: ccp: Detect and reject vmalloc addresses destined for PSP
` [PATCH 2/5] crypto: ccp: Reject SEV commands with mismatching command buffer
` [PATCH 3/5] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
` [PATCH 4/5] crypto: ccp: Use the stack for small SEV command buffers
` [PATCH 5/5] KVM: SVM: Allocate SEV command structures on local stack

[PATCH v3 0/2] PSP TEE driver update and bug fixes
 2021-04-05  6:40 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).