summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-23 14:28:11 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2016-01-19 17:24:03 -0800
commit9d58253588401113ee62fffd049e4471f3cebc38 (patch)
treef49a745695072eb6f9f3016c55c418a733ebfd4e /doc
parente17866e4b723ad113c7b54d370eeeb8697427653 (diff)
downloadoslo-utils-9d58253588401113ee62fffd049e4471f3cebc38.tar.gz
Create secretutils and include 'constant_time_compare' function
This code (or a version of it) is being shared by at least nova and keystonemiddleware and it seems like a good idea to move it to being common shared code (especially due to the importance of getting this code correct). This adds an initial secretutils and adds tests for it. Change-Id: Ia603202a065d5b345608e712f63f7af21fd74dea
Diffstat (limited to 'doc')
-rw-r--r--doc/source/api/secretutils.rst6
-rw-r--r--doc/source/index.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/api/secretutils.rst b/doc/source/api/secretutils.rst
new file mode 100644
index 0000000..fb88a0c
--- /dev/null
+++ b/doc/source/api/secretutils.rst
@@ -0,0 +1,6 @@
+=============
+ secretutils
+=============
+
+.. automodule:: oslo_utils.secretutils
+ :members:
diff --git a/doc/source/index.rst b/doc/source/index.rst
index eb4e8ee..a4b0ba8 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -26,6 +26,7 @@ API Documentation
api/importutils
api/netutils
api/reflection
+ api/secretutils
api/strutils
api/timeutils
api/units