From e4573b5827cbcc1c000fd71487b92870d15a0b42 Mon Sep 17 00:00:00 2001 From: Aaron Kaplan Date: Thu, 21 Nov 2013 14:32:36 +0100 Subject: [PATCH] add \label{section:X} to almost every section so that we can \ref{section:X} --- src/LATER.tex | 1 + src/PKIs.tex | 1 + src/cipher_suites.tex | 1 + src/methods.tex | 1 + src/motivation.tex | 1 + src/practical_settings.tex | 1 + src/reviewers.tex | 1 + src/scope.tex | 1 + 8 files changed, 8 insertions(+) diff --git a/src/LATER.tex b/src/LATER.tex index 71ed23c..66f75b0 100644 --- a/src/LATER.tex +++ b/src/LATER.tex @@ -1,4 +1,5 @@ \section{Further research} +\label{section:FurtherResearch} \subsection{UW} diff --git a/src/PKIs.tex b/src/PKIs.tex index 2a4d769..43f637c 100644 --- a/src/PKIs.tex +++ b/src/PKIs.tex @@ -1,4 +1,5 @@ \section{Public Key Infrastructures} +\label{section:PKIs} Public-Key Infrastructures aim to provide a way to simplify the verification of a certificate's trustworthiness. For this, certificate authorities (CAs) are diff --git a/src/cipher_suites.tex b/src/cipher_suites.tex index e16e125..aee2666 100644 --- a/src/cipher_suites.tex +++ b/src/cipher_suites.tex @@ -1,4 +1,5 @@ \section{Cipher suites} +\label{section:CipherSuites} \todo{team: section 8 is currently a bit messy. Re-do it} Cipher suites are a combination of algorithms to provide for diff --git a/src/methods.tex b/src/methods.tex index 3acba6f..a9ae76b 100644 --- a/src/methods.tex +++ b/src/methods.tex @@ -1,4 +1,5 @@ \section{Methods} +\label{section:Methods} Since many years, NIST\footnote{\url{http://www.nist.gov/}} is the most prominent standardisation institute which industry would consult for diff --git a/src/motivation.tex b/src/motivation.tex index f8ebfb9..a63bfc3 100644 --- a/src/motivation.tex +++ b/src/motivation.tex @@ -1 +1,2 @@ %\section{Motivation} +%\label{section:Motivation} diff --git a/src/practical_settings.tex b/src/practical_settings.tex index a39f57d..6ef9aef 100644 --- a/src/practical_settings.tex +++ b/src/practical_settings.tex @@ -1,4 +1,5 @@ \section{Recommendations on practical settings} +\label{section:PracticalSettings} \subsection{Webservers} diff --git a/src/reviewers.tex b/src/reviewers.tex index dbf840a..2870940 100644 --- a/src/reviewers.tex +++ b/src/reviewers.tex @@ -1,4 +1,5 @@ \section{Reviewers} +\label{section:Reviewers} We would like to express our thanks to the following reviewers (in alphabetical order): diff --git a/src/scope.tex b/src/scope.tex index c8ceba5..650a357 100644 --- a/src/scope.tex +++ b/src/scope.tex @@ -1,4 +1,5 @@ \section{Scope} +\label{section:Scope} We restricted ourselves to: \begin{itemize} -- 2.20.1