Browse Source

HUE-3287 [core] Django 1.11 upgrade
- Updating cryptography-2.0 to cryptography-2.0.3, in secure cluster setup cryptography-2.0 fails with From cffi callback <function _verify_callback at 0x7fd734312488>:
Traceback (most recent call last):
File /opt/cloudera/parcels/CDH-6.x-1.cdh6.x.p0.282544/lib/hue/build/env/lib/python2.7/site-packages/pyOpenSSL-17.5.0-py2.7.egg/OpenSSL/SSL.py, line 313, in wrapper
_lib.X509_up_ref(x509)
AttributeError: 'module' object has no attribute 'X509_up_ref'

Prakash Ranade 7 years ago
parent
commit
7ceacae811
100 changed files with 24 additions and 2 deletions
  1. 0 0
      desktop/core/ext-py/cryptography-2.0.3/AUTHORS.rst
  2. 22 0
      desktop/core/ext-py/cryptography-2.0.3/CHANGELOG.rst
  3. 0 0
      desktop/core/ext-py/cryptography-2.0.3/CONTRIBUTING.rst
  4. 0 0
      desktop/core/ext-py/cryptography-2.0.3/LICENSE
  5. 0 0
      desktop/core/ext-py/cryptography-2.0.3/LICENSE.APACHE
  6. 0 0
      desktop/core/ext-py/cryptography-2.0.3/LICENSE.BSD
  7. 0 0
      desktop/core/ext-py/cryptography-2.0.3/MANIFEST.in
  8. 1 1
      desktop/core/ext-py/cryptography-2.0.3/PKG-INFO
  9. 0 0
      desktop/core/ext-py/cryptography-2.0.3/README.rst
  10. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/Makefile
  11. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/_static/.keep
  12. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/api-stability.rst
  13. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/changelog.rst
  14. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/community.rst
  15. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/conf.py
  16. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/cryptography-docs.py
  17. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/c-bindings.rst
  18. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4.rst
  19. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4/generate_arc4.py
  20. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4/verify_arc4.go
  21. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5.rst
  22. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5/generate_cast5.py
  23. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5/verify_cast5.go
  24. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea.rst
  25. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea/generate_idea.py
  26. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea/verify_idea.py
  27. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2.rst
  28. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java
  29. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py
  30. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1.rst
  31. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1/generate_secp256k1.py
  32. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1/verify_secp256k1.py
  33. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed.rst
  34. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed/generate_seed.py
  35. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed/verify_seed.py
  36. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/getting-started.rst
  37. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/index.rst
  38. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/reviewing-patches.rst
  39. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/submitting-patches.rst
  40. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/development/test-vectors.rst
  41. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/doing-a-release.rst
  42. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/exceptions.rst
  43. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/faq.rst
  44. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/fernet.rst
  45. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/glossary.rst
  46. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/index.rst
  47. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/interfaces.rst
  48. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/openssl.rst
  49. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/bindings/index.rst
  50. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/bindings/openssl.rst
  51. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/aead.rst
  52. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/dh.rst
  53. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/dsa.rst
  54. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/ec.rst
  55. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/index.rst
  56. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/rsa.rst
  57. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/serialization.rst
  58. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/utils.rst
  59. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/x25519.rst
  60. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/constant-time.rst
  61. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/cryptographic-hashes.rst
  62. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/index.rst
  63. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/key-derivation-functions.rst
  64. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/keywrap.rst
  65. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/cmac.rst
  66. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/hmac.rst
  67. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/index.rst
  68. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/padding.rst
  69. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/symmetric-encryption.rst
  70. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/twofactor.rst
  71. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/index.rst
  72. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/installation.rst
  73. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/limitations.rst
  74. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/make.bat
  75. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/random-numbers.rst
  76. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/security.rst
  77. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/spelling_wordlist.txt
  78. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/x509/certificate-transparency.rst
  79. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/x509/index.rst
  80. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/x509/reference.rst
  81. 0 0
      desktop/core/ext-py/cryptography-2.0.3/docs/x509/tutorial.rst
  82. 0 0
      desktop/core/ext-py/cryptography-2.0.3/setup.cfg
  83. 1 1
      desktop/core/ext-py/cryptography-2.0.3/setup.py
  84. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/__init__.py
  85. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_constant_time.py
  86. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_openssl.py
  87. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_padding.py
  88. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/constant_time.c
  89. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/constant_time.h
  90. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/padding.c
  91. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/padding.h
  92. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/__init__.py
  93. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/aes.py
  94. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/asn1.py
  95. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/bignum.py
  96. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/bio.py
  97. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/callbacks.py
  98. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/cmac.py
  99. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/cms.py
  100. 0 0
      desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/conf.py

