1. ec84a0a Allow creating a Context with SSLv2_METHOD by Andrew Dunham · 11 years ago
  2. f73a3cb tests and fixes for other int/long cases by Jean-Paul Calderone · 11 years ago
  3. 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 · 11 years ago
  4. 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
  5. 600dcc2 Merge pull request #20 from kouk/longint by Jean-Paul Calderone · 11 years ago
  6. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 11 years ago
  7. c8b13ea use six's integer_types instead of py3 incompatible type 'long' by Konstantinos Koukopoulos · 11 years ago
  8. d3d41b0 support 64 bit fd's by Konstantinos Koukopoulos · 11 years ago
  9. fab157b Use the initialization functions that cryptography 0.1 exposes by Jean-Paul Calderone · 11 years ago
  10. 87e525a And use_privatekey_file by Jean-Paul Calderone · 11 years ago
  11. 684baf5 And use_certificate_file by Jean-Paul Calderone · 11 years ago
  12. d860798 make use_certificate_chain_file can accept unicode too by Jean-Paul Calderone · 11 years ago
  13. 11ed8e8 Do the other initialization that is probably required. by Jean-Paul Calderone · 11 years ago
  14. 63eab69 Accept bytes or text in set_cipher_list by Jean-Paul Calderone · 11 years ago
  15. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  16. c178034 This is another one that is missing on OSX by Jean-Paul Calderone · 11 years ago
  17. 0d7e8a1 Make some optional things optional by mirroring their absense by Jean-Paul Calderone · 11 years ago
  18. 8fb5318 Python 2.6 compatibility by Jean-Paul Calderone · 11 years ago
  19. a9f84ad Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) exception-raising behavior. by Jean-Paul Calderone · 11 years ago
  20. e131607 This is never used. by Jean-Paul Calderone · 11 years ago
  21. 511cde0 add some missing docstrings by Jean-Paul Calderone · 11 years ago
  22. 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
  23. be2bb42 Re-enable TLSv1_1 and TLSv1_2 if the backend supports them by Jean-Paul Calderone · 11 years ago
  24. 6037d07 Switch from opentls to cryptography by Jean-Paul Calderone · 11 years ago
  25. 56bff94 Guess at how this might look on the cffi bindings by Jean-Paul Calderone · 11 years ago
  26. 6315787 Use the new optional-sslv2 features of opentls by Jean-Paul Calderone · 12 years ago
  27. d899af0 A few more tests, still incomplete by Jean-Paul Calderone · 12 years ago
  28. 7e166fe Add a test for and proper handling of exceptions out of verify callbacks by Jean-Paul Calderone · 12 years ago
  29. 173cff9 Fixes and more tests for Context.use_certificate_file and Context.use_certificate by Jean-Paul Calderone · 12 years ago
  30. 97e041d Remove obsolete TODO: I added the free for name_stack a while ago. Also fix incorrect bio_read check which could easily lead to a horrible crash, or at least some other bad behavior. by Jean-Paul Calderone · 12 years ago
  31. 1aba416 "Support" memoryview and partial writes by Jean-Paul Calderone · 12 years ago
  32. 73b15c2 Fix some memory leaks and memory corruption by Jean-Paul Calderone · 12 years ago
  33. a63714c The rest of ContextTests passing and almost all of Connection-related tests passing too by Jean-Paul Calderone · 12 years ago
  34. 131052e All of ContextTests passes by Jean-Paul Calderone · 12 years ago
  35. 8a1bea5 A big chunk of ContextTests passing by Jean-Paul Calderone · 12 years ago
  36. d39a3f6 SSLeay_version by Jean-Paul Calderone · 12 years ago
  37. 935d2da Some basic constants by Jean-Paul Calderone · 12 years ago