linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-01 22:55:34 to 2018-11-12 10:27:49 UTC [more...]

[RFC][PATCH 00/12] keys: add support for PGP keys and signatures
 2018-11-12 10:24 UTC 

Inquiry 12/11/2018
 2018-11-12  8:58 UTC 

[BUG] Nuvoton NCPT650 TPM 2.0 mode not working
 2018-11-11 21:42 UTC  (11+ messages)

[PATCH] integrity: support new struct public_key_signature encoding field
 2018-11-11 14:29 UTC 

[PATCH v5 00/17] Remove nested TPM operations
 2018-11-09 21:37 UTC  (35+ 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()

[PATCH] KEYS: revert requiring signature "encoding"
 2018-11-09 15:28 UTC  (6+ messages)

[PATCH] Apply on top of: tpm: dynamically allocate active_banks array
 2018-11-09  9:29 UTC 

[PATCH v4 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-08 19:08 UTC  (32+ 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 v4 0/3] crypto: streebog - add Streebog hash function
 2018-11-07 14:53 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] crypto: streebog - register Streebog in hash info for IMA
` [PATCH v4 3/3] crypto: streebog - add Streebog test vectors

[PATCH] docs: Extend trusted keys documentation for TPM 2.0
 2018-11-07  0:53 UTC  (8+ messages)

[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 v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-11-06  6:52 UTC  (10+ messages)
` [PATCH v2 01/12] fs-verity: add a documentation file
` [PATCH v2 03/12] fs-verity: add MAINTAINERS file entry
` [PATCH v2 04/12] fs-verity: add data verification hooks for ->readpages()
` [PATCH v2 10/12] ext4: add basic fs-verity support

[PATCH v3 0/5] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-05 17:13 UTC  (15+ 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 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 

[PATCH v2 0/2] crypto: streebog - add Streebog hash function
 2018-11-05 13:01 UTC  (4+ 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()

[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()

[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  (13+ messages)

[GIT PULL] security: keys updates for v4.20
 2018-11-02 18:15 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).