aodh/ceilometer/tests/publisher
Mehdi Abaakouk 8b4e4987a5 Use hmac.compare_digest to compare signature
hmac.compare_digest must be used to compare sample
signature to avoid timing-attack.

We also provide a best-effort version of hmac.compare_digest
for python version that doesn't have the C version.

Closes bug #1332390

Change-Id: Ia313c98b7cccf0e8aed4fb933292bd7e6141b801
2014-07-17 06:13:53 +00:00
..
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_file.py Fix F402 violations and re-enable gating 2014-06-25 17:55:59 +03:00
test_rpc_publisher.py Fix H405 violations and re-enable gating 2014-07-01 13:41:27 +03:00
test_udp.py Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
test_utils.py Use hmac.compare_digest to compare signature 2014-07-17 06:13:53 +00:00