+ 0 - 0
desktop/core/ext-py/cryptography-2.0/AUTHORS.rst → desktop/core/ext-py/cryptography-2.0.3/AUTHORS.rst


+ 22 - 0
desktop/core/ext-py/cryptography-2.0/CHANGELOG.rst → desktop/core/ext-py/cryptography-2.0.3/CHANGELOG.rst

@@ -1,6 +1,28 @@
 Changelog
 =========
 
+2.0.3 - 2017-08-03
+~~~~~~~~~~~~~~~~~~
+
+* Fixed an issue with weak linking symbols when compiling on macOS
+  versions older than 10.12.
+
+2.0.2 - 2017-07-27
+~~~~~~~~~~~~~~~~~~
+
+* Marked all symbols as hidden in the ``manylinux1`` wheel to avoid a
+  bug with symbol resolution in certain scenarios.
+
+2.0.1 - 2017-07-26
+~~~~~~~~~~~~~~~~~~
+
+* Fixed a compilation bug affecting OpenBSD.
+* Altered the ``manylinux1`` wheels to statically link OpenSSL instead of
+  dynamically linking and bundling the shared object. This should resolve
+  crashes seen when using ``uwsgi`` or other binaries that link against
+  OpenSSL independently.
+* Fixed the stack level for the ``signer`` and ``verifier`` warnings.
+
 2.0 - 2017-07-17
 ~~~~~~~~~~~~~~~~
 

+ 0 - 0
desktop/core/ext-py/cryptography-2.0/CONTRIBUTING.rst → desktop/core/ext-py/cryptography-2.0.3/CONTRIBUTING.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/LICENSE → desktop/core/ext-py/cryptography-2.0.3/LICENSE


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/LICENSE.APACHE → desktop/core/ext-py/cryptography-2.0.3/LICENSE.APACHE


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/LICENSE.BSD → desktop/core/ext-py/cryptography-2.0.3/LICENSE.BSD


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/MANIFEST.in → desktop/core/ext-py/cryptography-2.0.3/MANIFEST.in


+ 1 - 1
desktop/core/ext-py/cryptography-2.0/PKG-INFO → desktop/core/ext-py/cryptography-2.0.3/PKG-INFO

@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 2.0
+Version: 2.0.3
 Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The cryptography developers

