1. 7e8b61e flake8 fix by Alex Gaynor · 10 years ago
  2. 58c2101 Merge pull request #310 from kjav/patch-1 by Hynek Schlawack · 10 years ago
  3. 4330778 Fixed some more flake8 errors by Alex Gaynor · 10 years ago
  4. 7e9de8e Removed some unused code by Alex Gaynor · 10 years ago
  5. a0bcafa Removed an unused import and fixed formatting by Alex Gaynor · 10 years ago
  6. b8e3899 Removed duplicate and unused imports by Alex Gaynor · 10 years ago
  7. 6841723 Fixed a test to really check what it was supposed to by Alex Gaynor · 10 years ago
  8. fe508d6 Added test for getattr changes by kjav · 10 years ago
  9. 1d95dea add ssl_peek functionality by Maximilian Hils · 10 years ago
  10. bed25c9 fic race condition in tests by Maximilian Hils · 10 years ago
  11. 46f2891 Fixed test_ssl.py. Branches got mixed. by Jim Shaver · 10 years ago
  12. b5b6b0e fix grammar and english in SSL.py and ssl.rst by Jim Shaver · 10 years ago
  13. 58d2573 Switch get_protocol_version_name back to unicode. by Jim Shaver · 10 years ago
  14. 208438c Fixing the truth in Changelog SSL.py and test_ssl.py by Jim Shaver · 10 years ago
  15. abff188 differentiated the two functions. Updated docs, and tests by Jim Shaver · 10 years ago
  16. 85a4dff Make variable assignment in tests more readable by Jim Shaver · 10 years ago
  17. 380507e Added changelog, entry fixed brackets by Jim Shaver · 10 years ago
  18. ba65e66 switch to SSL_get_version. by Jim Shaver · 10 years ago
  19. 5d85fca Add support for querying the negotiated TLS version. by Richard J. Moore · 11 years ago
  20. e90680f Use context managers for better readability by Hynek Schlawack · 10 years ago
  21. 1902c01 Consistent layout by Hynek Schlawack · 10 years ago
  22. 4813c0e Use tmp dir instead of keeping track of files by Hynek Schlawack · 10 years ago
  23. 72e1e5a Add suffix option to TestCase.mktemp by Hynek Schlawack · 10 years ago
  24. 38eb748 Reactivate cleanup of temp files by Hynek Schlawack · 10 years ago
  25. fc18f7b OpenSSL 1.0.2 Compatibility by Jeff Tang · 10 years ago
  26. 5533e25 Set the string-mask to utf8only by D.S. Ljungmark · 11 years ago
  27. 8938947 A more precise test with less I/O. by Glyph · 10 years ago
  28. 6064ec3 Test the right error. by Glyph · 10 years ago
  29. df220ad Merge pull request #218 from exarkun/npn_feature_detect by Paul Kehrer · 10 years ago
  30. 218a014 merge master by Jean-Paul Calderone · 10 years ago
  31. f0e7456 merge master by Jean-Paul Calderone · 10 years ago
  32. 9be8519 Pass the correct type to CRL.export. by Jean-Paul Calderone · 10 years ago
  33. da6399a Merge master again! by Jean-Paul Calderone · 10 years ago
  34. 9347742 Fix wrapping and typo in warning name. by Jean-Paul Calderone · 10 years ago
  35. 516c12c Remove unused import. by Jean-Paul Calderone · 10 years ago
  36. f188d23 Remove accidental space. by Jean-Paul Calderone · 10 years ago
  37. 17eca48 merge master, resolve simple conflicts by Jean-Paul Calderone · 10 years ago
  38. 307e9e6 Unrolling loops like I'm GCC by Cory Benfield · 10 years ago
  39. ef40145 Cleanup docstrings and comments. by Cory Benfield · 10 years ago
  40. bb8516b Remove 'test that'. by Cory Benfield · 10 years ago
  41. 0f7b04c Test for absent ALPN. by Cory Benfield · 10 years ago
  42. ba1820d Test NotImplementedError works. by Cory Benfield · 10 years ago
  43. e46fa84 Skip tests on non-ALPN platforms. by Cory Benfield · 10 years ago
  44. f1177e7 Handle exceptions in ALPN select callback. by Cory Benfield · 10 years ago
  45. 7527958 Fixup broken ALPN tests. by Cory Benfield · 10 years ago
  46. e3d5715 Test for client-only ALPN. by Cory Benfield · 10 years ago
  47. 12eae89 Add ALPN support. by Cory Benfield · 11 years ago
  48. cce22d0 Switch the message digest name to bytes. by Jean-Paul Calderone · 10 years ago
  49. 8654f78 Merge remote-tracking branch 'origin/master' into 159-crl-export-digest by Jean-Paul Calderone · 10 years ago
  50. 6043279 Split up the one big CRL test and deprecate the default message digest. by Jean-Paul Calderone · 10 years ago
  51. 4e0c43f Add some missing type documentation and remove an unused import. by Jean-Paul Calderone · 10 years ago
  52. fac5ca9 Merge remote-tracking branch 'pyca/master' into 182-path-types by Jean-Paul Calderone · 10 years ago
  53. 0582673 Hoist the join hackery and re-use it in another place that needs it. by Jean-Paul Calderone · 10 years ago
  54. 4f70c80 Fix some accidental bytes/unicode mixing on Python 3. by Jean-Paul Calderone · 10 years ago
  55. e21139c Python 3.2 compatibility BECAUSE. by Jean-Paul Calderone · 10 years ago
  56. 9e1c1dd And the same for Context.load_tmp_dh. by Jean-Paul Calderone · 10 years ago
  57. 69a4e5b And the same for Context.use_privatekey_file. by Jean-Paul Calderone · 10 years ago
  58. d57a7b6 Repeat for Context.use_certificate_file. by Jean-Paul Calderone · 10 years ago
  59. aac43a3 Context.use_certificate_file test and fix. by Jean-Paul Calderone · 10 years ago
  60. 210c0f3 Tests for unicode and bytes handling of some path parameters. by Jean-Paul Calderone · 10 years ago
  61. cbb68cc Introduce an encoding helper and exercise it with some non-ascii paths in the rand module tests. by Jean-Paul Calderone · 10 years ago
  62. 174c692 minor docstring fixes by Jean-Paul Calderone · 10 years ago
  63. 6d86218 merge alex/aint-no-reason-things-are-this-way by Jean-Paul Calderone · 10 years ago
  64. 8dc37a1 One more. by Jean-Paul Calderone · 10 years ago
  65. 362c1f5 And Python 3.2 compatibility. by Jean-Paul Calderone · 10 years ago
  66. 13a0e65 I mean Python 2.6. by Jean-Paul Calderone · 10 years ago
  67. 607a380 Remove the deprecation for this parameter that represents a path name. by Jean-Paul Calderone · 10 years ago
  68. 6462b07 Factor the warning code into a shared helper. Remove some of the unnecessary repetition from the tests. by Jean-Paul Calderone · 10 years ago
  69. c5484ba Tests for added backward compatibility in crypto.py by Abraham Martin · 10 years ago
  70. ef06348 Tests for added backward compatibility in SSL.py by Abraham Martin · 10 years ago
  71. 2f0f395 Merge remote-tracking branch 'pyca/master' into npn by Jean-Paul Calderone · 10 years ago
  72. 0ea76e7 Handle exceptions in NPN callbacks. by Cory Benfield · 10 years ago
  73. 1096996 Merge remote-tracking branch 'origin/master' into recv_into by Jean-Paul Calderone · 10 years ago
  74. 6c84010 Get the sizes closer to the code that depends on them. by Jean-Paul Calderone · 10 years ago
  75. d335b27 These tests actually all exercise the bytearray case. by Jean-Paul Calderone · 10 years ago
  76. 4bec59a Add the missing test for the `min` call used in the implementation. by Jean-Paul Calderone · 10 years ago
  77. 8fd8255 Fix one more docstring. by Jean-Paul Calderone · 10 years ago
  78. 320af1e Avoid using deprecated methods even more than we do already. by Jean-Paul Calderone · 10 years ago
  79. 2b41ad3 Do that refactoring for a third test method. by Jean-Paul Calderone · 10 years ago
  80. c295a2f Do that refactoring for another test method. by Jean-Paul Calderone · 10 years ago
  81. 61559d8 Various minor docstring fixes related to the code just refactored. by Jean-Paul Calderone · 10 years ago
  82. 332a85e Factor out the duplication between buffer / memoryview version of one of the new recv_into tests. by Jean-Paul Calderone · 10 years ago
  83. 46a0925 Initialize a context at instantiation time by Stephen Holsapple · 11 years ago
  84. 08ffaa6 Refactoring verify_cert by Stephen Holsapple · 11 years ago
  85. 4c10a1e Make a more specific assertion about where the failure reason shows up. by Jean-Paul Calderone · 11 years ago
  86. b4e40fb remove unused import by Jean-Paul Calderone · 11 years ago
  87. 06e01b9 Small test method docstring fixes and fixes for tests of exceptional cases. by Jean-Paul Calderone · 11 years ago
  88. 517816e Four space indentation and other whitespace fixes. by Jean-Paul Calderone · 11 years ago
  89. 0d9815f Add OpenSSL.crypto.verify_chain method. by Stephen Holsapple · 11 years ago
  90. 496f40d Merge pull request #179 from exarkun/Context.check_privatekey by Jean-Paul Calderone · 11 years ago
  91. 87e09b0 Merge pull request #172 from alex/fix-typos by Jean-Paul Calderone · 11 years ago
  92. 25edfd4 merge master by Jean-Paul Calderone · 11 years ago
  93. c85e086 Add test for Connection.shutdown on closed socket by Paul Aurich · 11 years ago
  94. 9c9bda6 Shorten str type checks by Sam Whited · 11 years ago
  95. 77b3d08 Give assertIs and assertIsNot their stdlib-preferred names. by Jean-Paul Calderone · 11 years ago
  96. 932f5cc Add tests for Context.check_privatekey. by Jean-Paul Calderone · 11 years ago
  97. b586da3 verisign.org turned off SSLv3 (Happy Days!) by Alex Gaynor · 11 years ago
  98. 3b0ee97 Fixed several typos by Alex Gaynor · 11 years ago
  99. 5f9eea4 update docs by Bulat Gaifullin · 11 years ago
  100. 925f786 fixed test_export_wrong_args by Bulat Gaifullin · 11 years ago