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. c488981 Fixed several flake8 errors by Alex Gaynor · 10 years ago
  5. 7e9de8e Removed some unused code by Alex Gaynor · 10 years ago
  6. a0bcafa Removed an unused import and fixed formatting by Alex Gaynor · 10 years ago
  7. b8e3899 Removed duplicate and unused imports by Alex Gaynor · 10 years ago
  8. 962ac21 Removed some semi-colons by Alex Gaynor · 10 years ago
  9. 6841723 Fixed a test to really check what it was supposed to by Alex Gaynor · 10 years ago
  10. fe508d6 Added test for getattr changes by kjav · 10 years ago
  11. 0b66fa1 getattr now works when no socket is wrapped by kjav · 10 years ago
  12. 66ded6a always use alpn decorator by Maximilian Hils · 10 years ago
  13. 1d95dea add ssl_peek functionality by Maximilian Hils · 10 years ago
  14. bed25c9 fic race condition in tests by Maximilian Hils · 10 years ago
  15. 8ad4a19 Clean up X509StoreContext documentation by Stephen Holsapple · 10 years ago
  16. 46f2891 Fixed test_ssl.py. Branches got mixed. by Jim Shaver · 10 years ago
  17. b5b6b0e fix grammar and english in SSL.py and ssl.rst by Jim Shaver · 10 years ago
  18. 58d2573 Switch get_protocol_version_name back to unicode. by Jim Shaver · 10 years ago
  19. 208438c Fixing the truth in Changelog SSL.py and test_ssl.py by Jim Shaver · 10 years ago
  20. d1c896e Added string() to get_protocol_version_name by Jim Shaver · 10 years ago
  21. abff188 differentiated the two functions. Updated docs, and tests by Jim Shaver · 10 years ago
  22. 5230dad Fix docstring in SSL.py by Jim Shaver · 10 years ago
  23. 85a4dff Make variable assignment in tests more readable by Jim Shaver · 10 years ago
  24. 380507e Added changelog, entry fixed brackets by Jim Shaver · 10 years ago
  25. b296792 modified ssl_version ->ssl_get_version and modified test, docs by Jim Shaver · 10 years ago
  26. ba65e66 switch to SSL_get_version. by Jim Shaver · 10 years ago
  27. 5d85fca Add support for querying the negotiated TLS version. by Richard J. Moore · 11 years ago
  28. e9ae673 Merge pull request #126 from lvh/autodoc by Hynek Schlawack · 10 years ago
  29. 6d212a4 Use a proper in-dev version by Hynek Schlawack · 10 years ago
  30. 5bc17cb Dedup meta data, use README as long_description by Hynek Schlawack · 10 years ago
  31. b7d7950 fix a leak in _subjectAltNameString by Paul Kehrer · 10 years ago
  32. 90c0914 How do you even grammar by Laurens Van Houtven · 10 years ago
  33. 5ee60b3 Fix markup by Laurens Van Houtven · 10 years ago
  34. 33fcf12 Fix markup by Laurens Van Houtven · 10 years ago
  35. a367fe8 Fix markup by Laurens Van Houtven · 10 years ago
  36. 6f2e426 Consistency between all three sign methods by Laurens Van Houtven · 10 years ago
  37. 0dd8740 Fix markup by Laurens Van Houtven · 10 years ago
  38. 0c26a46 Merge branch 'master' into autodoc by Laurens Van Houtven · 10 years ago
  39. 9a2c732 Merge pull request #238 from hynek/redundant-type-check by Alex Gaynor · 10 years ago
  40. c3717b9 Remove redundant check for bytes by Hynek Schlawack · 10 years ago
  41. e90680f Use context managers for better readability by Hynek Schlawack · 10 years ago
  42. 1902c01 Consistent layout by Hynek Schlawack · 10 years ago
  43. 4813c0e Use tmp dir instead of keeping track of files by Hynek Schlawack · 10 years ago
  44. 72e1e5a Add suffix option to TestCase.mktemp by Hynek Schlawack · 10 years ago
  45. 38eb748 Reactivate cleanup of temp files by Hynek Schlawack · 10 years ago
  46. 05fe9fa Remove extra space by Jeff Tang · 10 years ago
  47. 9142391 Revert out has_expired fix by Jeff Tang · 10 years ago
  48. fc18f7b OpenSSL 1.0.2 Compatibility by Jeff Tang · 10 years ago
  49. 349e136 Moving string mask to end of file to perform initialization at the same time as other code. by D.S. Ljungmark · 11 years ago
  50. 5533e25 Set the string-mask to utf8only by D.S. Ljungmark · 11 years ago
  51. 197bda9 Prepare 0.15.1 by Hynek Schlawack · 10 years ago
  52. 3afdba8 don't panic if there's no errno by Glyph · 10 years ago
  53. 8938947 A more precise test with less I/O. by Glyph · 10 years ago
  54. 6064ec3 Test the right error. by Glyph · 10 years ago
  55. 76ecf94 Release 0.15 by Hynek Schlawack · 10 years ago
  56. df220ad Merge pull request #218 from exarkun/npn_feature_detect by Paul Kehrer · 10 years ago
  57. 218a014 merge master by Jean-Paul Calderone · 10 years ago
  58. df51401 Fix weird spacing change. by Jean-Paul Calderone · 10 years ago
  59. f0e7456 merge master by Jean-Paul Calderone · 10 years ago
  60. 9be8519 Pass the correct type to CRL.export. by Jean-Paul Calderone · 10 years ago
  61. da6399a Merge master again! by Jean-Paul Calderone · 10 years ago
  62. 39a8d59 Rename warn_text to something a little more descriptive. by Jean-Paul Calderone · 10 years ago
  63. 9347742 Fix wrapping and typo in warning name. by Jean-Paul Calderone · 10 years ago
  64. 516c12c Remove unused import. by Jean-Paul Calderone · 10 years ago
  65. f188d23 Remove accidental space. by Jean-Paul Calderone · 10 years ago
  66. 17eca48 merge master, resolve simple conflicts by Jean-Paul Calderone · 10 years ago
  67. 307e9e6 Unrolling loops like I'm GCC by Cory Benfield · 10 years ago
  68. ef40145 Cleanup docstrings and comments. by Cory Benfield · 10 years ago
  69. bb8516b Remove 'test that'. by Cory Benfield · 10 years ago
  70. 222f30e Multiline docstring. by Cory Benfield · 10 years ago
  71. 0f7b04c Test for absent ALPN. by Cory Benfield · 10 years ago
  72. 9d80a76 ALPN required decorator docstring. by Cory Benfield · 10 years ago
  73. ba1820d Test NotImplementedError works. by Cory Benfield · 10 years ago
  74. a876cef Docstring for decorator. by Cory Benfield · 10 years ago
  75. 93134db Better names and spacing. by Cory Benfield · 10 years ago
  76. 9da5ffb Technically it's an initialism. by Cory Benfield · 10 years ago
  77. 7907e33 Use ALPN detection decorator. by Cory Benfield · 10 years ago
  78. 10b277f Use a decorator for requires_npn by Cory Benfield · 10 years ago
  79. e46fa84 Skip tests on non-ALPN platforms. by Cory Benfield · 10 years ago
  80. f63d625 Add NPN feature detection. by Cory Benfield · 10 years ago
  81. 3e61929 Raise NotImplementedError if no ALPN. by Cory Benfield · 10 years ago
  82. f1177e7 Handle exceptions in ALPN select callback. by Cory Benfield · 10 years ago
  83. 63759dc Catch non-bytestrings from ALPN callbacks. by Cory Benfield · 10 years ago
  84. 7527958 Fixup broken ALPN tests. by Cory Benfield · 10 years ago
  85. 9c1979a Further CFFI problems. by Cory Benfield · 10 years ago
  86. e871af5 Fixup some CFFI problems. by Cory Benfield · 10 years ago
  87. e3d5715 Test for client-only ALPN. by Cory Benfield · 10 years ago
  88. e8e9c38 Minor nits. by Cory Benfield · 10 years ago
  89. 12eae89 Add ALPN support. by Cory Benfield · 11 years ago
  90. cce22d0 Switch the message digest name to bytes. by Jean-Paul Calderone · 10 years ago
  91. 00f84eb Unify the unspecified argument thing. by Jean-Paul Calderone · 10 years ago
  92. 8654f78 Merge remote-tracking branch 'origin/master' into 159-crl-export-digest by Jean-Paul Calderone · 10 years ago
  93. 6043279 Split up the one big CRL test and deprecate the default message digest. by Jean-Paul Calderone · 10 years ago
  94. 4e0c43f Add some missing type documentation and remove an unused import. by Jean-Paul Calderone · 10 years ago
  95. b6f8a79 Some missing type information in the documentation. by Jean-Paul Calderone · 10 years ago
  96. fac5ca9 Merge remote-tracking branch 'pyca/master' into 182-path-types by Jean-Paul Calderone · 10 years ago
  97. 0582673 Hoist the join hackery and re-use it in another place that needs it. by Jean-Paul Calderone · 10 years ago
  98. 4f70c80 Fix some accidental bytes/unicode mixing on Python 3. by Jean-Paul Calderone · 10 years ago
  99. e21139c Python 3.2 compatibility BECAUSE. by Jean-Paul Calderone · 10 years ago
  100. 9e1c1dd And the same for Context.load_tmp_dh. by Jean-Paul Calderone · 10 years ago