diff options
| author | Ade Lee <alee@redhat.com> | 2017-04-03 12:56:48 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2017-04-06 21:46:08 -0400 |
| commit | 8463f5f791ced714d64ff891dc015666a971454b (patch) | |
| tree | 36cc1fa1b305bbcc54055812376ded16eeef3e8d /base/common/python/setup.py | |
| parent | 4ab0608cbda0c9336c5eb9ea40a7d3ca769ab17b (diff) | |
| download | pki-8463f5f791ced714d64ff891dc015666a971454b.tar.gz pki-8463f5f791ced714d64ff891dc015666a971454b.tar.xz pki-8463f5f791ced714d64ff891dc015666a971454b.zip | |
Add python-cryptography crypto provider
The python-cryptography provider is added. It will use AES
mechanisms by default. The eventual goal is to use this
provider by default, and to obsolete the NSS CryptoProvider.
Added some methods to determine which crypto keyset levels are
supported by the crypto provider.
Change-Id: Ifd47f0de765a9f0d157e8be678d5d06437bda819
Diffstat (limited to 'base/common/python/setup.py')
| -rw-r--r-- | base/common/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/setup.py b/base/common/python/setup.py index e0920c1e6..03391a602 100644 --- a/base/common/python/setup.py +++ b/base/common/python/setup.py @@ -124,7 +124,7 @@ and set up in less than an hour.""", keywords='pki x509 cert certificate', url='http://pki.fedoraproject.org/', packages=['pki', 'pki.cli'], - install_requires=['python-nss', 'requests', 'six'], + install_requires=['python-nss', 'requests', 'six', 'cryptography'], cmdclass={'version_info': VersionInfo}, classifiers=[ 'Development Status :: 5 - Production/Stable', |