+ 0 - 0
desktop/core/ext-py/cryptography-2.0/README.rst → desktop/core/ext-py/cryptography-2.0.3/README.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/Makefile → desktop/core/ext-py/cryptography-2.0.3/docs/Makefile


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/_static/.keep → desktop/core/ext-py/cryptography-2.0.3/docs/_static/.keep


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/api-stability.rst → desktop/core/ext-py/cryptography-2.0.3/docs/api-stability.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/changelog.rst → desktop/core/ext-py/cryptography-2.0.3/docs/changelog.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/community.rst → desktop/core/ext-py/cryptography-2.0.3/docs/community.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/conf.py → desktop/core/ext-py/cryptography-2.0.3/docs/conf.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/cryptography-docs.py → desktop/core/ext-py/cryptography-2.0.3/docs/cryptography-docs.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/c-bindings.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/c-bindings.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/arc4.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/arc4/generate_arc4.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4/generate_arc4.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/arc4/verify_arc4.go → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/arc4/verify_arc4.go


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/cast5.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/cast5/generate_cast5.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5/generate_cast5.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/cast5/verify_cast5.go → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/cast5/verify_cast5.go


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/idea.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/idea/generate_idea.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea/generate_idea.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/idea/verify_idea.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/idea/verify_idea.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/rsa-oaep-sha2.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/secp256k1.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/secp256k1/generate_secp256k1.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1/generate_secp256k1.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/secp256k1/verify_secp256k1.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/secp256k1/verify_secp256k1.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/seed.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/seed/generate_seed.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed/generate_seed.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/custom-vectors/seed/verify_seed.py → desktop/core/ext-py/cryptography-2.0.3/docs/development/custom-vectors/seed/verify_seed.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/getting-started.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/getting-started.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/reviewing-patches.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/reviewing-patches.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/submitting-patches.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/submitting-patches.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/development/test-vectors.rst → desktop/core/ext-py/cryptography-2.0.3/docs/development/test-vectors.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/doing-a-release.rst → desktop/core/ext-py/cryptography-2.0.3/docs/doing-a-release.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/exceptions.rst → desktop/core/ext-py/cryptography-2.0.3/docs/exceptions.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/faq.rst → desktop/core/ext-py/cryptography-2.0.3/docs/faq.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/fernet.rst → desktop/core/ext-py/cryptography-2.0.3/docs/fernet.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/glossary.rst → desktop/core/ext-py/cryptography-2.0.3/docs/glossary.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/backends/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/backends/interfaces.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/interfaces.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/backends/openssl.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/backends/openssl.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/bindings/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/bindings/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/bindings/openssl.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/bindings/openssl.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/aead.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/aead.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/dh.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/dh.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/dsa.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/dsa.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/ec.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/ec.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/rsa.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/rsa.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/serialization.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/serialization.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/utils.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/utils.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/asymmetric/x25519.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/asymmetric/x25519.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/constant-time.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/constant-time.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/cryptographic-hashes.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/cryptographic-hashes.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/key-derivation-functions.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/key-derivation-functions.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/keywrap.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/keywrap.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/mac/cmac.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/cmac.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/mac/hmac.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/hmac.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/mac/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/mac/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/padding.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/padding.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/symmetric-encryption.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/symmetric-encryption.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/hazmat/primitives/twofactor.rst → desktop/core/ext-py/cryptography-2.0.3/docs/hazmat/primitives/twofactor.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/installation.rst → desktop/core/ext-py/cryptography-2.0.3/docs/installation.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/limitations.rst → desktop/core/ext-py/cryptography-2.0.3/docs/limitations.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/make.bat → desktop/core/ext-py/cryptography-2.0.3/docs/make.bat


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/random-numbers.rst → desktop/core/ext-py/cryptography-2.0.3/docs/random-numbers.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/security.rst → desktop/core/ext-py/cryptography-2.0.3/docs/security.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/spelling_wordlist.txt → desktop/core/ext-py/cryptography-2.0.3/docs/spelling_wordlist.txt


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/x509/certificate-transparency.rst → desktop/core/ext-py/cryptography-2.0.3/docs/x509/certificate-transparency.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/x509/index.rst → desktop/core/ext-py/cryptography-2.0.3/docs/x509/index.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/x509/reference.rst → desktop/core/ext-py/cryptography-2.0.3/docs/x509/reference.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/docs/x509/tutorial.rst → desktop/core/ext-py/cryptography-2.0.3/docs/x509/tutorial.rst


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/setup.cfg → desktop/core/ext-py/cryptography-2.0.3/setup.cfg


+ 1 - 1
desktop/core/ext-py/cryptography-2.0/setup.py → desktop/core/ext-py/cryptography-2.0.3/setup.py

@@ -57,7 +57,7 @@ else:
     setup_requirements.append("cffi>=1.7")
 
 test_requirements = [
-    "pytest>=2.9.0",
+    "pytest>=2.9.0,!=3.2.0",
     "pretend",
     "iso8601",
     "pytz",

+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/__init__.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/__init__.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/build_constant_time.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_constant_time.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/build_openssl.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_openssl.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/build_padding.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/build_padding.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/hazmat_src/constant_time.c → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/constant_time.c


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/hazmat_src/constant_time.h → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/constant_time.h


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/hazmat_src/padding.c → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/padding.c


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/hazmat_src/padding.h → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/hazmat_src/padding.h


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/__init__.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/__init__.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/aes.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/aes.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/asn1.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/asn1.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/bignum.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/bignum.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/bio.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/bio.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/callbacks.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/callbacks.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/cmac.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/cmac.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/cms.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/cms.py


+ 0 - 0
desktop/core/ext-py/cryptography-2.0/src/_cffi_src/openssl/conf.py → desktop/core/ext-py/cryptography-2.0.3/src/_cffi_src/openssl/conf.py


Some files were not shown because too many files changed in this diff