OpenStack library utils
Go to file
Joshua Harlow 9d58253588 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
2016-01-19 17:24:03 -08:00
doc/source Create secretutils and include 'constant_time_compare' function 2016-01-19 17:24:03 -08:00
oslo_utils Create secretutils and include 'constant_time_compare' function 2016-01-19 17:24:03 -08:00
oslo.utils/locale Imported Translations from Zanata 2015-09-16 18:52:56 +00:00
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitignore Add 'token' to list of fields to be santized by mask_password 2015-09-08 15:45:42 +01:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
openstack-common.conf Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:33:03 -07:00
requirements.txt Updated from global requirements 2015-09-17 16:42:28 +00:00
setup.cfg Remove oslo namespace package 2015-07-15 18:20:18 +00:00
setup.py Updated from global requirements 2015-09-17 16:42:28 +00:00
test-requirements.txt Updated from global requirements 2015-08-27 04:18:22 +00:00
tox.ini flake8 - remove unused rules 2015-08-08 11:41:38 +00:00

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.