Browse Source

started trusted boot

master
Michael Preisach 6 years ago
parent
commit
f497f8b0b4
  1. 6
      thesis/02_concept.tex
  2. BIN
      thesis/MAIN.pdf
  3. 9
      thesis/literature.bib

6
thesis/02_concept.tex

@ -152,12 +152,16 @@ Since TCG published its documents, several IT security teams investigated concep
\label{fig:daa-attestation} \label{fig:daa-attestation}
\end{figure} \end{figure}
\section{Trusted Boot}
A boot process of modern platforms consists of several steps until the Operating System is loaded and controls the platform.
First, the EFI firmware initializes the platform hardware and
\section{Integrity Measurements} \section{Integrity Measurements}
Extend the Chain of Trust beyond the boot process. Extend the Chain of Trust beyond the boot process.
The Kernel can measure many different types of Resources. The Kernel can measure many different types of Resources.
What is a useful set of measurements What is a useful set of measurements
\section{Verify Trust (DA and DAA)} \section{Verify Trust with DAA}
\subsection{Definitions} \subsection{Definitions}
For the definition of the algorithm, some notations and definitions are summarized in the following. For the definition of the algorithm, some notations and definitions are summarized in the following.

BIN
thesis/MAIN.pdf

Binary file not shown.

9
thesis/literature.bib

@ -134,6 +134,15 @@
urldate = {2020-02-27} urldate = {2020-02-27}
} }
@online{tevora-secureboot,
author = {Tevora},
year = {2019},
month = {06},
title = {Configuring Secure Boot + TPM 2},
url = {https://threat.tevora.com/secure-boot-tpm-2/},
urldate = {2020-06-19}
}
@online{pornkitprasan19-secureboot, @online{pornkitprasan19-secureboot,
author = {Pawit Pornkitprasan}, author = {Pawit Pornkitprasan},
year = {2019}, year = {2019},

Loading…
Cancel
Save