Source-Changes-HG archive

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

[src/trunk]: src/tests/net/ipsec Add minimum sets of algorithms for testing



details:   https://anonhg.NetBSD.org/src/rev/a133c59d7699
branches:  trunk
changeset: 823581:a133c59d7699
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Apr 27 06:50:42 2017 +0000

description:
Add minimum sets of algorithms for testing

diffstat:

 tests/net/ipsec/algorithms.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r a415f7c04f03 -r a133c59d7699 tests/net/ipsec/algorithms.sh
--- a/tests/net/ipsec/algorithms.sh     Thu Apr 27 04:44:02 2017 +0000
+++ b/tests/net/ipsec/algorithms.sh     Thu Apr 27 06:50:42 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: algorithms.sh,v 1.1 2017/04/14 02:56:49 ozaki-r Exp $
+#      $NetBSD: algorithms.sh,v 1.2 2017/04/27 06:50:42 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -27,6 +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"
 
 # Valid key lengths of ESP encription algorithms
 #    des-cbc         64
@@ -72,6 +73,7 @@
 
 AH_AUTHENTICATION_ALGORITHMS="hmac-md5 hmac-sha1 keyed-md5 keyed-sha1 null \
     hmac-sha256 hmac-sha384 hmac-sha512 hmac-ripemd160 aes-xcbc-mac"
+AH_AUTHENTICATION_ALGORITHMS_MINIMUM="null hmac-sha512"
 
 # Valid key lengths of AH authentication algorithms
 #    hmac-md5        128



Home | Main Index | Thread Index | Old Index