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
2021-12-01 00:50:17 linux-crypto [PATCH 09/18] crypto: dh - implement private key generation primitive
2021-12-01 00:50:16 linux-crypto [PATCH 10/18] crypto: dh - introduce support for ephemeral key generation to dh-generic
2021-12-01 00:50:15 linux-crypto [PATCH 07/18] crypto: testmgr - add DH RFC 3526 modp2048 test vector
2021-12-01 00:50:14 linux-kernel [PATCH 05/18] crypto: testmgr - add DH RFC 7919 ffdhe2048 test vector
2021-12-01 00:50:12 linux-crypto [PATCH 06/18] crypto: dh - introduce RFC 3526 safe-prime groups
2021-12-01 00:50:06 linux-kernel [PATCH 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
2021-12-01 00:50:01 linux-kernel [PATCH 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-01 00:49:54 linux-kernel [PATCH 02/18] crypto: dh - constify struct dh's pointer members
2021-12-01 00:49:53 linux-crypto [PATCH 05/18] crypto: testmgr - add DH RFC 7919 ffdhe2048 test vector
2021-12-01 00:49:44 linux-kernel [PATCH 01/18] crypto: dh - remove struct dh's ->q member
2021-12-01 00:49:41 linux-crypto [PATCH 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
2021-12-01 00:49:34 linux-crypto [PATCH 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
2021-12-01 00:49:32 linux-crypto [PATCH 01/18] crypto: dh - remove struct dh's ->q member
2021-12-01 00:49:32 linux-crypto [PATCH 02/18] crypto: dh - constify struct dh's pointer members
2021-12-01 00:49:28 linux-kernel [PATCH 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-01 00:49:28 linux-crypto [PATCH 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-11-30 14:10:47 linux-kernel [PATCH 3/3] crypto: jitter - quit sample collection loop upon RCT failure
2021-11-30 14:10:44 linux-kernel [PATCH 2/3] crypto: jitter - don't limit ->health_failure check to FIPS mode
2021-11-30 14:10:41 linux-kernel [PATCH 1/3] crypto: drbg - ignore jitterentropy errors if not in FIPS mode
2021-11-30 14:10:41 linux-crypto [PATCH 3/3] crypto: jitter - quit sample collection loop upon RCT failure
2021-11-30 14:10:40 linux-crypto [PATCH 1/3] crypto: drbg - ignore jitterentropy errors if not in FIPS mode
2021-11-30 14:10:40 linux-crypto [PATCH 2/3] crypto: jitter - don't limit ->health_failure check to FIPS mode
2021-11-30 14:10:36 linux-kernel [PATCH 0/3] crypto: jitterentropy - bound collection loop
2021-11-30 14:10:33 linux-crypto [PATCH 0/3] crypto: jitterentropy - bound collection loop
2021-11-15 14:20:23 linux-kernel [PATCH v2 6/6] crypto: DRBG - reseed 'nopr' drbgs periodically from get_random_bytes()
2021-11-15 14:20:06 linux-kernel [PATCH v2 5/6] crypto: DRBG - make drbg_prepare_hrng() handle jent instantiation errors
2021-11-15 14:19:56 linux-kernel [PATCH v2 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous
2021-11-15 14:19:40 linux-kernel [PATCH v2 3/6] crypto: DRBG - move dynamic ->reseed_threshold adjustments to __drbg_seed()
2021-11-15 14:19:30 linux-kernel [PATCH v2 2/6] crypto: DRBG - track whether DRBG was seeded with !rng_is_initialized()
2021-11-15 14:19:24 linux-crypto [PATCH v2 6/6] crypto: DRBG - reseed 'nopr' drbgs periodically from get_random_bytes()
2021-11-15 14:19:21 linux-crypto [PATCH v2 5/6] crypto: DRBG - make drbg_prepare_hrng() handle jent instantiation errors
2021-11-15 14:19:14 linux-kernel [PATCH v2 1/6] crypto: DRBG - prepare for more fine-grained tracking of seeding state
2021-11-15 14:19:14 linux-crypto [PATCH v2 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous
2021-11-15 14:18:47 linux-kernel [PATCH v2 0/6] crypto: DRBG - improve 'nopr' reseeding
2021-11-15 14:18:47 linux-crypto [PATCH v2 3/6] crypto: DRBG - move dynamic ->reseed_threshold adjustments to __drbg_seed()
2021-11-15 14:18:43 linux-crypto [PATCH v2 0/6] crypto: DRBG - improve 'nopr' reseeding
2021-11-15 14:18:43 linux-crypto [PATCH v2 1/6] crypto: DRBG - prepare for more fine-grained tracking of seeding state
2021-11-15 14:18:43 linux-crypto [PATCH v2 2/6] crypto: DRBG - track whether DRBG was seeded with !rng_is_initialized()
2021-10-27 21:20:58 linux-crypto Re: [PATCH 8/8] crypto: api - make the algorithm lookup priorize non-larvals
2021-10-27 21:19:49 linux-crypto Re: [PATCH 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous
2021-10-27 20:18:35 linux-crypto Re: [PATCH 0/6] crypto: DRBG - improve 'nopr' reseeding
2021-10-25 09:29:27 linux-crypto [PATCH 5/6] crypto: DRBG - make drbg_prepare_hrng() handle jent instantiation errors
2021-10-25 09:27:38 linux-crypto [PATCH 6/6] crypto: DRBG - reseed 'nopr' drbgs periodically from get_random_bytes()
2021-10-25 09:27:10 linux-crypto [PATCH 3/6] crypto: DRBG - move dynamic ->reseed_threshold adjustments to __drbg_seed()
2021-10-25 09:27:07 linux-crypto [PATCH 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous
2021-10-25 09:26:51 linux-crypto [PATCH 2/6] crypto: DRBG - track whether DRBG was seeded with !rng_is_initialized()
2021-10-25 09:26:30 linux-crypto [PATCH 1/6] crypto: DRBG - prepare for more fine-grained tracking of seeding state
2021-10-25 09:26:30 linux-crypto [PATCH 0/6] crypto: DRBG - improve 'nopr' reseeding
2021-10-11 08:35:02 linux-crypto Re: [PATCH 8/8] crypto: api - make the algorithm lookup priorize non-larvals
2021-10-03 18:18:10 linux-crypto [PATCH 6/8] crypto: api - make crypto_alg_lookup() consistently check for failed algos
2021-10-03 18:17:16 linux-crypto [PATCH 8/8] crypto: api - make the algorithm lookup priorize non-larvals