linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-08 14:03:23 to 2018-11-16 12:32:20 UTC [more...]

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

TPM2 smoke tests
 2018-11-16 11:44 UTC 

[PATCH v4 0/3] crypto: streebog - add Streebog hash function
 2018-11-16  6:18 UTC  (2+ messages)

[PATCH v3] tpm: add support for partial reads
 2018-11-16  1:33 UTC  (5+ messages)

[PATCH v2] tpm: add support for partial reads
 2018-11-15 20:40 UTC  (6+ messages)

[BUG] Nuvoton NCPT650 TPM 2.0 mode not working
 2018-11-14 20:46 UTC  (14+ messages)

[PATCH v5 0/7] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-14 15:31 UTC  (8+ messages)
` [PATCH v5 1/7] tpm: dynamically allocate the allocated_banks array
` [PATCH v5 2/7] tpm: remove definition of TPM2_ACTIVE_PCR_BANKS
` [PATCH v5 3/7] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v5 4/7] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v5 5/7] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v5 6/7] tpm: ensure that the output of PCR read contains the correct digest size
` [PATCH v5 7/7] tpm: pass an array of tpm_bank_list structures to tpm_pcr_extend()

[PATCH v5 00/10] x86/alternative: text_poke() fixes
 2018-11-13 13:07 UTC  (11+ messages)
` [PATCH v5 01/10] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v5 02/10] x86/jump_label: Use text_poke_early() during early init
` [PATCH v5 03/10] x86/mm: temporary mm struct
` [PATCH v5 04/10] fork: provide a function for copying init_mm
` [PATCH v5 05/10] x86/alternative: initializing temporary mm for patching
` [PATCH v5 06/10] x86/alternative: use temporary mm for text poking
` [PATCH v5 07/10] x86/kgdb: avoid redundant comparison of patched code
` [PATCH v5 08/10] x86: avoid W^X being broken during modules loading
` [PATCH v5 09/10] x86/jump-label: remove support for custom poker
` [PATCH v5 10/10] x86/alternative: remove the return value of text_poke_*()

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

[PATCH v4 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-13 17:04 UTC  (36+ 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 4/6] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v4 6/6] tpm: ensure that the output of PCR read contains the correct digest size

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

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


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