1. 2cffdbc Test methods test_get_cipher_* have been split into two sets. by Fedor Brunner · 10 years ago
  2. d95014a Get the actually used cipher name,bits,version of the established connection. by Fedor Brunner · 10 years ago
  3. 22c28b4 Make sure we still write a lot of bytes, too. by Jean-Paul Calderone · 10 years ago
  4. 7d7c9c2 Fill the send buffer with smaller strings in order to more completely fill it. by Jean-Paul Calderone · 10 years ago
  5. f73a3cb tests and fixes for other int/long cases by Jean-Paul Calderone · 10 years ago
  6. 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
  7. 3835e52 clean up messy comment by Jean-Paul Calderone · 10 years ago
  8. 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
  9. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 10 years ago
  10. c76c61c Accommodate Python 3.2 by Jean-Paul Calderone · 11 years ago
  11. d860798 make use_certificate_chain_file can accept unicode too by Jean-Paul Calderone · 11 years ago
  12. 1704483 Simple docstring reformatting by Jean-Paul Calderone · 11 years ago
  13. 63eab69 Accept bytes or text in set_cipher_list by Jean-Paul Calderone · 11 years ago
  14. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  15. d4033eb Add a second `collect()` call which hopefully will make the test pass on PyPy. by Jean-Paul Calderone · 11 years ago
  16. 7de3956 Maybe locals() works differently on PyPy, dunno, not going to investigate, just spell this differently. by Jean-Paul Calderone · 11 years ago
  17. 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
  18. f149942 merge tlsv1_1or2 by Jean-Paul Calderone · 11 years ago
  19. 1461c49 Try exposing TLSv1.1 and TLSv1.2. by Jean-Paul Calderone · 11 years ago
  20. d899af0 A few more tests, still incomplete by Jean-Paul Calderone · 11 years ago
  21. 7e166fe Add a test for and proper handling of exceptions out of verify callbacks by Jean-Paul Calderone · 11 years ago
  22. 173cff9 Fixes and more tests for Context.use_certificate_file and Context.use_certificate by Jean-Paul Calderone · 11 years ago
  23. a63714c The rest of ContextTests passing and almost all of Connection-related tests passing too by Jean-Paul Calderone · 11 years ago
  24. 131052e All of ContextTests passes by Jean-Paul Calderone · 11 years ago
  25. 8a1bea5 A big chunk of ContextTests passing by Jean-Paul Calderone · 11 years ago
  26. 5b79104 Be more lenient in the test by Jean-Paul Calderone · 12 years ago
  27. 068cb59 Docstrings are nice by Jean-Paul Calderone · 12 years ago
  28. 5ea4149 I don't always read OpenSSL source, but when I do I WISH I WERE DEAD by Jean-Paul Calderone · 12 years ago
  29. fef5c4b Wrap SSL_set_session, allowing pyOpenSSL clients to actually re-use sessions now. by Jean-Paul Calderone · 12 years ago
  30. 64eaffc Add Connection.get_session and have the Session object actually wrap an SSL_SESSION* (though there is actually not yet any way to tell that that is the case) by Jean-Paul Calderone · 12 years ago
  31. e0fcf51 Minimal skeleton of a Python Session type by Jean-Paul Calderone · 12 years ago
  32. 313bf01 Grab Context.{set,get}_session_cache_mode from the sessions branch, plus the unit tests. by Jean-Paul Calderone · 12 years ago
  33. cebd178 Remove terminal mistake by Jean-Paul Calderone · 13 years ago
  34. 64efa2c Change some lingering epytext by Jean-Paul Calderone · 13 years ago
  35. 2164154 merge trunk by Jean-Paul Calderone · 13 years ago
  36. c62d4c1 Add a constant test for NO_NO_COMPRESSION by Jean-Paul Calderone · 13 years ago
  37. 0222a49 Add a test for the positive case of Context.set_mode by Jean-Paul Calderone · 13 years ago
  38. 74a2c29 - Add Context.set_mode method by Guillermo Gonzalez · 13 years ago
  39. 648875f Fix markup to be compatible with Sphinx and add rough API doc by Jonathan Ballet · 13 years ago
  40. 78b92a2 Convert Epytext markup to RST markup by Jonathan Ballet · 13 years ago
  41. 871a4d8 "Parse" "arguments" to get_servername by Jean-Paul Calderone · 13 years ago
  42. c4cb658 And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_servername_callback by Jean-Paul Calderone · 13 years ago
  43. 95613b7 Add SSL_set_SSL_CTX wrapper, Connection.set_context. by Jean-Paul Calderone · 13 years ago
  44. 24a4243 Add a test for the None case of get_peer_cert_chain; also re-order assert call args, remember? by Jean-Paul Calderone · 13 years ago
  45. 65b6861 Nope, I guessed wrong; these are text. by Jean-Paul Calderone · 13 years ago
  46. e33300c This is probably better for 3.x by Jean-Paul Calderone · 13 years ago
  47. 20222ae Avoid talking to verisign.com for the get_peer_cert_chain test; put it on the right test case, too. Also some other minor cleanups suggested by pyflakes. by Jean-Paul Calderone · 13 years ago
  48. 95b92c7 Apply the get_peer_cert_chain parts of okuda's patch by Jean-Paul Calderone · 13 years ago
  49. 24dfb33 Adjust another test to account for another changed hash algorithm in OpenSSL 1.0.0 by Jean-Paul Calderone · 13 years ago
  50. 9f2e38e Expose OpenSSL version info and handle missing SSLv2_METHOD support by Jean-Paul Calderone · 13 years ago
  51. 3fedcc3 Expose symbolic constants for info callback values by Jean-Paul Calderone · 13 years ago
  52. 31e85a8 Add a minimal test for these new constants by Jean-Paul Calderone · 13 years ago
  53. 8671c85 Update copyright headers; remove pointless dates, add a pointer to the LICENSE file. by Jean-Paul Calderone · 13 years ago
  54. 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 14 years ago
  55. 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 14 years ago
  56. 9cbbe26 Add some direct tests for Connection.send, including one that tries to pass in a memoryview, not previously supported. by Jean-Paul Calderone · 14 years ago
  57. f874203 Convert the verify location tests to do the handshake properly by Jean-Paul Calderone · 14 years ago
  58. 06c7cc9 Switch to the loopback setup helper in test_socketConnect, incidentally converting the connections to blocking, which avoids the OS X recv error. by Jean-Paul Calderone · 14 years ago
  59. f19fade Ensure the handshake really completes before returning from _loopback by Jean-Paul Calderone · 14 years ago
  60. 05d43e8 Try triggering the error by shutting down the sending underlying TCP socket by Jean-Paul Calderone · 14 years ago
  61. 7b61487 Skip test_connect_ex on OS X by Jean-Paul Calderone · 14 years ago
  62. 08339a4 Remove this entirely, it was for debugging purposes by Jean-Paul Calderone · 14 years ago
  63. 32958d3 Write text to files instead of bytes by Jean-Paul Calderone · 14 years ago
  64. 769845a Replace file with open for 3.x by Jean-Paul Calderone · 14 years ago
  65. 2db1de5 Some fields of X509Extension are bytes, not text by Jean-Paul Calderone · 14 years ago
  66. 4e6aed6 Make timestamps bytes by Jean-Paul Calderone · 14 years ago
  67. f404785 Avoid bytes literal by Jean-Paul Calderone · 14 years ago
  68. 9e4c135 merge trunk by Jean-Paul Calderone · 14 years ago
  69. b6e0fd9 Hard-code loopback address because of Windows by Jean-Paul Calderone · 14 years ago
  70. 8322d78 Allow EWOULDBLOCK from connect_ex as well by Jean-Paul Calderone · 14 years ago
  71. 99280e6 Tweak the size of the message used in test_long so it can pass on Windows by Jean-Paul Calderone · 14 years ago
  72. 6241c70 Tweak the write sizer by Jean-Paul Calderone · 14 years ago
  73. b4764d0 some debug info by Jean-Paul Calderone · 14 years ago
  74. 9b0744c merge trunk by Jean-Paul Calderone · 14 years ago
  75. 541eaf2 Notes on further tests to write by Jean-Paul Calderone · 14 years ago
  76. 6ace478 Sort of add a load_tmp_dh test; also a Context.set_cipher_list test by Jean-Paul Calderone · 14 years ago
  77. 0294e3d Add tests for get_verify_mode by Jean-Paul Calderone · 14 years ago
  78. a8fb0c8 Some more test method docstrings by Jean-Paul Calderone · 14 years ago
  79. 7526d17 Fix pyflakes by Jean-Paul Calderone · 14 years ago
  80. 54a2bc0 Rename test method by Jean-Paul Calderone · 14 years ago
  81. 93dba22 more docstrings by Jean-Paul Calderone · 14 years ago
  82. 16cf03d Fix the scert.sign(skey, ...) bug; should have been scert.sign(ikey, ...) by Jean-Paul Calderone · 14 years ago
  83. b1f7f5f Convert some more bytes to text and vice versa by Jean-Paul Calderone · 14 years ago
  84. a986883 Convert some bytes to text and vice versa by Jean-Paul Calderone · 14 years ago
  85. a441fdc Convert a couple more things which should be byte strings into byte strings by Jean-Paul Calderone · 14 years ago
  86. 9e4eeae Fix the import_crypto_module helper and factor some str/unicode helpers into the test util module by Jean-Paul Calderone · 14 years ago
  87. 24b6459 py3k syntax compat by Jean-Paul Calderone · 14 years ago
  88. e0d7936 notes for later by Jean-Paul Calderone · 14 years ago
  89. f448062 A test for use_certificate_chain_file which fails just like add_extra_chain_cert by Jean-Paul Calderone · 14 years ago
  90. bf37f0f Try for a real test of Context.add_extra_chain_cert; not working by Jean-Paul Calderone · 14 years ago
  91. e2b6951 Tests for set_verify_depth and get_verify_depth by Jean-Paul Calderone · 14 years ago
  92. 5ebb44a Context.set_timeout and get_timeout tests by Jean-Paul Calderone · 14 years ago
  93. 40569ca Context.set_options wrong args test by Jean-Paul Calderone · 14 years ago
  94. bd47916 Context app data wrong arg tests by Jean-Paul Calderone · 14 years ago
  95. 389d76d Tests for the error handling in the global passphrase callback by Jean-Paul Calderone · 14 years ago
  96. 1d3e022 more wrong args tests by Jean-Paul Calderone · 14 years ago
  97. c89eef2 test for Connection.set_shutdown by Jean-Paul Calderone · 14 years ago
  98. e4f6b47 somewhat more coverage in test_shutdown by Jean-Paul Calderone · 14 years ago
  99. cfecc24 a slew of misc mostly wrong-args tests by Jean-Paul Calderone · 14 years ago
  100. 9485f2c Test for Connection.shutdown by Jean-Paul Calderone · 14 years ago