1. 26e07d6 rst api docs by Jean-Paul Calderone · 10 years ago
  2. b7a79b4 Drop the redundant starting value for `range` by Jean-Paul Calderone · 10 years ago
  3. da3e6c6 rstify the docstring a little more by Jean-Paul Calderone · 10 years ago
  4. 9479d73 Drop the underscore prefix on the other local variable name. by Jean-Paul Calderone · 10 years ago
  5. 5e8bf3f ChangeLog entry by Jean-Paul Calderone · 10 years ago
  6. 7fbdf64 Made corrections as per suggestions in https://github.com/pyca/pyopenssl/pull/22 by Stephen Holsapple · 10 years ago
  7. 9c1f262 Merge branch 'master' of https://github.com/pyca/pyopenssl by Stephen Holsapple · 10 years ago
  8. 24bf119 Merge pull request #40 from andrew-d/andrew-support-sslv2 by Jean-Paul Calderone · 10 years ago
  9. cdaf4cf Merge pull request #49 from smurfix/oldubuntu by Jean-Paul Calderone · 10 years ago
  10. 1ae0370 Drop ages-old Ubuntu packaging by Matthias Urlichs · 10 years ago
  11. ec84a0a Allow creating a Context with SSLv2_METHOD by Andrew Dunham · 10 years ago
  12. a5718e3 Fix test cases in test_add_extensions by Stephen Holsapple · 10 years ago
  13. a6b40c5 Merge remote-tracking branch 'upstream/master' by Stephen Holsapple · 10 years ago
  14. 759efbf Merge pull request #36 from pyca/release-0.14 by Jean-Paul Calderone · 10 years ago
  15. 0146d44 Bump version to 0.14 final by Jean-Paul Calderone · 10 years ago
  16. 8c65eae Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into release-0.14 by Jean-Paul Calderone · 10 years ago
  17. c6281a8 cryptography 0.2.1 is out, might as well tell everyone to use that. by Jean-Paul Calderone · 10 years ago
  18. 529e74e Merge branch 'osx-wantwrite' into release-0.14 by Jean-Paul Calderone · 10 years ago
  19. 08d4ade Merge pull request #31 from pyca/osx-wantwrite by Jean-Paul Calderone · 10 years ago
  20. 22c28b4 Make sure we still write a lot of bytes, too. by Jean-Paul Calderone · 10 years ago
  21. 7d7c9c2 Fill the send buffer with smaller strings in order to more completely fill it. by Jean-Paul Calderone · 10 years ago
  22. 3dffd62 Bump to 0.14a4 by Jean-Paul Calderone · 10 years ago
  23. 1c2b845 Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in most APIs on Python 2.x) by Jean-Paul Calderone · 10 years ago
  24. e11f7d6 Merge commit '2691849' into release-0.14 (Remove obsolete, incorrect documentation) by Jean-Paul Calderone · 10 years ago
  25. 221e990 Merge commit '3835e52' into release-0.14 (Fix info callback support so it gets the Connection instance again) by Jean-Paul Calderone · 10 years ago
  26. 9706314 Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on Windows) by Jean-Paul Calderone · 10 years ago
  27. 2562bd8 Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows) by Jean-Paul Calderone · 10 years ago
  28. ab984a4 Merge pull request #28 from pyca/other-int-fixes by Jean-Paul Calderone · 10 years ago
  29. f73a3cb tests and fixes for other int/long cases by Jean-Paul Calderone · 10 years ago
  30. bef4f4c Add some missing test coverage for handling values of type `long` and fix the implementation to accept either `int` or `long` on Python 2 (more closely matching the API implemented by the old C code). by Jean-Paul Calderone · 10 years ago
  31. 2a78d98 Merge pull request #27 from pyca/misc-documentation-fixes by Jean-Paul Calderone · 10 years ago
  32. 2691849 github! python.org! by Jean-Paul Calderone · 10 years ago
  33. eeb4bb1 There is a top-level INSTALL document now. Let's not be redundant. by Jean-Paul Calderone · 10 years ago
  34. 9b499dd cffi callbacks are easy by Jean-Paul Calderone · 10 years ago
  35. 203236c Merge pull request #26 from pyca/info-callback-argument by Jean-Paul Calderone · 10 years ago
  36. 3835e52 clean up messy comment by Jean-Paul Calderone · 10 years ago
  37. f2bbc9c Change the info callback test to at least assert that the connection argument is a Connection instance. by Jean-Paul Calderone · 10 years ago
  38. 0e26e2c Merge pull request #21 from kouk/gitignore by Jean-Paul Calderone · 10 years ago
  39. 600dcc2 Merge pull request #20 from kouk/longint by Jean-Paul Calderone · 10 years ago
  40. ce27d79 Merge pull request #25 from longaccess/fix_test_closed by Jean-Paul Calderone · 10 years ago
  41. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 10 years ago
  42. 410d042 allow tests to run even without execinfo.h by Konstantinos Koukopoulos · 10 years ago
  43. ca545b7 Finished test case for test_crypto.py. by Stephen Holsapple · 10 years ago
  44. adfd39d Added support for getting extensions from a X509Req object. by Stephen Holsapple · 10 years ago
  45. 6b8d6ca add .gitignore by Konstantinos Koukopoulos · 10 years ago
  46. c8b13ea use six's integer_types instead of py3 incompatible type 'long' by Konstantinos Koukopoulos · 10 years ago
  47. d3d41b0 support 64 bit fd's by Konstantinos Koukopoulos · 10 years ago
  48. 99c6dc4 Bump to alpha 3 by Jean-Paul Calderone · 10 years ago
  49. 658cbb2 Merge pull request 'pyca/python3-porting-fixes' into release-0.14 by Jean-Paul Calderone · 10 years ago
  50. df45499 Merge pull request #10 from pyca/python3-porting-fixes by Jean-Paul Calderone · 10 years ago
  51. c76c61c Accommodate Python 3.2 by Jean-Paul Calderone · 10 years ago
  52. fab157b Use the initialization functions that cryptography 0.1 exposes by Jean-Paul Calderone · 10 years ago
  53. 6922a86 Allow unicode as well as bytes in all the load APIs as well by Jean-Paul Calderone · 10 years ago
  54. de07546 Make error messages native strings again. by Jean-Paul Calderone · 10 years ago
  55. 87e525a And use_privatekey_file by Jean-Paul Calderone · 10 years ago
  56. 684baf5 And use_certificate_file by Jean-Paul Calderone · 10 years ago
  57. d860798 make use_certificate_chain_file can accept unicode too by Jean-Paul Calderone · 10 years ago
  58. 11ed8e8 Do the other initialization that is probably required. by Jean-Paul Calderone · 10 years ago
  59. 1704483 Simple docstring reformatting by Jean-Paul Calderone · 10 years ago
  60. 63eab69 Accept bytes or text in set_cipher_list by Jean-Paul Calderone · 10 years ago
  61. 86ebb45 Bump to alpha 2 by Jean-Paul Calderone · 11 years ago
  62. 11b2059 Merge remote-tracking branch 'pyca/master' into release-0.14 by Jean-Paul Calderone · 11 years ago
  63. add0570 Merge pull request #6 from pyca/python3-fixes by Jean-Paul Calderone · 11 years ago
  64. aca50f4 UTF-9 is sort of a thing but not a thing we're concerned with here. by Jean-Paul Calderone · 11 years ago
  65. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  66. 7307cd3 Drop ancient Python 2.3 support which used deprecated unittest apis. by Jean-Paul Calderone · 11 years ago
  67. 20aae94 Don't use the deprecated assertEquals by Jean-Paul Calderone · 11 years ago
  68. 7c55d45 bytes for filenames elsewhere, too. by Jean-Paul Calderone · 11 years ago
  69. 5c3f052 The maximum of Py_ssize_t is the more relevant value here. Plus there is no maxint on Python 3. by Jean-Paul Calderone · 11 years ago
  70. a8f7a94 Enforce byte strings, not native strings. by Jean-Paul Calderone · 11 years ago
  71. f9fb892 Try making mktemp always return bytes. by Jean-Paul Calderone · 11 years ago
  72. 53a5e13 Avoid using `long` if it does not exist. by Jean-Paul Calderone · 11 years ago
  73. 9efd9c6 Merge pull request #5 from pyca/pypy-fixes by Jean-Paul Calderone · 11 years ago
  74. d4033eb Add a second `collect()` call which hopefully will make the test pass on PyPy. by Jean-Paul Calderone · 11 years ago
  75. 7de3956 Maybe locals() works differently on PyPy, dunno, not going to investigate, just spell this differently. by Jean-Paul Calderone · 11 years ago
  76. 4c1aacd Try adding some more debug information to the last test that fails on PyPy to see what travis-ci tells us. by Jean-Paul Calderone · 11 years ago
  77. b64e2a2 Add OpenSSL_add_all_algorithms. by Jean-Paul Calderone · 11 years ago
  78. e324fd6 Try "adding" the algorithms or whatever. by Jean-Paul Calderone · 11 years ago
  79. 73f9313 Merge pull request #4 from pyca/tox by Jean-Paul Calderone · 11 years ago
  80. 2b1e0bd Switch to using the now-working `setup.py test´. by Jean-Paul Calderone · 11 years ago
  81. 6cdff71 "setup.py test" will install dependencies and unittest2 is no longer necessary by Jean-Paul Calderone · 11 years ago
  82. 11bf4b9 Try using setuptools to help run the tests. by Jean-Paul Calderone · 11 years ago
  83. d27be80 That seemed to work. Presumably not on Python 3 though, let's see... by Jean-Paul Calderone · 11 years ago
  84. 5d4686b Nope! How about this? by Jean-Paul Calderone · 11 years ago
  85. 1397982 Perhaps this usage is Python 2.6 compatible by Jean-Paul Calderone · 11 years ago
  86. 07f2db6 Prior results suggest these should work, at least. Also be verbose about installing so we can see what is happening in the logs. by Jean-Paul Calderone · 11 years ago
  87. b0c41b3 Maybe this will trigger some dependency fetching by Jean-Paul Calderone · 11 years ago
  88. 40570d2 perhaps not tox after all by Jean-Paul Calderone · 11 years ago
  89. 4281e52 Try to get tox into the build environment. by Jean-Paul Calderone · 11 years ago
  90. 7166c8b Try to configure builds on travis-ci. by Jean-Paul Calderone · 11 years ago
  91. 35d93a4 Some explanations and a safety harness for PYTHONPATH craziness. by Jean-Paul Calderone · 11 years ago
  92. 58e52b0 Declare zope.interface dep as well by Jean-Paul Calderone · 11 years ago
  93. 26f2c34 Try defining a useful tox configuration for testing on travis by Jean-Paul Calderone · 11 years ago
  94. 5d97b41 Use setuptools and declare the cryptography dependency by Jean-Paul Calderone · 11 years ago
  95. 558b78a Python 3 syntax compatibility by Jean-Paul Calderone · 11 years ago
  96. 9b4115f Obey the Python 3 exception variable handling rules by Jean-Paul Calderone · 11 years ago
  97. 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
  98. f47de96 Hmm maybe start off with a non-final version. by Jean-Paul Calderone · 11 years ago
  99. 737d2ad version bump by Jean-Paul Calderone · 11 years ago
  100. dc513fa Merge pull request #1 from pyca/github-changes by Jean-Paul Calderone · 11 years ago