linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-01 06:07:42 to 2018-11-08 15:21:32 UTC [more...]

[PATCH v4 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-08 15:21 UTC  (25+ messages)
` [PATCH v4 1/6] tpm: dynamically allocate active_banks array
` [PATCH v4 2/6] tpm: remove definition of TPM2_ACTIVE_PCR_BANKS
` [PATCH v4 3/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v4 4/6] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v4 5/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v4 6/6] tpm: ensure that the output of PCR read contains the correct digest size

[PATCH v5 00/17] Remove nested TPM operations
 2018-11-08 15:18 UTC  (26+ messages)
` [PATCH v5 01/17] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v5 02/17] tpm: fix invalid return value in pubek_show()
` [PATCH v5 03/17] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v5 04/17] tpm: call tpm2_flush_space() on error in tpm_try_transmit()
` [PATCH v5 05/17] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v5 06/17] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v5 07/17] tpm: declare struct tpm_header
` [PATCH v5 08/17] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v5 09/17] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v5 10/17] tpm: encapsulate tpm_dev_transmit()
` [PATCH v5 11/17] tpm: move TPM space code out of tpm_transmit()
` [PATCH v5 12/17] tpm: remove @space from tpm_transmit()
` [PATCH v5 13/17] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v5 14/17] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v5 15/17] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v5 16/17] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v5 17/17] tpm: remove @flags from tpm_transmit()

[KEYUTILS PATCH] Add manpages for asymmetric key type and ops
 2018-11-07 16:45 UTC  (4+ messages)

[PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-07  1:20 UTC  (4+ messages)

[PATCH] LSM: add SafeSetID module that gates setid calls
 2018-11-06 21:21 UTC  (27+ messages)
                ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v4 00/17] Remove nested TPM operations
 2018-11-06 17:36 UTC  (18+ messages)
` [PATCH v4 01/17] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v4 02/17] tpm: fix invalid return value in pubek_show()
` [PATCH v4 03/17] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v4 04/17] tpm: call tpm2_flush_space() on error in tpm_try_transmit()
` [PATCH v4 05/17] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v4 06/17] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v4 07/17] tpm: declare struct tpm_header
` [PATCH v4 08/17] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v4 09/17] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v4 10/17] tpm: encapsulate tpm_dev_transmit()
` [PATCH v4 11/17] tpm: move TPM space code out of tpm_transmit()
` [PATCH v4 12/17] tpm: remove @space from tpm_transmit()
` [PATCH v4 13/17] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v4 14/17] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v4 15/17] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v4 16/17] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v4 17/17] tpm: remove @flags from tpm_transmit()

[PATCH v3 00/16] Remove nested TPM operations
 2018-11-06 15:25 UTC  (33+ messages)
` [PATCH v3 01/16] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v3 02/16] tpm: fix invalid return value in pubek_show()
` [PATCH v3 03/16] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v3 04/16] tpm: call tpm2_flush_space() on error in tpm_try_transmit()
` [PATCH v3 05/16] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v3 06/16] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v3 07/16] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v3 08/16] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v3 09/16] tpm: encapsulate tpm_dev_transmit()
` [PATCH v3 10/16] tpm: move TPM space code out of tpm_transmit()
` [PATCH v3 12/16] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v3 13/16] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v3 14/16] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v3 15/16] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v3 16/16] tpm: remove @flags from tpm_transmit()
  ` [PATCH v3 11/16] tpm: remove @space "

[PATCH v2 1/3] certs: define a trusted platform keyring
 2018-11-06 15:08 UTC  (3+ messages)
` [PATCH v2 2/3] keys: export find_keyring_by_name()

[PATCH v6 0/5] LSM: Support ptrace sidechannel access checks
 2018-11-05 19:52 UTC  (7+ messages)
` [PATCH v6 1/5] AppArmor: Prepare for PTRACE_MODE_SCHED
` [PATCH v6 2/5] Smack: "
` [PATCH v6 3/5] SELinux: "
` [PATCH v6 4/5] Capability: Complete PTRACE_MODE_SCHED
` [PATCH v6 5/5] sidechannel: Linux Security Module for sidechannel

[PATCH v3 0/5] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-05 17:13 UTC  (21+ messages)
` [PATCH v3 1/5] tpm: change the end marker of the active_banks array to zero
` [PATCH v3 4/5] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v3 5/5] tpm: ensure that output of PCR read contains the correct digest size

[PATCH] tomoyo: fix small typo
 2018-11-05 16:51 UTC  (3+ messages)

[PATCH security-next v5 00/30] LSM: Explict ordering
 2018-11-05 14:13 UTC  (5+ messages)
` [PATCH security-next v5 12/30] LSM: Provide separate ordered initialization

[PATCH v2] tpm: add support for partial reads
 2018-11-05 13:44 UTC  (3+ messages)

[PATCH v3 11/16] tpm: remove @space from tpm_transmit()
 2018-11-05 13:35 UTC 

[RFC v4 0/2] WhiteEgret LSM module
 2018-11-05  6:42 UTC  (3+ messages)

[PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow
 2018-11-04 16:25 UTC  (11+ messages)
` [PATCH 1/8] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH 2/8] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH 3/8] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH 4/8] tpm: access command header through struct in tpm_try_transmit()
` [PATCH 5/8] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH 6/8] tpm: encapsulate tpm_dev_transmit()
` [PATCH 7/8] tpm: move TPM space code out of tpm_transmit()
` [PATCH 8/8] tpm: remove @space from tpm_transmit()

general protection fault in keyctl_pkey_params_get
 2018-11-03 17:30 UTC  (2+ messages)
` [PATCH] KEYS: fix parsing invalid pkey info string

[PATCH 0/6] Detach TPM space code from tpm_transmit() flow
 2018-11-03 11:11 UTC  (8+ messages)
` [PATCH 1/6] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH 2/6] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH 3/6] tpm: access command header through struct in tpm_try_transmit()
` [PATCH 4/6] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH 5/6] tpm: encapsulate tpm_dev_transmit()
` [PATCH 6/6] tpm: move TPM space code out of tpm_transmit()

kernel BUG at security/keys/keyring.c:LINE!
 2018-11-03  1:58 UTC  (4+ messages)
` [PATCH] KEYS: always initialize keyring_index_key::desc_len
` [PATCH v2] "

[PATCH] tpm: move tpm_validate_commmand() to tpm2-space.c
 2018-11-03  1:21 UTC 

[PATCH] tpm: access command header through struct in tpm_try_transmit()
 2018-11-03  0:34 UTC 

[PATCH 10/17] prmem: documentation
 2018-11-02 21:11 UTC  (28+ messages)

[GIT PULL] apparmor updates for v4.20
 2018-11-02 18:28 UTC  (2+ messages)

[GIT PULL] security: keys updates for v4.20
 2018-11-02 18:15 UTC  (3+ messages)

[PATCH] apparmor: fix boolreturn.cocci warnings
 2018-11-02  6:47 UTC 


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 NNTP newsgroup(s).