get_sans_from_csr using pyOpenSSL

This commit is contained in:
Jakub Warmuz
2015-05-10 09:36:18 +00:00
parent f7dda7fcc2
commit 532d155b1c
3 changed files with 37 additions and 48 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ install_requires = [
'mock',
'psutil>=2.1.0', # net_connections introduced in 2.1.0
'pycrypto',
'PyOpenSSL',
# https://pyopenssl.readthedocs.org/en/latest/api/crypto.html#OpenSSL.crypto.X509Req.get_extensions
'PyOpenSSL>=0.15',
'python-augeas',
'python2-pythondialog',
'requests',