1. 6d6341e Merge pull request #319 from pyca/alex-patch-1 by Hynek Schlawack · 10 years ago
  2. 7e9de8e Removed some unused code by Alex Gaynor · 10 years ago
  3. a0bcafa Removed an unused import and fixed formatting by Alex Gaynor · 10 years ago
  4. da9f84f Merge pull request #318 from pyca/alex-patch-1 by Hynek Schlawack · 10 years ago
  5. b8e3899 Removed duplicate and unused imports by Alex Gaynor · 10 years ago
  6. 7e9b5fc Merge pull request #317 from pyca/alex-patch-1 by Hynek Schlawack · 10 years ago
  7. 962ac21 Removed some semi-colons by Alex Gaynor · 10 years ago
  8. 303b5de Merge pull request #316 from pyca/alex-patch-2 by Hynek Schlawack · 10 years ago
  9. 5a8abb8 Merge pull request #315 from pyca/alex-patch-1 by Hynek Schlawack · 10 years ago
  10. 6841723 Fixed a test to really check what it was supposed to by Alex Gaynor · 10 years ago
  11. b6e92df Use correct syntax for a parameter. by Alex Gaynor · 10 years ago
  12. 337e984 Merge pull request #313 from zakkie/doc/get_elliptic_curve by Alex Gaynor · 10 years ago
  13. 37d8c2c Merge pull request #314 from kjav/patch-2 by Hynek Schlawack · 10 years ago
  14. 27473e5 Corrected spelling mistake by kjav · 10 years ago
  15. b845044 get_elliptic_curve require 'name' parameter by Akihiro Yamazaki · 10 years ago
  16. 0108c86 Merge pull request #307 from reaperhulk/try-an-thing by Hynek Schlawack · 10 years ago
  17. 5488fe0 download, compile, and use a local 0.9.8 in travis when required by Paul Kehrer · 10 years ago
  18. 09b7395 Merge pull request #301 from mhils/alpn-decorator by Alex Gaynor · 10 years ago
  19. 66ded6a always use alpn decorator by Maximilian Hils · 10 years ago
  20. a78e940 Merge pull request #300 from kjav/master by Alex Gaynor · 10 years ago
  21. 782de79 Fixed typo by kjav · 10 years ago
  22. 2db996e Merge pull request #294 from mhils/ssl_peek by Hynek Schlawack · 10 years ago
  23. 1d95dea add ssl_peek functionality by Maximilian Hils · 10 years ago
  24. cd0d22c Merge pull request #298 from hynek/master by Paul Kehrer · 10 years ago
  25. edbe761 Allow pypy to fail for now by Hynek Schlawack · 10 years ago
  26. 308970f Merge pull request #295 from mhils/fix_test_race_condition by Hynek Schlawack · 10 years ago
  27. bed25c9 fic race condition in tests by Maximilian Hils · 10 years ago
  28. e2a9ad3 Merge pull request #289 from pyca/alex-patch-2 by Hynek Schlawack · 10 years ago
  29. f53fb2d Merge pull request #288 from hynek/master by Alex Gaynor · 10 years ago
  30. eb2720e Let's try this by Hynek Schlawack · 10 years ago
  31. 7862c29 Take the cryptography route by Hynek Schlawack · 10 years ago
  32. e608e62 Enabling caching of pip downloads and wheels by Alex Gaynor · 10 years ago
  33. b241085 Add coverage to pip install by Hynek Schlawack · 10 years ago
  34. fc12e32 Merge pull request #287 from hynek/master by Alex Gaynor · 10 years ago
  35. ac27b1d @alex was right by Hynek Schlawack · 10 years ago
  36. 42c6f66 Use the correct pip by Hynek Schlawack · 10 years ago
  37. b3b2765 Move to codecov, rejigger badges by Hynek Schlawack · 10 years ago
  38. d94fbfa Merge pull request #283 from hynek/compiler-doc by Paul Kehrer · 10 years ago
  39. 930525d Add a warning about compiler errors by Hynek Schlawack · 10 years ago
  40. 2664e62 Merge pull request #278 from sholsapp/x509storecontext-docs by Hynek Schlawack · 10 years ago
  41. 8ad4a19 Clean up X509StoreContext documentation by Stephen Holsapple · 10 years ago
  42. e3f4bbb Merge pull request #277 from hynek/update-contribution by Paul Kehrer · 10 years ago
  43. 8fb864a Update contributing & policy information by Hynek Schlawack · 10 years ago
  44. c9dbaab Merge pull request #272 from hynek/use-rtd-theme by Alex Gaynor · 10 years ago
  45. b92c8a9 Merge pull request #244 from elitest/session-tls-version by Hynek Schlawack · 10 years ago
  46. 46f2891 Fixed test_ssl.py. Branches got mixed. by Jim Shaver · 10 years ago
  47. b5b6b0e fix grammar and english in SSL.py and ssl.rst by Jim Shaver · 10 years ago
  48. 58d2573 Switch get_protocol_version_name back to unicode. by Jim Shaver · 10 years ago
  49. 89a0db3 Fix MANIFEST.in by Hynek Schlawack · 10 years ago
  50. 208438c Fixing the truth in Changelog SSL.py and test_ssl.py by Jim Shaver · 10 years ago
  51. a923e93 update Changelog as tests are assumed by Jim Shaver · 10 years ago
  52. 76ed8e0 Use RTD theme by Hynek Schlawack · 10 years ago
  53. d1c896e Added string() to get_protocol_version_name by Jim Shaver · 10 years ago
  54. d382d6d modified Changelog to reflect new additions by Jim Shaver · 10 years ago
  55. abff188 differentiated the two functions. Updated docs, and tests by Jim Shaver · 10 years ago
  56. f00513f Remove extra line break by Jim Shaver · 10 years ago
  57. 5230dad Fix docstring in SSL.py by Jim Shaver · 10 years ago
  58. 85a4dff Make variable assignment in tests more readable by Jim Shaver · 10 years ago
  59. 3cd0e67 Added example and cleanup to doc/api by Jim Shaver · 10 years ago
  60. 2637c3b added docs to doc/api by Jim Shaver · 10 years ago
  61. 380507e Added changelog, entry fixed brackets by Jim Shaver · 10 years ago
  62. 06bbba1 Type a removing space from merge by Jim Shaver · 10 years ago
  63. b296792 modified ssl_version ->ssl_get_version and modified test, docs by Jim Shaver · 10 years ago
  64. ba65e66 switch to SSL_get_version. by Jim Shaver · 10 years ago
  65. 5d85fca Add support for querying the negotiated TLS version. by Richard J. Moore · 11 years ago
  66. 51dc335 Merge pull request #174 from JensTimmerman/patch-1 by Hynek Schlawack · 10 years ago
  67. cc44fcd Merge pull request #268 from pyca/docs-in-tox-2 by Hynek Schlawack · 10 years ago
  68. 4cf77d2 Fix theme name by Laurens Van Houtven · 10 years ago
  69. 5587e9b Add a tox environment for building documentation by Laurens Van Houtven · 10 years ago
  70. ecb8c9c You know what should take longer? travis builds by Laurens Van Houtven · 10 years ago
  71. ecd7480 Don't pin Sphinx by Laurens Van Houtven · 10 years ago
  72. 8b53c78 Re-add docs env by Laurens Van Houtven · 10 years ago
  73. 6b2f911 rpm build does not require lynx by Jens Timmerman · 10 years ago
  74. 35204f7 ps make target doesn't exist anymore in the new doc Makefile by Jens Timmerman · 11 years ago
  75. 389f78b Merge pull request #127 from lvh/test-metadata by Hynek Schlawack · 10 years ago
  76. 98316d7 ENOTANERROR by Laurens Van Houtven · 10 years ago
  77. 2513adf Long lines are fine by Laurens Van Houtven · 10 years ago
  78. aba1bdb pyroma should not be allowed to fail by Laurens Van Houtven · 10 years ago
  79. 8aea694 pyflakes -> flake8 by Laurens Van Houtven · 10 years ago
  80. dde3a8b Oops, forgot to add pyroma to travis.yml by Laurens Van Houtven · 10 years ago
  81. c915975 Whitespace cleanup by Laurens Van Houtven · 10 years ago
  82. ca1842f Separate lint envs by Laurens Van Houtven · 10 years ago
  83. ee4173b Merge remote-tracking branch 'origin/master' into test-metadata by Laurens Van Houtven · 10 years ago
  84. 410b6d3 Merge pull request #263 from hynek/osx-homebrew-own-binary by Paul Kehrer · 10 years ago
  85. 99e7af2 Merge pull request #262 from hynek/add-osx-system-openssl by Paul Kehrer · 10 years ago
  86. 1b8135b Whitelist openssl in tox by Hynek Schlawack · 10 years ago
  87. d018c9a Let's not be too extreme by Hynek Schlawack · 10 years ago
  88. 57c2204 Ensure OpenSSL CLI matches lib on homebrew by Hynek Schlawack · 10 years ago
  89. a1b6a8f fix env syntax by Hynek Schlawack · 10 years ago
  90. ee64cc4 Add OS X's system OpenSSL to matrix by Hynek Schlawack · 10 years ago
  91. af2be74 Merge pull request #261 from hynek/fix-osx-homebrew by Alex Gaynor · 10 years ago
  92. 07a0c54 Appears like tox doesn't like newlines by Hynek Schlawack · 10 years ago
  93. b2ee4ef Ensure build variables are passed into tox by Hynek Schlawack · 10 years ago
  94. dbbd0a9 Merge pull request #260 from hynek/fix-fsencoding by Alex Gaynor · 10 years ago
  95. 2a617ce Add LC_ALL to passenv by Hynek Schlawack · 10 years ago
  96. 4c27243 Set LC_ALL to UTF-8 by Hynek Schlawack · 10 years ago
  97. 5ffdcf5 Allow lint failure on travis by Laurens Van Houtven · 10 years ago
  98. 197956b Given current features, lint > meta by Laurens Van Houtven · 10 years ago
  99. 8e47dfd Kill pip-tools & pip-review by Laurens Van Houtven · 10 years ago
  100. 4f6939c check-manifest was added already by Laurens Van Houtven · 10 years ago