[Python-modules-commits] [python-asyncssh] 06/09: Don't run chacha20 tests as OpenSSL doesn't support this cipher.

Vincent Bernat bernat at moszumanska.debian.org
Sat Oct 31 22:54:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository python-asyncssh.

commit 3a3386304535a71291f4f0b7c4f73b68c8bb9c2e
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Oct 31 23:28:40 2015 +0100

    Don't run chacha20 tests as OpenSSL doesn't support this cipher.
    
    Forwarded: not-needed
    
    OpenSSL as shipped in Debian doesn't support the Chacha20-Poly1305
    cipher. This cipher will be introduced in OpenSSL 1.1.0.
    
    Patch-Name: do-not-test-chacha20-cipher.patch
---
 tests/test_public_key.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/test_public_key.py b/tests/test_public_key.py
index 8cd8c13..6a370c7 100644
--- a/tests/test_public_key.py
+++ b/tests/test_public_key.py
@@ -102,8 +102,7 @@ if run('ssh -V') >= b'OpenSSH_6.9': # pragma: no branch
     # GCM & Chacha tests require OpenSSH 6.9 due to a bug in earlier versions:
     #     https://bugzilla.mindrot.org/show_bug.cgi?id=2366
     openssh_ciphers = openssh_ciphers + ('aes128-gcm at openssh.com',
-                                         'aes256-gcm at openssh.com',
-                                         'chacha20-poly1305 at openssh.com')
+                                         'aes256-gcm at openssh.com')
 
 
 class _TestPublicKey(TempDirTestCase):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git



More information about the Python-modules-commits mailing list