1. 2691849 github! python.org! by Jean-Paul Calderone · 11 years ago
  2. eeb4bb1 There is a top-level INSTALL document now. Let's not be redundant. by Jean-Paul Calderone · 11 years ago
  3. 9b499dd cffi callbacks are easy by Jean-Paul Calderone · 11 years ago
  4. 203236c Merge pull request #26 from pyca/info-callback-argument by Jean-Paul Calderone · 11 years ago
  5. 3835e52 clean up messy comment by Jean-Paul Calderone · 11 years ago
  6. f2bbc9c Change the info callback test to at least assert that the connection argument is a Connection instance. by Jean-Paul Calderone · 11 years ago
  7. 0e26e2c Merge pull request #21 from kouk/gitignore by Jean-Paul Calderone · 11 years ago
  8. 600dcc2 Merge pull request #20 from kouk/longint by Jean-Paul Calderone · 11 years ago
  9. ce27d79 Merge pull request #25 from longaccess/fix_test_closed by Jean-Paul Calderone · 11 years ago
  10. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 11 years ago
  11. 410d042 allow tests to run even without execinfo.h by Konstantinos Koukopoulos · 11 years ago
  12. 6b8d6ca add .gitignore by Konstantinos Koukopoulos · 11 years ago
  13. c8b13ea use six's integer_types instead of py3 incompatible type 'long' by Konstantinos Koukopoulos · 11 years ago
  14. d3d41b0 support 64 bit fd's by Konstantinos Koukopoulos · 11 years ago
  15. df45499 Merge pull request #10 from pyca/python3-porting-fixes by Jean-Paul Calderone · 11 years ago
  16. c76c61c Accommodate Python 3.2 by Jean-Paul Calderone · 11 years ago
  17. fab157b Use the initialization functions that cryptography 0.1 exposes by Jean-Paul Calderone · 11 years ago
  18. 6922a86 Allow unicode as well as bytes in all the load APIs as well by Jean-Paul Calderone · 11 years ago
  19. de07546 Make error messages native strings again. by Jean-Paul Calderone · 11 years ago
  20. 87e525a And use_privatekey_file by Jean-Paul Calderone · 11 years ago
  21. 684baf5 And use_certificate_file by Jean-Paul Calderone · 11 years ago
  22. d860798 make use_certificate_chain_file can accept unicode too by Jean-Paul Calderone · 11 years ago
  23. 11ed8e8 Do the other initialization that is probably required. by Jean-Paul Calderone · 11 years ago
  24. 1704483 Simple docstring reformatting by Jean-Paul Calderone · 11 years ago
  25. 63eab69 Accept bytes or text in set_cipher_list by Jean-Paul Calderone · 11 years ago
  26. add0570 Merge pull request #6 from pyca/python3-fixes by Jean-Paul Calderone · 11 years ago
  27. aca50f4 UTF-9 is sort of a thing but not a thing we're concerned with here. by Jean-Paul Calderone · 11 years ago
  28. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  29. 7307cd3 Drop ancient Python 2.3 support which used deprecated unittest apis. by Jean-Paul Calderone · 11 years ago
  30. 20aae94 Don't use the deprecated assertEquals by Jean-Paul Calderone · 11 years ago
  31. 7c55d45 bytes for filenames elsewhere, too. by Jean-Paul Calderone · 11 years ago
  32. 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
  33. a8f7a94 Enforce byte strings, not native strings. by Jean-Paul Calderone · 11 years ago
  34. f9fb892 Try making mktemp always return bytes. by Jean-Paul Calderone · 11 years ago
  35. 53a5e13 Avoid using `long` if it does not exist. by Jean-Paul Calderone · 11 years ago
  36. 9efd9c6 Merge pull request #5 from pyca/pypy-fixes by Jean-Paul Calderone · 11 years ago
  37. d4033eb Add a second `collect()` call which hopefully will make the test pass on PyPy. by Jean-Paul Calderone · 11 years ago
  38. 7de3956 Maybe locals() works differently on PyPy, dunno, not going to investigate, just spell this differently. by Jean-Paul Calderone · 11 years ago
  39. 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
  40. b64e2a2 Add OpenSSL_add_all_algorithms. by Jean-Paul Calderone · 11 years ago
  41. e324fd6 Try "adding" the algorithms or whatever. by Jean-Paul Calderone · 11 years ago
  42. 73f9313 Merge pull request #4 from pyca/tox by Jean-Paul Calderone · 11 years ago
  43. 2b1e0bd Switch to using the now-working `setup.py test´. by Jean-Paul Calderone · 11 years ago
  44. 6cdff71 "setup.py test" will install dependencies and unittest2 is no longer necessary by Jean-Paul Calderone · 11 years ago
  45. 11bf4b9 Try using setuptools to help run the tests. by Jean-Paul Calderone · 11 years ago
  46. d27be80 That seemed to work. Presumably not on Python 3 though, let's see... by Jean-Paul Calderone · 11 years ago
  47. 5d4686b Nope! How about this? by Jean-Paul Calderone · 11 years ago
  48. 1397982 Perhaps this usage is Python 2.6 compatible by Jean-Paul Calderone · 11 years ago
  49. 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
  50. b0c41b3 Maybe this will trigger some dependency fetching by Jean-Paul Calderone · 11 years ago
  51. 40570d2 perhaps not tox after all by Jean-Paul Calderone · 11 years ago
  52. 4281e52 Try to get tox into the build environment. by Jean-Paul Calderone · 11 years ago
  53. 7166c8b Try to configure builds on travis-ci. by Jean-Paul Calderone · 11 years ago
  54. 35d93a4 Some explanations and a safety harness for PYTHONPATH craziness. by Jean-Paul Calderone · 11 years ago
  55. 58e52b0 Declare zope.interface dep as well by Jean-Paul Calderone · 11 years ago
  56. 26f2c34 Try defining a useful tox configuration for testing on travis by Jean-Paul Calderone · 11 years ago
  57. 5d97b41 Use setuptools and declare the cryptography dependency by Jean-Paul Calderone · 11 years ago
  58. 558b78a Python 3 syntax compatibility by Jean-Paul Calderone · 11 years ago
  59. 9b4115f Obey the Python 3 exception variable handling rules by Jean-Paul Calderone · 11 years ago
  60. dc513fa Merge pull request #1 from pyca/github-changes by Jean-Paul Calderone · 11 years ago
  61. 324c643 Reflect the new location here as well by Jean-Paul Calderone · 11 years ago
  62. e9700ba Nope, do not report bugs there. by Jean-Paul Calderone · 11 years ago
  63. fd193a2 Port to cryptography. by Jean-Paul Calderone · 11 years ago
  64. e80a25a this __builtin__ thing is not Python 3 compatible, apparently by Jean-Paul Calderone · 11 years ago
  65. c178034 This is another one that is missing on OSX by Jean-Paul Calderone · 11 years ago
  66. e36b31a adjust to reflect the cryptography api change by Jean-Paul Calderone · 11 years ago
  67. 0d7e8a1 Make some optional things optional by mirroring their absense by Jean-Paul Calderone · 11 years ago
  68. 3f93d21 fix some renaming errors from a while ago by Jean-Paul Calderone · 11 years ago
  69. ede8b71 changing the name back does not reintroduce the problem, how fun by Jean-Paul Calderone · 11 years ago
  70. 6bb4089 try adding some thread initialization logic by Jean-Paul Calderone · 11 years ago
  71. a5fb4e0 randomly guess that the names of these functions is causing problems and give them less scary names by Jean-Paul Calderone · 11 years ago
  72. 92bc1cb This documentation is much simpler now. by Jean-Paul Calderone · 11 years ago
  73. 8df6278 There are no longer any .h files. by Jean-Paul Calderone · 11 years ago
  74. 0219419 also no longer used by Jean-Paul Calderone · 11 years ago
  75. 1ac2c19 Update distutils glue to reflect the extensive changes by Jean-Paul Calderone · 11 years ago
  76. 9733666 These are no longer used by Jean-Paul Calderone · 11 years ago
  77. c7cd3e6 Make this test more 32 bit friendly: allocate the most memory that fits into a native integer. by Jean-Paul Calderone · 11 years ago
  78. 4a25923 just drop this for now by Jean-Paul Calderone · 11 years ago
  79. 9227c47 Try to use cryptography here, too. by Jean-Paul Calderone · 11 years ago
  80. 6824472 tsafe tries to import SSL by Jean-Paul Calderone · 11 years ago
  81. 8fb5318 Python 2.6 compatibility by Jean-Paul Calderone · 11 years ago
  82. a9f84ad Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) exception-raising behavior. by Jean-Paul Calderone · 11 years ago
  83. dba578b Only crypto uses new_mem_buf so move it back there for ease of exception handling. by Jean-Paul Calderone · 11 years ago
  84. e131607 This is never used. by Jean-Paul Calderone · 11 years ago
  85. 4a68b40 Add a test for bad type value passed to load_certificate_request and fix the behavior. Also incidental additional error handling fix for untested code. by Jean-Paul Calderone · 11 years ago
  86. 5300d6a Add a test for the error case of setattr by Jean-Paul Calderone · 11 years ago
  87. e728e87 A couple more docstrings by Jean-Paul Calderone · 11 years ago
  88. 511cde0 add some missing docstrings by Jean-Paul Calderone · 11 years ago
  89. 7cf3bf5 add a test for another branch of rand.egd by Jean-Paul Calderone · 11 years ago
  90. c86bb7d Put some shared code into a shared module and start using it from all three of the main implementation modules. by Jean-Paul Calderone · 11 years ago
  91. 352a7bf Get rid of the cross-module symbol hijinx - no longer necessary now that everything is Python. by Jean-Paul Calderone · 11 years ago
  92. ba4b677 Superceded by Jean-Paul Calderone · 11 years ago
  93. 3385ed2 Superceded by Jean-Paul Calderone · 11 years ago
  94. be2bb42 Re-enable TLSv1_1 and TLSv1_2 if the backend supports them by Jean-Paul Calderone · 11 years ago
  95. 6037d07 Switch from opentls to cryptography by Jean-Paul Calderone · 11 years ago
  96. 56bff94 Guess at how this might look on the cffi bindings by Jean-Paul Calderone · 11 years ago
  97. f149942 merge tlsv1_1or2 by Jean-Paul Calderone · 11 years ago
  98. 5c0fd55 Add support for negotiating TLSv1_1 or TLSv1_2 by Jean-Paul Calderone · 11 years ago
  99. ed0c57b implement proper SAN NUL byte handling in the cffi version by Jean-Paul Calderone · 11 years ago
  100. 93869ac merge master mostly nul byte SAN fix/tests (just want the tests here) by Jean-Paul Calderone · 11 years ago