tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
[tpmdd-devel] [ANNOUNCE] Linux Security Summit North Americ (LSS-NA) CfP
 2023-01-20 22:24 UTC 

[tpmdd-devel] [ANNOUNCE][CFP] Linux Security Summit North America 2022
 2022-03-18 22:31 UTC  (2+ messages)

[tpmdd-devel] [ANNOUNCE][CFP] Linux Security Summit 2021
 2021-09-14  2:44 UTC  (4+ messages)

[tpmdd-devel] [ANNOUNCE][CFP] Linux Security Summit North America 2020
 2020-02-03 23:59 UTC 

[tpmdd-devel] [PATCH] drivers: firmware: efi: fix gcc warning -Wint-conversion
 2019-06-24 16:23 UTC  (5+ messages)

[ANNOUNCE][CFP] Linux Security Summit North America 2019
 2019-04-09 22:34 UTC  (2+ messages)
` [tpmdd-devel] "

tpm: Provide a TPM access library
 2018-08-27  8:25 UTC  (42+ messages)
  ` [PATCH 01/23] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev
  ` [PATCH 02/23] TPM: Provide a facility for a userspace TPM emulator
  ` [PATCH 03/23] TPM: Provide a platform driver for the user emulator driver
  ` [PATCH 04/23] TPM: Expose struct tpm_chip and related find_get and put functions
  ` [PATCH 05/23] TPM: Use struct tpm_chip rather than chip number as interface parameter
  ` [PATCH 06/23] TPM: Move ordinal values from interface file to header with other ordinals
  ` [PATCH 07/23] TPM: Consolidate tpm_send(), transmit_cmd() and tpm_transmit()
  ` [PATCH 08/23] TPMLIB: Break TPM bits out of security/keys/trusted.c
  ` [PATCH 09/23] TPMLIB: Do some source cleanups
  ` [PATCH 10/23] TPMLIB: Better format calls to TSS_*hmac*()
  ` [PATCH 11/23] TPMLIB: Put banner comments on public TPM library functions
  ` [PATCH 12/23] TPMLIB: Create tpm_{even, odd}_nonce structs to represent nonces
  ` [PATCH 13/23] TPMLIB: Rename store8() and storebytes()
  ` [PATCH 14/23] TPMLIB: Make store_s() take a void* data argument, not unsigned char*
  ` [PATCH 15/23] TPMLIB: Use __be32 rather than int32_t and use cpu_to_beX() and co
  ` [PATCH 16/23] TPMLIB: Put more comments into the HMAC generation functions
  ` [PATCH 17/23] TPMLIB: Provide a wrapper to load bytes out of the reply
  ` [PATCH 18/23] TPMLIB: Encapsulate XOR-based encryption with authkey derivative
  ` [PATCH 19/23] TPMLIB: Add some debugging code
  ` [PATCH 20/23] TPMLIB: Implement call to TPM_CreateWrapKey
  ` [PATCH 21/23] TPMLIB: Implement call to TPM_LoadKey2
  ` [PATCH 22/23] TPMLIB: Provide call for TPM_FlushSpecific
  ` [PATCH 23/23] TPM: Add an asymmetric key subtype for handling TPM-based keys

regarding a storing a data in nv memory of tpm , without using authorisation or key storing techniques
 2018-08-20  5:30 UTC 

[PATCH v2 0/2] fixes for v4.4
 2018-06-04 20:00 UTC  (6+ messages)
` [PATCH v2 1/2] tpm: do not suspend/resume if power stays on
` [PATCH v2 2/2] tpm: self test failure should not cause suspend to fail

[ANNOUNCE] Linux Security Summit Europe 2018 - CFP
 2018-05-15  8:30 UTC 

[PATCH] tpm: fix use after free in tpm2_load_context
 2018-05-14 10:54 UTC  (2+ messages)

