From 04bc906d29a344f9e67e304c44b7e5311450358c Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 3 Aug 2017 22:44:43 +0200 Subject: added SHA2 auth protocol into the list of available ones --- examples/hlapi/asyncore/sync/manager/cmdgen/usm-sha-aes128.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/hlapi/asyncore/sync/manager/cmdgen/usm-sha-aes128.py b/examples/hlapi/asyncore/sync/manager/cmdgen/usm-sha-aes128.py index 4d7692cf..53d4f800 100644 --- a/examples/hlapi/asyncore/sync/manager/cmdgen/usm-sha-aes128.py +++ b/examples/hlapi/asyncore/sync/manager/cmdgen/usm-sha-aes128.py @@ -13,6 +13,10 @@ Available authentication protocols: #. usmHMACMD5AuthProtocol #. usmHMACSHAAuthProtocol +#. usmHMAC128SHA224AuthProtocol +#. usmHMAC192SHA256AuthProtocol +#. usmHMAC256SHA384AuthProtocol +#. usmHMAC384SHA512AuthProtocol #. usmNoAuthProtocol Available privacy protocols: -- cgit v1.2.1