[openssh-commits] [openssh] 01/01: upstream: Remove explicit rijndael-cbc at lysator.liu.se test since the
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 22 10:30:42 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 649205fe388b56acb3481a1b2461f6b5b7c6efa6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Dec 21 22:48:41 2020 +0000
upstream: Remove explicit rijndael-cbc at lysator.liu.se test since the
cipher was removed.
OpenBSD-Regress-ID: aa93cddb4ecd9bc21446a79008a1a53050e64f17
---
regress/dhgex.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/dhgex.sh b/regress/dhgex.sh
index ae64a9fb..6dd4cfe3 100644
--- a/regress/dhgex.sh
+++ b/regress/dhgex.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: dhgex.sh,v 1.6 2019/10/06 11:49:50 dtucker Exp $
+# $OpenBSD: dhgex.sh,v 1.7 2020/12/21 22:48:41 dtucker Exp $
# Placed in the Public Domain.
tid="dhgex"
@@ -58,4 +58,4 @@ check 3072 3des-cbc # 112 bits.
check 3072 `${SSH} -Q cipher | grep 128`
check 7680 `${SSH} -Q cipher | grep 192`
check 8192 `${SSH} -Q cipher | grep 256`
-check 8192 rijndael-cbc at lysator.liu.se chacha20-poly1305 at openssh.com
+check 8192 chacha20-poly1305 at openssh.com
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list