[PATCH 0/2] fixes for 4.9.96
 2018-05-09 11:52 UTC  (8+ messages)
` [PATCH 1/2] tpm: do not suspend/resume if power stays on
` [PATCH 2/2] tpm: self test failure should not cause suspend to fail

[PATCH 0/2] fixes for v4.4
 2018-05-03 18:17 UTC  (4+ messages)
` [PATCH 1/2] tpm: do not suspend/resume if power stays on
` [PATCH 2/2] tpm: self test failure should not cause suspend to fail

[ANNOUNCE] Linux Security Summit North America 2018 - CFP
 2018-04-09 23:14 UTC 

in-kernel user of ecdsa
 2018-03-26 14:59 UTC  (4+ messages)

A subtle problem when resuming xen-front and using IMA and multiple TPM devices on the system
 2018-03-21 23:27 UTC 

Reading from /sys/class/tpm/tpmX/device/pcrs
 2018-03-20 20:13 UTC 

Regression from efi: call get_event_log before ExitBootServices
 2018-03-16 13:01 UTC  (39+ messages)

[PATCH 1/1] efi/libstub: tpm: zero initialize pointer variables for mixed mode
 2018-03-13 15:10 UTC 

[PATCH v3 0/5] Call GetEventLog before ExitBootServices
 2018-03-06 10:15 UTC  (4+ messages)
` [PATCH v3 4/5] efi: call get_event_log "

[PATCH 1/3] tpm: cmd_ready command can be issued only after granting locality
 2018-02-01 22:08 UTC  (11+ messages)
` [PATCH 2/3] tpm: separate cmd_ready/go_idle from runtime_pm
` [PATCH 3/3] tpm: add longer timeouts for creation commands

[PATCH] tpm: Fix the driver cleanup code
 2017-12-21 22:30 UTC  (6+ messages)

[PATCH v6 0/2] Fix corner cases with disabling CLKRUN in tpm_tis
 2017-12-08 10:51 UTC  (4+ messages)
` [PATCH v6 1/2] tpm_tis: Move ilb_base_addr to tpm_tis_data
  ` [PATCH v6 2/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()

[PATCH v6 0/2] Fix corner cases with disabling CLKRUN in tpm_tis
 2017-12-07  1:35 UTC  (7+ messages)
` [PATCH v6 1/2] tpm_tis: Move ilb_base_addr to tpm_tis_data
` [PATCH v6 2/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()

[PATCH v5 0/2] Fix corner cases with disabling CLKRUN in tpm_tis
 2017-11-28  0:04 UTC  (3+ messages)
` [PATCH v5 1/2] tpm_tis: Move ilb_base_addr to tpm_tis_data
` [PATCH v5 2/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()

[PATCH v4 0/2] ] Fix corner cases with disabling CLKRUN in tpm_tis
 2017-11-22 19:57 UTC  (4+ messages)
` [PATCH v4 1/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
` [PATCH v4 2/2] tpm_tis: Move ilb_base_addr to tpm_tis_tcg_phy

tpm device not showing up in /dev anymore
 2017-11-10  2:19 UTC  (18+ messages)

tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer
 2017-11-06 21:11 UTC 

[PATCH v2 0/3] Call GetEventLog before ExitBootServices
 2017-11-03 15:27 UTC  (2+ messages)

[PATCH v3 4/5] efi: call get_event_log before ExitBootServices
 2017-10-26 18:58 UTC  (11+ messages)

[PATCH v3] tpm: use struct tpm_chip for tpm_chip_find_get()
 2017-10-26 16:50 UTC  (6+ messages)

[PATCH] tpm: remove chip_num parameter from in-kernel API
 2017-10-26 16:23 UTC  (23+ messages)
` [tpmdd-devel] "

[PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()
 2017-10-26 10:54 UTC  (8+ messages)

Ryzen fTPM fails with 'probe of MSFT0101:00 failed with error -16'
 2017-10-24 21:03 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).