Add enisa source - todo: reference it
This commit is contained in:
parent
9cc9ad01a0
commit
20a62a2489
|
@ -337,4 +337,14 @@
|
|||
address = {Berlin, Heidelberg},
|
||||
}
|
||||
|
||||
@Report{enisa:algorithms,
|
||||
author = {ENISA},
|
||||
title = {Algorithms, key size and parameters report – 2014},
|
||||
institution = {European Union Agency for Network and Information Security},
|
||||
year = {2014},
|
||||
date = {2014-11},
|
||||
doi = {10.2824/36822},
|
||||
url = {https://www.enisa.europa.eu/publications/algorithms-key-size-and-parameters-report-2014},
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:biblatex;}
|
||||
|
|
|
@ -752,6 +752,8 @@ Die TLS-Kommunikation wird nach Empfehlung des BSI über TLS-Version~1.2 oder h
|
|||
tls-version-min "1.2"
|
||||
\end{lstlisting}
|
||||
|
||||
\todo{ENISA referenzieren! \cite[Siehe][]{enisa:algorithms}}
|
||||
|
||||
Aus der Liste der in RFC~7525 empfohlenen Chiffren \cite[][Abschnitt 4.2]{RFC7525} wird die TLS-Chiffre TLS-DHE-RSA-WITH-AES-256-GCM-SHA384 gewählt.
|
||||
Diese Chiffre verwendet \textit{Ephemeral Diffie Hellman} (DHE) für den Schlüsselaustausch \cite[][Abschnitt A.5]{RFC5246}, RSA als Signaturalgorithmus zur Authentisierung \cite[][Abschnitt A.5]{RFC5246}, AES-256-GCM für die Verschlüsselung und SHA384 als Funktion für Pseudozufallszahlen für den \textit{Keyed-Hash Message Authentication Code} (HMAC) \cite[][Kapitel 5]{RFC5246}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue