1. 80b25ef Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) by Moriyoshi Koizumi · 7 years ago
  2. 1089ed2 Python 3.6 (#600) by Hynek Schlawack · 8 years ago
  3. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 8 years ago
  4. e15e60a Add the ability to set a custom verification time on X509Store (#567) by Thomas Sileo · 8 years ago
  5. 11e39cb bump by Alex Gaynor · 8 years ago
  6. 02ea091 bump to cryptography 1.3.3 by Alex Gaynor · 8 years ago
  7. 5be951c cryptography 1.3 is here! by Hynek Schlawack · 9 years ago
  8. 73412e5 Fix cryptography minimum version by Hynek Schlawack · 9 years ago
  9. 65e4def De-Sphinx CHANGELOG & add rel info to description by Hynek Schlawack · 9 years ago
  10. f90e368 Fix set_cipher_list on modern OpenSSL by Hynek Schlawack · 9 years ago
  11. b3ba708 bump cryptography version requirement by Paul Kehrer · 9 years ago
  12. f0e6685 Move package into src by Hynek Schlawack · 9 years ago
  13. 23dee7e removed support for Python 3.2 by Jim Shaver · 9 years ago
  14. 5bc17cb Dedup meta data, use README as long_description by Hynek Schlawack · 9 years ago
  15. f982efd Integrate py.test with setup.py test by Hynek Schlawack · 9 years ago
  16. 197bda9 Prepare 0.15.1 by Hynek Schlawack · 9 years ago
  17. 76ecf94 Release 0.15 by Hynek Schlawack · 9 years ago
  18. b164859 Fix setup.py & MANIFEST.in by Hynek Schlawack · 9 years ago
  19. 7cf3b47 0.7 was released. by Jean-Paul Calderone · 10 years ago
  20. a358016 Perhaps this is a sensible way to declare a dependency on post-0.6.1 master? Perhaps not, I'm not sure. by Jean-Paul Calderone · 10 years ago
  21. 0120907 Tentatively bump the required version of cryptography necessary for the new OpenSSL API. by Jean-Paul Calderone · 10 years ago
  22. bff5c43 This needs the latest cryptography by Alex Gaynor · 10 years ago
  23. a293f5e This depends on a new feature first introduced in cryptography 0.4. by Jean-Paul Calderone · 10 years ago
  24. 416f4a1 Added dependency for cryptography>=0.3. by Fedor Brunner · 11 years ago
  25. 1674313 add Python :: 2 and some comments referring to reasons to include Python :: 3 here by Jean-Paul Calderone · 11 years ago
  26. 3078273 Add the generic Python 3 trove classifier by Brett Cannon · 11 years ago
  27. 0146d44 Bump version to 0.14 final by Jean-Paul Calderone · 11 years ago
  28. 8c65eae Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into release-0.14 by Jean-Paul Calderone · 11 years ago
  29. c6281a8 cryptography 0.2.1 is out, might as well tell everyone to use that. by Jean-Paul Calderone · 11 years ago
  30. 3dffd62 Bump to 0.14a4 by Jean-Paul Calderone · 11 years ago
  31. 99c6dc4 Bump to alpha 3 by Jean-Paul Calderone · 11 years ago
  32. 86ebb45 Bump to alpha 2 by Jean-Paul Calderone · 11 years ago
  33. 11b2059 Merge remote-tracking branch 'pyca/master' into release-0.14 by Jean-Paul Calderone · 11 years ago
  34. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  35. 11bf4b9 Try using setuptools to help run the tests. by Jean-Paul Calderone · 11 years ago
  36. 5d97b41 Use setuptools and declare the cryptography dependency by Jean-Paul Calderone · 11 years ago
  37. 19ad371 First release screwup: cryptography does not support Python 2.4 or Python 2.5 so we do not either. by Jean-Paul Calderone · 11 years ago
  38. f47de96 Hmm maybe start off with a non-final version. by Jean-Paul Calderone · 11 years ago
  39. 737d2ad version bump by Jean-Paul Calderone · 11 years ago
  40. 324c643 Reflect the new location here as well by Jean-Paul Calderone · 11 years ago
  41. 1ac2c19 Update distutils glue to reflect the extensive changes by Jean-Paul Calderone · 11 years ago
  42. 4b5c244 Get the C implementation out of the way by Jean-Paul Calderone · 12 years ago
  43. 084b752 Move the crypto extension module aside to make way for an incremental rewrite in Python by Jean-Paul Calderone · 12 years ago
  44. 8210b92 Re-implement OpenSSL.rand in Python using opentls. by Jean-Paul Calderone · 12 years ago
  45. e0fcf51 Minimal skeleton of a Python Session type by Jean-Paul Calderone · 13 years ago
  46. d59d3bc Add a bunch of classifiers. Classifiers are fun. Everyone loves classifiers. by Jean-Paul Calderone · 13 years ago
  47. 5e99f44 Bump the version to the final release version by Jean-Paul Calderone · 13 years ago
  48. 9695e8a Bump version number by Jean-Paul Calderone · 13 years ago
  49. ba8553d Bump version by Jean-Paul Calderone · 13 years ago
  50. 64dc3bb Bump version by Jean-Paul Calderone · 13 years ago
  51. 9820bba Update the distutils license field by Jean-Paul Calderone · 14 years ago
  52. a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 14 years ago
  53. 0dae203 Bump version by Jean-Paul Calderone · 14 years ago
  54. be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 14 years ago
  55. b444b70 Bump version number by Jean-Paul Calderone · 14 years ago
  56. 0ba68c9 Remove the forced verbosity setting; it adds extra output which confuses Buildbot on some versions of Python by Jean-Paul Calderone · 14 years ago
  57. ba4308e Avoid importing OpenSSL in setup.py for now by Jean-Paul Calderone · 14 years ago
  58. 40a35e7 Get version from the right place by Jean-Paul Calderone · 14 years ago
  59. 024375a Move the src directory to an OpenSSL directory so it can be a package even in a source checkout; also dump the __init__.py into it by Jean-Paul Calderone · 14 years ago
  60. 9178ee6 merge trunk and resolve simple conflict by Jean-Paul Calderone · 15 years ago
  61. 3b48cb7 See if this helps by Jean-Paul Calderone · 15 years ago
  62. 6ef6588 Try to ignore things like C:\Program Files\Subversion by Jean-Paul Calderone · 15 years ago
  63. bcd4545 Some changes to setup.py by Jean-Paul Calderone · 15 years ago
  64. 536ba02 Add support for CRL and Revoked objects. by Rick Dean · 15 years ago
  65. b19c694 Simplify support for building on Windows; make sure to include all the necessary dlls when making binary distributions by Jean-Paul Calderone · 15 years ago
  66. 71d62c0 Make sure the egg is never zipped; the dlls will not work like that by Jean-Paul Calderone · 15 years ago
  67. e0d94c8 Use package_data instead of data_files to put the dlls into the package; this should cause them to end up in the right place more often by Jean-Paul Calderone · 15 years ago
  68. 61b0c43 work with mingw32 and msvc by Jean-Paul Calderone · 15 years ago
  69. 2d79b30 This works on mingw32 by Jean-Paul Calderone · 15 years ago
  70. e5e94c0 more by Jean-Paul Calderone · 15 years ago
  71. 1ba729d la la la by Jean-Paul Calderone · 15 years ago
  72. b4ea1ea some debug info about the build environment, please by Jean-Paul Calderone · 15 years ago
  73. 6af9678 what by Jean-Paul Calderone · 15 years ago
  74. b80b320 try this approach by Jean-Paul Calderone · 15 years ago
  75. c7030f4 schwackity schwack by Jean-Paul Calderone · 15 years ago
  76. d27be6e gut gut gut by Jean-Paul Calderone · 15 years ago
  77. d9d229d maybe eay32 is nicer by Jean-Paul Calderone · 15 years ago
  78. 9971e6f hack hack hack by Jean-Paul Calderone · 15 years ago
  79. 0c41810 hack hack hack by Jean-Paul Calderone · 15 years ago
  80. cb5e16f I sink low by Jean-Paul Calderone · 15 years ago
  81. f2844fc Look in the openssl mingw32 lib dir by Jean-Paul Calderone · 15 years ago
  82. 433dc64 Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and documentation included. by Rick Dean · 15 years ago
  83. 0b88b6a Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked by Jean-Paul Calderone · 15 years ago
  84. 579e953 this works on vce by Jean-Paul Calderone · 15 years ago
  85. a487d81 stupid mistake by Jean-Paul Calderone · 16 years ago
  86. 4bf9537 Use ctypes to find libeay32.dll by Jean-Paul Calderone · 16 years ago
  87. bfef31c Revert r88 and r89 - I was wrong by Jean-Paul Calderone · 16 years ago
  88. fd97e3c Fix a stupid mistake; I should try this stuff locally before committing by Jean-Paul Calderone · 16 years ago
  89. fa85e19 Experimental change to remove the "ExtraObjects" stuff. Hypothesis: ExtraObjects is superfluous to the build and removing it will have no negative consequences. by Jean-Paul Calderone · 16 years ago
  90. 86d7f93 Delete some more stuff that I do not think is necessary by Jean-Paul Calderone · 16 years ago
  91. 2210f79 Work around a gross distutils bug - forward slashes cause the path to get mangled incorrectly by Jean-Paul Calderone · 16 years ago
  92. 5a1bf38 Get rid of conditional setuptools usage; specify this externally instead. Get rid of old Extension compatibility code; Python 2.3 is the oldest version now supported, and it has `depends´. Try just using ExtraObjects instead of globbing for dlls; SSL_LIB isn\t necessarily set. by Jean-Paul Calderone · 16 years ago
  93. ddbc28f try getting rid of ez_setup by Jean-Paul Calderone · 16 years ago
  94. 3329c30 update to trunk tip by Jean-Paul Calderone · 16 years ago
  95. 3ea41b0 Try to find ssleay32.a in more locations, including on that may be a bit more common windows by Jean-Paul Calderone · 16 years ago
  96. a1a7801 Remove unintentionally added debug helper by Jean-Paul Calderone · 16 years ago
  97. 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 16 years ago
  98. a4be22a convenience hack: if setuptools is not already present, then this will download it from pypi into the CWD and use it. by zooko · 16 years ago
  99. 3594e21 If --prefix is in sys.argv, then set up sys.path and os.environ['PYTHONPATH'] to contain the appropriate site-packages subdir of the prefix dir by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 16 years ago
  100. d78922f Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which include OpenSSL shared lib, at least on Windows by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 16 years ago