emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/tzz/nettle f4892a5: WIP: GnuTLS tests: pass all AE


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle f4892a5: WIP: GnuTLS tests: pass all AEAD ciphers
Date: Fri, 14 Apr 2017 16:31:37 -0400 (EDT)

branch: scratch/tzz/nettle
commit f4892a50607da7835e6ac9f84dc5551fa76d1a87
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS tests: pass all AEAD ciphers
---
 test/lisp/net/gnutls-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el
index e2b5b59..6665487 100644
--- a/test/lisp/net/gnutls-tests.el
+++ b/test/lisp/net/gnutls-tests.el
@@ -206,8 +206,7 @@
                  "AUTH data and more data to go over the block limit"))
         (ciphers (remove-if
                   (lambda (c) (or (null (plist-get (cdr (assoc c 
(gnutls-ciphers)))
-                                              :cipher-aead-capable))
-                             (member c '("xCHACHA20-POLY1305" "xAES-128-CCM-8" 
"xAES-256-CCM-8"))))
+                                              :cipher-aead-capable))))
                   gnutls-tests-tested-ciphers)))
 
     (dolist (cipher ciphers)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]