summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMathias Bjoerkqvist <mbj@zurich.ibm.com>2016-09-02 12:19:49 +0000
committerMathias Bjoerkqvist <mbj@zurich.ibm.com>2017-08-02 15:53:09 +0300
commit77bd74da0971b0cb7c415bbe2c6f506f3cdc666d (patch)
treee4055abacd64ea42626019ff7fc8cd0c2215d09d /requirements.txt
parent7c3d218b2ba2d871d56ea42f2e6d4418cf0718fd (diff)
downloadswift-77bd74da0971b0cb7c415bbe2c6f506f3cdc666d.tar.gz
Retrieve encryption root secret from Barbican
This patch adds support for retrieving the encryption root secret from an external key management system. In practice, this is currently limited to Barbican. Change-Id: I1700e997f4ae6fa1a7e68be6b97539a24046e80b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9f1582e16..1001be572 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,4 +10,4 @@ pastedeploy>=1.3.3
six>=1.9.0
xattr>=0.4
PyECLib>=1.3.1 # BSD
-cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
+cryptography!=2.0,>=1.6 # BSD/Apache-2.0