浏览代码

- update: nonce_auth_max_drift, auth_extra_checks split into auth_checks_*

Andrei Pelinescu-Onciul 17 年之前
父节点
当前提交
1eb27cdd83
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      NEWS

+ 6 - 1
NEWS

@@ -28,6 +28,10 @@ modules:
              - added extra authentication checks support, to protect
                against various reply attacks.
              - params:
+                       - nonce_auth_max_drift - maximum difference in seconds
+                          from the current time, if a nonce appears to be
+                          created in the future (if exceeded the nonce is 
+                          considered stale).
                        - one_time_nonce - if enabled each nonce is allowed 
                           only once => each new request (including 
                           retransmissions!) will be challenged. It should be
@@ -65,7 +69,8 @@ modules:
                           and index partitions, useful for increasing 
                           performance on multi-cpu systems (default 1,
                           recommended 4)
-                       - auth_extra_checks - flags specifying which extra
+                       - auth_checks_register, auth_checks_no_dlg, 
+                         auth_checks_in_dlg - flags specifying which extra
                           message part/parts will be checked for change before
                           allowing nonce reuse. See the auth module docs for
                           for more information (modules/auth/README).