summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2007-07-09 13:39:47 +0000
committerelie <elie>2007-07-09 13:39:47 +0000
commit1e519091d197e17acf5c6363d7c25b5ffd98ad08 (patch)
tree82a986ebc97f321911c64f7ec9cfd12d27e648c4 /docs
parent3517969eaf8fce91f9f43b19fa280e8d376f7dfb (diff)
downloadpysnmp-1e519091d197e17acf5c6363d7c25b5ffd98ad08.tar.gz
added support for AES cipher (rfc3826)
Diffstat (limited to 'docs')
-rw-r--r--docs/pysnmp-tutorial.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/pysnmp-tutorial.html b/docs/pysnmp-tutorial.html
index ea29a04..9e5e363 100644
--- a/docs/pysnmp-tutorial.html
+++ b/docs/pysnmp-tutorial.html
@@ -1463,7 +1463,8 @@ non-default hash function algorithm. Possible values include
<P>
Optional <STRONG>privProtocol</STRONG> parameter may be used to specify
non-default ciphering algorithm. Possible values include
-<STRONG>usmDESPrivProtocol</STRONG> and
+<STRONG>usmDESPrivProtocol</STRONG>,
+<STRONG>usmAesCfb128Protocol</STRONG>, and
<STRONG>usmNoPrivProtocol</STRONG>.
</P>
</DD>