Stefan Berger ([email protected])

Number of posts: 1146 (0.57 per day)
First post: 2018-10-19 10:19:09
Last post: 2024-04-29 16:57:39

Date List Subject
2024-02-23 17:27:21 linux-kernel [PATCH v3 00/10] evm: Support signatures on stacked filesystem
2024-02-19 14:41:03 linux-crypto Re: [PATCH v2 00/14] Add support for NIST P521 to ecdsa and ecdh
2024-02-16 19:33:00 linux-kernel Re: [PATCH v2 00/14] Add support for NIST P521 to ecdsa and ecdh
2024-02-16 19:03:48 linux-crypto Re: [PATCH v2 06/14] crypto: ecc - Add NIST P521 curve parameters
2024-02-15 23:18:56 linux-crypto [PATCH v2 06/14] crypto: ecc - Add NIST P521 curve parameters
2024-02-15 23:17:57 linux-crypto [PATCH v2 13/14] crypto: ecdh - Use functions to copy digits from and to byte array
2024-02-15 23:17:34 linux-crypto [PATCH v2 14/14] crypto: ecdh - Add support for NIST P521 and add test case
2024-02-15 23:17:07 linux-crypto [PATCH v2 12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
2024-02-15 23:16:51 linux-kernel [PATCH v2 10/14] crypto: ecc - Implement ecc_digits_to_bytes to convert digits to byte array
2024-02-15 23:16:50 linux-crypto [PATCH v2 11/14] crypto: Add nbits field to ecc_curve structure
2024-02-15 23:16:22 linux-crypto [PATCH v2 09/14] crypto: ecdh - Use properly formatted digits to check for valid key
2024-02-15 23:16:22 linux-crypto [PATCH v2 08/14] x509: Add OID for NIST P521 and extend parser for it
2024-02-15 23:16:03 linux-crypto [PATCH v2 07/14] crypto: ecdsa - Register NIST P521 and extend test suite
2024-02-15 23:15:55 linux-crypto [PATCH v2 04/14] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
2024-02-15 23:15:42 linux-crypto [PATCH v2 05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits
2024-02-15 23:15:28 linux-crypto [PATCH v2 03/14] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
2024-02-15 23:15:00 linux-kernel [PATCH v2 02/14] crypto: ecdsa - Adjust tests on length of key parameters
2024-02-15 23:14:51 linux-kernel [PATCH v2 01/14] crypto: ecdsa - Convert byte arrays with key coordinates to digits
2024-02-15 23:14:38 linux-crypto [PATCH v2 00/14] Add support for NIST P521 to ecdsa and ecdh
2024-02-13 23:14:54 linux-kernel Re: [PATCH v2 9/9] ima: Record i_version of real_inode for change detection
2024-02-13 16:33:59 linux-nfs Re: [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-12 20:29:25 linux-nfs Re: [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-12 19:51:06 linux-nfs Re: [PATCH v9 25/25] integrity: Remove LSM
2024-02-12 19:48:06 linux-nfs Re: [PATCH v9 24/25] ima: Make it independent from 'integrity' LSM
2024-02-12 19:14:31 linux-kernel Re: [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
2024-02-12 18:27:12 linux-nfs Re: [PATCH v9 22/25] evm: Move to LSM infrastructure
2024-02-12 17:48:55 linux-nfs Re: [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-12 17:47:20 linux-nfs Re: [PATCH v9 20/25] ima: Move to LSM infrastructure
2024-02-12 17:35:21 linux-nfs Re: [PATCH v9 14/25] security: Introduce path_post_mknod hook
2024-02-12 17:32:15 linux-kernel Re: [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
2024-02-12 17:22:22 linux-nfs Re: [PATCH v9 13/25] security: Introduce file_release hook
2024-02-08 22:22:41 linux-crypto [PATCH 12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
2024-02-08 22:22:05 linux-kernel [PATCH 05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits
2024-02-08 22:21:27 linux-crypto [PATCH 06/14] crypto: ecc - Add NIST P521 curve parameters
2024-02-08 22:21:21 linux-crypto [PATCH 14/14] crypto: ecdh - Add support for NIST P521 and add test case
2024-02-08 22:21:18 linux-crypto [PATCH 13/14] crypto: ecdh - Use functions to copy digits from and to array
2024-02-08 22:21:09 linux-kernel [PATCH 03/14] crypto: ecdsa - Adjust res.x mod n for NIST P521
2024-02-08 22:21:02 linux-crypto [PATCH 00/14] Add support for NIST P521 to ecdsa and ecdh
2024-02-08 22:20:58 linux-crypto [PATCH 08/14] x509: Add OID for NIST P521 and extend parser for it
2024-02-08 22:20:36 linux-crypto [PATCH 10/14] crypto: ecc - Implement ecc_digits_to_array to convert digits to byte array
2024-02-08 22:20:03 linux-crypto [PATCH 09/14] crypto: ecdh - Use properly formatted digits to check for valid key
2024-02-08 22:19:53 linux-crypto [PATCH 11/14] crypto: Add nbits field to ecc_curve structure
2024-02-08 22:19:49 linux-kernel [PATCH 02/14] crypto: ecdsa - Adjust tests on length of key material
2024-02-08 22:19:44 linux-crypto [PATCH 04/14] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
2024-02-08 22:19:40 linux-kernel [PATCH 01/14] crypto: ecdsa - Convert byte arrays with key coordinates to digits
2024-02-08 22:19:31 linux-crypto [PATCH 07/14] crypto: ecdsa - Register NIST P521 and extend test suite
2024-02-05 18:28:22 linux-kernel [PATCH v2 6/9] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
2024-02-05 18:27:41 linux-kernel [PATCH v2 4/9] ima: Reset EVM status upon detecting changes to the real file
2024-02-05 18:27:37 linux-kernel [PATCH v2 8/9] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs
2024-02-05 18:27:34 linux-kernel [PATCH v2 5/9] evm: Use the inode holding the metadata to calculate metadata hash
2024-02-05 18:27:34 linux-kernel [PATCH v2 1/9] ima: Rename backing_inode to real_inode