From 8c1d6c6e98d429aca0d27cfd616ba21b5efd0d46 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 14 Aug 2018 12:17:36 +0200 Subject: [PATCH] Reorder RFCs in Bibtex file --- Literaturverweise.bib | 106 +++++++++++++++++++++++++++--------------- Masterarbeit.tex | 2 +- 2 files changed, 69 insertions(+), 39 deletions(-) diff --git a/Literaturverweise.bib b/Literaturverweise.bib index 82932c2..81459f6 100644 --- a/Literaturverweise.bib +++ b/Literaturverweise.bib @@ -1,39 +1,39 @@ % Encoding: UTF-8 -@techreport{RFC4301, - author = {S. Kent and K. Seo}, - title = {Security Architecture for the Internet Protocol}, - howpublished = {Internet Requests for Comments}, - type = {RFC}, - number = {4301}, - year = {2005}, - month = {December}, - issn = {2070-1721}, - publisher = {Internet Engineering Task Force}, - institution = {Internet Engineering Task Force}, - url = {https://tools.ietf.org/html/rfc4301.txt}, - note = {\url{https://tools.ietf.org/html/rfc4301.txt}}, +@Book{book:debian, + author = {Raphaël Hertzog and Roland Mas}, + title = {The Debian Administrator’s Handbook}, + year = {2015}, + isbn = {979-10-91414-04-3}, + url = {https://debian-handbook.info/}, + urldate = {2018-07-17}, } @Manual{man:openvpn, - author = {James Yonan}, - title = {openvpn(8) - System Manager's Manual}, - year = {2018}, - date = {2018-04-24}, - edition = {OpenVPN Version 2.4}, - note = {\url{{https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html}}}, - url = {https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html}, - urldate = {2018-07-17}, - timestamp = {2018-07-17}, + author = {James Yonan}, + title = {openvpn(8) - System Manager's Manual}, + year = {2018}, + date = {2018-04-24}, + edition = {OpenVPN Version 2.4}, + note = {\url{{https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html}}}, + url = {https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html}, + urldate = {2018-07-17}, + timestamp = {2018-07-17}, } -@Book{book:debian, - author = {Raphaël Hertzog and Roland Mas}, - title = {The Debian Administrator’s Handbook}, - year = {2015}, - isbn = {979-10-91414-04-3}, - url = {https://debian-handbook.info/}, - urldate = {2018-07-17}, +@TechReport{RFC4301, + author = {S. Kent and K. Seo}, + title = {Security Architecture for the Internet Protocol}, + institution = {Internet Engineering Task Force}, + year = {2005}, + type = {RFC}, + number = {4301}, + note = {\url{https://tools.ietf.org/html/rfc4301.txt}}, + month = {December}, + url = {https://tools.ietf.org/html/rfc4301.txt}, + howpublished = {Internet Requests for Comments}, + issn = {2070-1721}, + publisher = {Internet Engineering Task Force}, } @TechReport{RFC4302, @@ -66,6 +66,21 @@ publisher = {Internet Engineering Task Force}, } +@TechReport{RFC7296, + author = {C. Kaufman and P. Hoffman and Y. Nir and P. Eronen and T. Kivinen}, + title = {Internet Key Exchange Protocol Version 2 (IKEv2)}, + institution = {Internet Engineering Task Force}, + year = {2014}, + type = {RFC}, + number = {7296}, + note = {\url{https://tools.ietf.org/html/rfc7296.txt}}, + month = {October}, + url = {https://tools.ietf.org/html/rfc7296.txt}, + howpublished = {Internet Requests for Comments}, + issn = {2070-1721}, + publisher = {Internet Engineering Task Force}, +} + @TechReport{RFC7321, author = {D. McGrew and P. Hoffman}, title = {Cryptographic Algorithm Implementation Requirements and Usage Guidance for Encapsulating Security Payload (ESP) and Authentication Header (AH)}, @@ -81,16 +96,16 @@ publisher = {Internet Engineering Task Force}, } -@TechReport{RFC7296, - author = {C. Kaufman and P. Hoffman and Y. Nir and P. Eronen and T. Kivinen}, - title = {Internet Key Exchange Protocol Version 2 (IKEv2)}, +@TechReport{RFC8200, + author = {S. Deering and R. Hinden}, + title = {Internet Protocol, Version 6 (IPv6) Specification}, institution = {Internet Engineering Task Force}, - year = {2014}, - type = {STD}, - number = {79}, - note = {\url{https://tools.ietf.org/html/rfc7296.txt}}, - month = {October}, - url = {https://tools.ietf.org/html/rfc7296.txt}, + year = {2017}, + type = {RFC}, + number = {8200}, + note = {\url{https://tools.ietf.org/html/rfc8200.txt}}, + month = {July}, + url = {https://tools.ietf.org/html/rfc8200.txt}, howpublished = {Internet Requests for Comments}, issn = {2070-1721}, publisher = {Internet Engineering Task Force}, @@ -111,4 +126,19 @@ publisher = {Internet Engineering Task Force}, } +@TechReport{RFC8221, + author = {P. Wouters and D. Migault and J. Mattsson and Y. Nir and T. Kivinen}, + title = {Cryptographic Algorithm Implementation Requirements and Usage Guidance for Encapsulating Security Payload (ESP) and Authentication Header (AH)}, + institution = {Internet Engineering Task Force}, + year = {2017}, + type = {RFC}, + number = {8221}, + note = {\url{https://tools.ietf.org/html/rfc8221.txt}}, + month = {October}, + url = {https://tools.ietf.org/html/rfc8221.txt}, + howpublished = {Internet Requests for Comments}, + issn = {2070-1721}, + publisher = {Internet Engineering Task Force}, +} + @Comment{jabref-meta: databaseType:biblatex;} diff --git a/Masterarbeit.tex b/Masterarbeit.tex index fc4d96f..bf413ac 100644 --- a/Masterarbeit.tex +++ b/Masterarbeit.tex @@ -308,7 +308,7 @@ Arbeitsschritte wie das Patchen und Kompilieren des Quellcodes, sowie Tests und Die Authentizität der Pakete wird anhand von GPG-Signaturen durch den Paketmanager vor der Installation überprüft\cite{book:debian}[Siehe Kapitel 6.5]. Um den Wartungsaufwand des VPN-Servers zu reduzieren, kann die Installation von Updates durch den Debian-Paketmanager automatisiert werden\cite{book:debian}[Siehe Kapitel 6.7 und 6.8]. -Somit muss der Systemadministrator lediglich Upgrades zur nächsthöheren Debian-Version durchführen. +Somit muss der Systemadministrator lediglich Upgrades zur nächsthöheren Debian-Version durchführen, da dabei Anpassungen an der Systemkonfiguration notwendig werden. Im Folgenden werden mögliche Software-Kandidaten aus den Debian-Paketquellen vorgestellt.