From 09839c543caa7aa712c5ee687f90651af7498dc3 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 27 Jan 2020 16:09:03 +0100 Subject: [PATCH] Remove upstream GCM issue that was resolved --- deltatar/crypto.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/deltatar/crypto.py b/deltatar/crypto.py index b0c863c..80850b3 100755 --- a/deltatar/crypto.py +++ b/deltatar/crypto.py @@ -24,9 +24,6 @@ References: - Authentication weaknesses in GCM http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/comments/CWC-GCM/Ferguson2.pdf -Trouble with python-cryptography packages: authentication tags can only be -passed in advance: https://github.com/pyca/cryptography/pull/3421 - Errors ------------------------------------------------------------------------------- -- 1.7.1