summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Security/DevTpm.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-5/+0
* Devices/Security/DevTpm: Query the established flag and buffer size only afte...vboxsync2023-04-281-17/+49
* Devices/Security/DevTpm: Reject reads larger than 8 bytes before doing the re...vboxsync2023-04-061-0/+2
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Devices/Security/DevTpm: Fix declaration, bugref:10075vboxsync2021-10-291-1/+1
* Devices/Security/DevTpm: Initialize size of the command response buffer even ...vboxsync2021-10-221-0/+1
* Devices/Security/DevTpm: Default to FIFO/TIS mode instead of CRB because it d...vboxsync2021-09-221-1/+1
* include/VBox/log.h,Devices/Security,pdmtpmifs.h: Remove the startup, shutdown...vboxsync2021-09-071-30/+3
* Devices/Security/DevTpm: Saved state support, untested, bugref:10075 [scm fix]vboxsync2021-09-051-0/+1
* Devices/Security/DevTpm: Saved state support, untested, bugref:10075vboxsync2021-09-051-15/+123
* Devices/Security/DevTpm: Implement some todos, bugref:10075 [build fix]vboxsync2021-09-021-5/+5
* Devices/Security/DevTpm: Implement some todos, bugref:10075vboxsync2021-09-021-14/+117
* Devices/Security: Fix TPM not responding after a VM reset, bugref:10075vboxsync2021-09-011-4/+13
* Security: Windows build fixes, bugref:10075vboxsync2021-08-311-2/+2
* Security: The underlying driver specifies the input buffer size of the TPM fo...vboxsync2021-08-301-11/+14
* Devices/Security: Only advertise the multiple localities supported capability...vboxsync2021-08-301-2/+76
* Devices/Security/DevTpm: Allow unaligned reads, Windows loves to access the F...vboxsync2021-08-261-6/+7
* Devices/Security/DevTpm: Implement FIFO/TIS interface, bugref:10075vboxsync2021-08-261-38/+164
* Devices/Security: EFI can communicate with the external TPM emulator over our...vboxsync2021-08-101-9/+54
* Devices/Security: Continue work on the TPM device emulation and driver interf...vboxsync2021-08-091-1/+6
* Devices/Security/DevTpm: Updates to the TPM code, started implmenting the CRB...vboxsync2021-08-041-186/+789
* Devices: Rename TPM directory to Security, bugref:10075vboxsync2021-08-031-0/+788