LinuxLists
Users
About
Stefan Berger (
[email protected]
)
Number of posts: 1168 (0.57 per day)
First post: 2018-10-19 10:19:09
Last post: 2024-06-13 21:38:41
Previous Page
/
Next Page
Date
List
Subject
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
2024-02-05 18:27:26
linux-kernel
[PATCH v2 3/9] evm: Implement per signature type decision in security_inode_copy_up_xattr
2024-02-05 18:26:46
linux-kernel
[PATCH v2 2/9] security: allow finer granularity in permitting copy-up of security xattrs
2024-02-05 18:26:44
linux-kernel
[PATCH v2 7/9] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
2024-02-05 18:26:02
linux-kernel
[PATCH v2 9/9] ima: Record i_version of real_inode for change detection
2024-02-05 18:26:00
linux-kernel
[PATCH v2 0/9] evm: Support signatures on stacked filesystem
2024-02-02 16:55:17
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-02-02 16:19:02
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-02-02 15:00:00
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-02-01 21:04:52
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-02-01 15:42:49
linux-kernel
Re: [PATCH 1/5] security: allow finer granularity in permitting copy-up of security xattrs
2024-02-01 13:59:02
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-31 17:47:18
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-31 17:27:38
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-31 15:13:27
linux-kernel
Re: [PATCH 0/5] evm: Support signatures on stacked filesystem
2024-01-31 15:12:46
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-31 15:03:26
linux-kernel
Re: [PATCH 1/5] security: allow finer granularity in permitting copy-up of security xattrs
2024-01-31 14:47:04
linux-kernel
Re: [PATCH 3/5] ima: Reset EVM status upon detecting changes to overlay backing file
2024-01-31 02:14:02
linux-kernel
Re: [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-30 21:48:15
linux-kernel
[PATCH 1/5] security: allow finer granularity in permitting copy-up of security xattrs
2024-01-30 21:47:43
linux-kernel
[PATCH 2/5] evm: Implement per signature type decision in security_inode_copy_up_xattr
2024-01-30 21:47:37
linux-kernel
[PATCH 0/5] evm: Support signatures on stacked filesystem
2024-01-30 21:47:24
linux-kernel
[PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
2024-01-30 21:47:18
linux-kernel
[PATCH 3/5] ima: Reset EVM status upon detecting changes to overlay backing file
2024-01-30 21:47:12
linux-kernel
[PATCH 5/5] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
2024-01-02 13:03:18
linux-kernel
Re: [PATCH v3] rootfs: Fix support for rootfstype= when root= is given
2023-12-31 16:03:46
linux-kernel
Re: [PATCH v3] rootfs: Fix support for rootfstype= when root= is given
2023-12-29 19:16:12
linux-kernel
Re: [PATCH v3] rootfs: Fix support for rootfstype= when root= is given
2023-12-29 16:39:32
linux-kernel
Re: [PATCH v3] rootfs: Fix support for rootfstype= when root= is given
2023-11-28 12:35:41
linux-kernel
Re: [PATCH v6 7/8] tpm: Add tpm_buf_read_{u8,u16,u32}