Add a missing sentence
This commit is contained in:
parent
4ddc2b3431
commit
bb55fbbf9d
|
@ -692,6 +692,7 @@ auth SHA256
|
|||
|
||||
Zur Verschlüsselung des Datenkanals kommt AES-256-GCM zum Einsatz.
|
||||
Wird eine Chiffre mit \textit{Authenticated Encryption with Associated Data} (AEAD) gewählt, so wird die Authentisierungsfunktion der Chiffre anstelle der zuvor beschriebenen HMAC-Funktion für den Datenkanal benutzt \cite[][Option \texttt{--auth}]{man:openvpn}.
|
||||
Das ist bei AES-256-GCM der Fall.
|
||||
\begin{lstlisting}
|
||||
cipher AES-256-GCM
|
||||
\end{lstlisting}
|
||||
|
|
Loading…
Reference in New Issue