linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-05 13:02:38 to 2018-11-13 16:55:28 UTC [more...]

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

[PATCH v5 00/17] Remove nested TPM operations
 2018-11-13 15:52 UTC  (38+ 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] Apply on top of: tpm: dynamically allocate active_banks array
 2018-11-13 15:45 UTC  (4+ messages)

[RFC v1 PATCH 00/17] prmem: protected memory
 2018-11-13 14:25 UTC  (10+ messages)
` [PATCH 10/17] prmem: documentation

[PATCH v4 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-13 13:53 UTC  (37+ 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

[BUG] Nuvoton NCPT650 TPM 2.0 mode not working
 2018-11-13 10:50 UTC  (13+ messages)

[PATCH] integrity: support new struct public_key_signature encoding field
 2018-11-12 16:42 UTC  (2+ messages)

[RFC][PATCH 00/12] keys: add support for PGP keys and signatures
 2018-11-12 14:22 UTC  (17+ messages)
` [RFC][PATCH 01/12] mpi: introduce mpi_key_length()
` [RFC][PATCH 02/12] rsa: add parser of raw format
` [RFC][PATCH 03/12] PGPLIB: PGP definitions (RFC 4880)
` [RFC][PATCH 04/12] PGPLIB: Basic packet parser
` [RFC][PATCH 05/12] PGPLIB: Signature parser
` [RFC][PATCH 06/12] KEYS: PGP data parser
` [RFC][PATCH 07/12] KEYS: Provide PGP key description autogeneration
` [RFC][PATCH 08/12] KEYS: PGP-based public key signature verification
` [RFC][PATCH 09/12] verification: introduce verify_pgp_signature()
` [RFC][PATCH 10/12] PGP: Provide a key type for testing PGP signatures
` [RFC][PATCH 11/12] KEYS: Provide a function to load keys from a PGP keyring blob
` [RFC][PATCH 12/12] KEYS: Introduce load_pgp_public_keyring()

[GIT PULL] integrity fixes for v4.20-rc1
 2018-11-12 13:58 UTC 

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

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

[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  (27+ 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 11/16] tpm: remove @space from tpm_transmit()

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


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).