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/e6e426e63907
branches: trunk
changeset: 353280:e6e426e63907
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 5d751b5dadf7 -r e6e426e63907 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