You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
475 B
19 lines
475 B
diff --git a/net-snmp-create-v3-user.in b/net-snmp-create-v3-user.in
|
|
index ac3c60f..177c00f 100644
|
|
--- a/net-snmp-create-v3-user.in
|
|
+++ b/net-snmp-create-v3-user.in
|
|
@@ -57,11 +57,11 @@ case $1 in
|
|
exit 1
|
|
fi
|
|
case $1 in
|
|
- DES|AES|AES128)
|
|
+ AES|AES128|AES192|AES256)
|
|
Xalgorithm=$1
|
|
shift
|
|
;;
|
|
- des|aes|aes128)
|
|
+ aes|aes128|aes192|aes256)
|
|
Xalgorithm=$(echo "$1" | tr a-z A-Z)
|
|
shift
|
|
;;
|