From: Thomas Jarosch Date: Mon, 27 Jan 2020 15:09:03 +0000 (+0100) Subject: Remove upstream GCM issue that was resolved X-Git-Tag: v2.2~7^2~17 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=09839c543caa7aa712c5ee687f90651af7498dc3;p=python-delta-tar Remove upstream GCM issue that was resolved --- 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 -------------------------------------------------------------------------------