summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-05-07 14:25:57 -0400
committerSimo Sorce <simo@redhat.com>2013-06-28 15:38:35 -0400
commitba7023bf06498f91ccb341ca13c0d9b41a4a6642 (patch)
tree555ee5dcf2b19e207a61f7633e6a9565df51fa1a /requirements.txt
parent7b7566bac8e2df14e17631980a7fbf2df68cf116 (diff)
downloadoslo-ba7023bf06498f91ccb341ca13c0d9b41a4a6642.tar.gz
oslo-ba7023bf06498f91ccb341ca13c0d9b41a4a6642.tar.xz
oslo-ba7023bf06498f91ccb341ca13c0d9b41a4a6642.zip
Add common crypto utilties
Common routines for Key Derivation (RFC 5869) and Symmetric Cryptography that uses standard Crypto functions as exported by PyCrypto Change-Id: Ib43ac788ec98b8a1b678ac457244a06a16833761 Implements: blueprint trusted-messaging
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 552f84b..0a2d1c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,3 +16,4 @@ http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.co
qpid-python
six
netaddr
+pycrypto>=2.6