Nicolai Stange ([email protected])

Number of posts: 303 (0.13 per day)
First post: 2017-08-18 13:44:41
Last post: 2024-02-21 12:44:13

Date List Subject
2022-02-02 16:31:56 linux-kernel [PATCH v3 00/15] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2022-02-02 13:54:58 linux-crypto [PATCH v3 03/15] crypto: dh - remove struct dh's ->q member
2022-02-02 13:35:50 linux-kernel [PATCH v3 11/15] crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
2022-02-02 13:14:59 linux-kernel [PATCH v3 14/15] lib/mpi: export mpi_rshift
2022-02-02 12:50:10 linux-crypto [PATCH v3 15/15] crypto: dh - calculate Q from P for the full public key verification
2022-02-02 12:35:22 linux-crypto [PATCH v3 02/15] crypto: kpp - provide support for KPP spawns
2022-02-02 12:33:58 linux-kernel Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-02-02 11:40:38 linux-kernel [PATCH v3 09/15] crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
2022-02-02 11:02:23 linux-kernel [PATCH v3 06/15] crypto: dh - introduce common code for built-in safe-prime group support
2022-01-31 11:05:48 linux-kernel Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-14 21:28:56 linux-crypto Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-14 21:16:55 linux-crypto Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-14 12:34:25 linux-kernel Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-14 09:09:07 linux-kernel Re: [v2 PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-11 07:50:23 linux-kernel Re: [PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-11 07:50:22 linux-crypto Re: [PATCH] crypto: api - Disallow sha1 in FIPS-mode while allowing hmac(sha1)
2022-01-07 07:01:11 linux-kernel Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2022-01-07 07:01:09 linux-crypto Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2022-01-07 06:37:35 linux-kernel Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2022-01-07 06:37:34 linux-crypto Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-20 15:28:06 linux-kernel Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-20 15:28:05 linux-crypto Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-13 10:18:55 linux-kernel Re: [PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-13 10:14:45 linux-crypto Re: [PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-13 10:09:24 linux-kernel Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-13 10:08:58 linux-crypto Re: [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-10 10:00:59 linux-kernel Re: [PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-10 10:00:58 linux-crypto Re: [PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-09 09:26:50 linux-kernel Re: [PATCH 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
2021-12-09 09:26:49 linux-crypto Re: [PATCH 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
2021-12-09 09:18:33 linux-kernel Re: [PATCH 08/18] crypto: testmgr - run only subset of DH vectors based on config
2021-12-09 09:18:32 linux-crypto Re: [PATCH 08/18] crypto: testmgr - run only subset of DH vectors based on config
2021-12-09 09:10:05 linux-kernel Re: [PATCH 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
2021-12-09 09:10:04 linux-crypto Re: [PATCH 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
2021-12-09 09:08:11 linux-kernel Re: [PATCH 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-09 09:08:09 linux-crypto Re: [PATCH 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-09 09:05:21 linux-kernel [PATCH v2 08/18] crypto: testmgr - run only subset of DH vectors based on config
2021-12-09 09:05:18 linux-kernel [PATCH v2 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
2021-12-09 09:05:15 linux-kernel [PATCH v2 17/18] crypto: dh - try to match domain parameters to a known safe-prime group
2021-12-09 09:05:12 linux-kernel [PATCH v2 16/18] crypto: dh - calculate Q from P for the full public key verification
2021-12-09 09:05:09 linux-kernel [PATCH v2 12/18] crypto: dh - introduce support for ephemeral key generation to qat driver
2021-12-09 09:05:06 linux-kernel [PATCH v2 15/18] crypto: dh - store group id in dh-generic's dh_ctx
2021-12-09 09:05:03 linux-kernel [PATCH v2 14/18] lib/mpi: export mpi_rshift
2021-12-09 09:04:59 linux-kernel [PATCH v2 13/18] crypto: testmgr - add DH test vectors for key generation
2021-12-09 09:04:58 linux-crypto [PATCH v2 08/18] crypto: testmgr - run only subset of DH vectors based on config
2021-12-09 09:04:58 linux-crypto [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-09 09:04:55 linux-kernel [PATCH v2 11/18] crypto: dh - introduce support for ephemeral key generation to hpre driver
2021-12-09 09:04:52 linux-kernel [PATCH v2 10/18] crypto: dh - introduce support for ephemeral key generation to dh-generic
2021-12-09 09:04:52 linux-crypto [PATCH v2 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
2021-12-09 09:04:48 linux-kernel [PATCH v2 09/18] crypto: dh - implement private key generation primitive
2021-12-09 09:04:48 linux-crypto [PATCH v2 17/18] crypto: dh - try to match domain parameters to a known safe-prime group