Module Name:    src
Committed By:   ozaki-r
Date:           Thu Apr 27 08:06:59 UTC 2017

Modified Files:
        src/tests/net/ipsec: algorithms.sh

Log Message:
Prefer rijndael-cbc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/ipsec/algorithms.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/ipsec/algorithms.sh
diff -u src/tests/net/ipsec/algorithms.sh:1.2 src/tests/net/ipsec/algorithms.sh:1.3
--- src/tests/net/ipsec/algorithms.sh:1.2	Thu Apr 27 06:50:42 2017
+++ src/tests/net/ipsec/algorithms.sh	Thu Apr 27 08:06:59 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: algorithms.sh,v 1.2 2017/04/27 06:50:42 ozaki-r Exp $
+#	$NetBSD: algorithms.sh,v 1.3 2017/04/27 08:06:59 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 
 ESP_ENCRYPTION_ALGORITHMS="des-cbc 3des-cbc null blowfish-cbc cast128-cbc \
     des-deriv rijndael-cbc aes-ctr camellia-cbc aes-gcm-16 aes-gmac"
-ESP_ENCRYPTION_ALGORITHMS_MINIMUM="null aes-ctr"
+ESP_ENCRYPTION_ALGORITHMS_MINIMUM="null rijndael-cbc"
 
 # Valid key lengths of ESP encription algorithms
 #    des-cbc         64

Reply via email to