From b0788e764026a1dab10c098ce20f9c12cbc55d88 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 5 Sep 2018 14:06:48 +0200 Subject: [PATCH] Add a bunch of websites to bibtex file for maybe later reference --- Literaturverweise.bib | 48 +++++++++++++++++++++++++++++++++++++++++++ MA-Inhalt.tex | 3 +++ 2 files changed, 51 insertions(+) diff --git a/Literaturverweise.bib b/Literaturverweise.bib index 81459f6..f6bd566 100644 --- a/Literaturverweise.bib +++ b/Literaturverweise.bib @@ -141,4 +141,52 @@ publisher = {Internet Engineering Task Force}, } +@WWW{strongswan:contributions, + title = {Contributions - strongSwan}, + year = {2018}, + date = {2018-09-04}, + url = {https://wiki.strongswan.org/projects/strongswan/wiki/Contributions}, + note = {\url{https://wiki.strongswan.org/projects/strongswan/wiki/Contributions}, zuletzt abgerufen am 04.09.2018}, +} + +@WWW{openvpn:easyrsa3howto, + title = {EasyRSA3-OpenVPN-Howto – OpenVPN Community}, + year = {2018}, + date = {2018-08-31}, + url = {https://community.openvpn.net/openvpn/wiki/EasyRSA3-OpenVPN-Howto}, + note = {\url{https://community.openvpn.net/openvpn/wiki/EasyRSA3-OpenVPN-Howto}, zuletzt abgerufen am 31.08.2018}, +} + +@WWW{strongswan:introduction, + title = {Introduction to strongSwan}, + year = {2018}, + date = {2018-07-18}, + url = {https://wiki.strongswan.org/projects/strongswan/wiki/IntroductionTostrongSwan}, + note = {\url{https://wiki.strongswan.org/projects/strongswan/wiki/IntroductionTostrongSwan}, zuletzt abgerufen am 18.07.2018}, +} + +@WWW{openvpn:securityoverview, + title = {Security Overview}, + year = {2018}, + date = {2018-09-05}, + url = {https://openvpn.net/index.php/open-source/documentation/security-overview.html}, + note = {\url{https://openvpn.net/index.php/open-source/documentation/security-overview.html}, zuletzt abgerufen am 05.09.2018}, +} + +@WWW{strongswan:strongswanonwindows, + title = {strongSwan on Windows}, + year = {2018}, + date = {2018-08-07}, + url = {https://wiki.strongswan.org/projects/strongswan/wiki/Windows}, + note = {\url{https://wiki.strongswan.org/projects/strongswan/wiki/Windows}, zuletzt abgerufen am 07.08.2018}, +} + +@WWW{openvpn:topology, + title = {Topology – OpenVPN Community}, + year = {2018}, + date = {2018-09-05}, + url = {https://community.openvpn.net/openvpn/wiki/Topology}, + note = {\url{https://community.openvpn.net/openvpn/wiki/Topology}, zuletzt abgerufen am 05.09.2018}, +} + @Comment{jabref-meta: databaseType:biblatex;} diff --git a/MA-Inhalt.tex b/MA-Inhalt.tex index b66b393..1d746a2 100644 --- a/MA-Inhalt.tex +++ b/MA-Inhalt.tex @@ -176,6 +176,9 @@ OpenVPN läuft vollständig im Benutzerkontext und unterstützt nach dem Program Für die Bereitstellung einer virtuellen Netzwerkkarte als Schnittstelle zum VPN wird ein TUN/TAP-Treiber verwendet. Kryptografische Operationen werden nur in OpenVPN durchgeführt, welches diese zu großen Teilen an die quelloffene Bibliothek openssl auslagert\cite[][Abschnitt \enquote{Introduction}]{man:openvpn}. +OpenVPN ist unterstützt IPv4 und IPv6 sowohl innerhalb eines VPN als auch zur Kommunikation zwischen OpenVPN-Dienstprogrammen. + + \section{Auswahl einer VPN-Software} Vorzüge von OpenVPN und IPsec im Vergleich.