1. 5c7b52f explicitly fail with a useful message by Jean-Paul Calderone · 10 years ago
  2. 3dfd451 Some docstring cleanups. by Jean-Paul Calderone · 10 years ago
  3. b41d1f4 Add a test for the False case of Cryptography_HAS_EC. by Jean-Paul Calderone · 10 years ago
  4. 594b980 Try reporting the version of OpenSSL that was used at the end of each build. by Jean-Paul Calderone · 10 years ago
  5. 256090b Merge remote-tracking branch 'pyca/master' into ecdhe by Jean-Paul Calderone · 10 years ago
  6. 434d03b Merge pull request #97 from pyca/more-openssl-testing by Jean-Paul Calderone · 10 years ago
  7. 3bcc881 That seemed to work but not all of the tests are passing on 0.9.8 so until that happens this configuration will be allowed to fail. by Jean-Paul Calderone · 10 years ago
  8. a2d7e09 take a stab at running tests against openssl 0.9.8 as well by Jean-Paul Calderone · 10 years ago
  9. f93ee8a Merge pull request #94 from pyca/coveralls by Jean-Paul Calderone · 10 years ago
  10. 8dc6032 This is a rST file now. by Jean-Paul Calderone · 10 years ago
  11. 9f2ec96 Make the travis configuration read linearly. by Jean-Paul Calderone · 10 years ago
  12. 2bfd11f Fix the rST markup for coveralls. by Jean-Paul Calderone · 10 years ago
  13. 3e99442 where is my emacs yaml mode by Jean-Paul Calderone · 10 years ago
  14. d247c8c Also stick a quick summary at the end of every build by Jean-Paul Calderone · 10 years ago
  15. 99a6948 Maybe some more travis intergraterations for stuff by Jean-Paul Calderone · 10 years ago
  16. ba67ab2 advertise how awesome everything is by Jean-Paul Calderone · 10 years ago
  17. 54f0fd0 coveralls the thing; by Jean-Paul Calderone · 10 years ago
  18. 61d7d39 ecdh: Use different exception types for different errors by Andy Lutomirski · 10 years ago
  19. 5fb416a ecdh: curve names are strings, not bytes by Andy Lutomirski · 10 years ago
  20. f5df243 Move test that checks for curve descriptions to a separate test by Laurens Van Houtven · 10 years ago
  21. d254e24 Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak by Jean-Paul Calderone · 10 years ago
  22. e625d0c Merge pull request #84 from exarkun/finished_messages by Jean-Paul Calderone · 10 years ago
  23. f30727c Merge pull request #87 from alex/typo-fix by David Reid · 10 years ago
  24. 6b5028d Removed a stray period by Alex Gaynor · 10 years ago
  25. 070c356 Changelog entries by Jonathan Giannuzzi · 10 years ago
  26. 934a509 Require cryptography 0.3 by Jonathan Giannuzzi · 10 years ago
  27. 54c4200 Add a leakcheck test for _X509_REVOKED_dup by Jonathan Giannuzzi · 10 years ago
  28. 8e6a64e Add a leakcheck test for CRL.add_revoked by Jonathan Giannuzzi · 10 years ago
  29. 3b97ec1 Remove unneeded calls by Jonathan Giannuzzi · 10 years ago
  30. 2ee8280 Make sure that lines are not longer than 80 characters by Jonathan Giannuzzi · 10 years ago
  31. 99eff82 Add a leakcheck test for CRL.get_revoked by Jonathan Giannuzzi · 10 years ago
  32. 1ad14af Changelog entry by Jonathan Giannuzzi · 10 years ago
  33. b5b9322 Fix memory leak in _X509_REVOKED_dup by Jonathan Giannuzzi · 10 years ago
  34. d979f23 one more whitespace fix by Jean-Paul Calderone · 10 years ago
  35. 01af904 ... avoid undefined behavior. by Jean-Paul Calderone · 10 years ago
  36. 5b05b48 Docstring and whitespace fixes. by Jean-Paul Calderone · 10 years ago
  37. 76f8415 Correct filename. by Jean-Paul Calderone · 10 years ago
  38. ac20956 Refactor the implementation to avoid duplication; use the result of the API to determine the proper buffer size to use. by Jean-Paul Calderone · 10 years ago
  39. 7c556ef merge master by Jean-Paul Calderone · 10 years ago
  40. f317075 Merge pull request #83 from exarkun/current_cipher_info3 by Jean-Paul Calderone · 10 years ago
  41. 7f0ded4 Return unicode from these new APIs rather than the native string type. by Jean-Paul Calderone · 10 years ago
  42. 069e2bf Use assertIdentical instead of the other thing. by Jean-Paul Calderone · 10 years ago
  43. b13ce31 merge master by Jean-Paul Calderone · 10 years ago
  44. ab04bdc ChangeLog entry by Jean-Paul Calderone · 10 years ago
  45. 9e3ccd4 Add return type API documentation. by Jean-Paul Calderone · 10 years ago
  46. dbd7627 whitespace: three blank lines between top-level suites, two blank lines between indented suites by Jean-Paul Calderone · 10 years ago
  47. e8b2d30 Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe by Laurens Van Houtven · 10 years ago
  48. 416f4a1 Added dependency for cryptography>=0.3. by Fedor Brunner · 10 years ago
  49. 63e99fe Require cryptography>=0.3 by Laurens Van Houtven · 10 years ago
  50. 6090465 Merge pull request #78 from pyca/tsafe-apply-48 by Jean-Paul Calderone · 10 years ago
  51. d735ae8 Add a changelog entry by Jean-Paul Calderone · 10 years ago
  52. 5bfdea3 Further simplifications. by Jean-Paul Calderone · 10 years ago
  53. a566e4e pyflakes and documentation cleanups by Jean-Paul Calderone · 10 years ago
  54. 65627a2 Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopenssl/+merge/178226 by Sebastian Rahlf by Jean-Paul Calderone · 10 years ago
  55. b1719a9 Replace assertIs with assertTrue, by Fedor Brunner · 10 years ago
  56. e3e284b Merge pull request #64 from reaperhulk/travis-test-cryptography-master by Laurens Van Houtven · 10 years ago
  57. 77d7b91 Merge pull request #66 from pyca/contributing-update by Jean-Paul Calderone · 10 years ago
  58. 433d4bd linkify feature branch by Jean-Paul Calderone · 10 years ago
  59. 0679a69 minor tweaks by Jean-Paul Calderone · 10 years ago
  60. 83b3e09 pyopenssl-committers by Laurens Van Houtven · 10 years ago
  61. 36a2665 Semantic linefeeds by Laurens Van Houtven · 10 years ago
  62. 757807e PEP8 + exceptions, not TCS by Laurens Van Houtven · 10 years ago
  63. df531cc Mention changes should be documented by Laurens Van Houtven · 10 years ago
  64. 5a42298 ReStructured Textify by Laurens Van Houtven · 10 years ago
  65. dc06b70 Canonical capitalization is pyOpenSSL not PyOpenSSL by Laurens Van Houtven · 10 years ago
  66. 290aba1 Add a basic contribution guide by Laurens Van Houtven · 10 years ago
  67. 82285ec test all versions of python with master cryptography by Paul Kehrer · 10 years ago
  68. 680ba5f only one thing is allowed to fail by Paul Kehrer · 10 years ago
  69. 9bf3f5c test against the cryptography master by Paul Kehrer · 10 years ago
  70. 4064ea1 Stop exposing all the NID and SN objects for elliptic curves, now by Andy Lutomirski · 10 years ago
  71. f05a273 Identify elliptic curves by short name, not NID by Andy Lutomirski · 10 years ago
  72. 76a6133 Fix docstring and Python 2.6 issues in ECDHE support by Andy Lutomirski · 10 years ago
  73. 1764021 Merge pull request #63 from lvh/master by Jean-Paul Calderone · 10 years ago
  74. 19bca05 Remove references to MODE_NO_COMPRESSION by Laurens Van Houtven · 10 years ago
  75. e7a6939 Merge pull request #59 from hellais/fix/openssl0.9.8compat by Jean-Paul Calderone · 10 years ago
  76. 2cffdbc Test methods test_get_cipher_* have been split into two sets. by Fedor Brunner · 10 years ago
  77. 5f8c7a8 Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility) by Arturo Filastò · 10 years ago
  78. e11876f Merge pull request #58 from exarkun/universal-wheel by Jean-Paul Calderone · 10 years ago
  79. 2afc3a1 add a wheel install step and make the script build the wheel so this functionality is at least minimally exercised. by Jean-Paul Calderone · 10 years ago
  80. 9bca0ed Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curves by Andy Lutomirski · 10 years ago
  81. b4e5c8d Expose all of the EC curve name constants by Andy Lutomirski · 10 years ago
  82. 5747b93 Interface for the SSL_get_peer_finished, SSL_get_finished. by Fedor Brunner · 10 years ago
  83. c82fcc2 pyOpenSSL is now pure python -- it can be a universal wheel by Alex Gaynor · 10 years ago
  84. d95014a Get the actually used cipher name,bits,version of the established connection. by Fedor Brunner · 10 years ago
  85. bc87f85 Merge pull request #52 from pyca/setup.py-py3-classifier by Jean-Paul Calderone · 10 years ago
  86. 1674313 add Python :: 2 and some comments referring to reasons to include Python :: 3 here by Jean-Paul Calderone · 10 years ago
  87. a21e20f Merge pull request #51 from pyca/sholsapp-master by Jean-Paul Calderone · 10 years ago
  88. 26e07d6 rst api docs by Jean-Paul Calderone · 10 years ago
  89. b7a79b4 Drop the redundant starting value for `range` by Jean-Paul Calderone · 10 years ago
  90. da3e6c6 rstify the docstring a little more by Jean-Paul Calderone · 10 years ago
  91. 9479d73 Drop the underscore prefix on the other local variable name. by Jean-Paul Calderone · 10 years ago
  92. 5e8bf3f ChangeLog entry by Jean-Paul Calderone · 10 years ago
  93. 7fbdf64 Made corrections as per suggestions in https://github.com/pyca/pyopenssl/pull/22 by Stephen Holsapple · 10 years ago
  94. 9c1f262 Merge branch 'master' of https://github.com/pyca/pyopenssl by Stephen Holsapple · 10 years ago
  95. 24bf119 Merge pull request #40 from andrew-d/andrew-support-sslv2 by Jean-Paul Calderone · 10 years ago
  96. cdaf4cf Merge pull request #49 from smurfix/oldubuntu by Jean-Paul Calderone · 10 years ago
  97. 1ae0370 Drop ages-old Ubuntu packaging by Matthias Urlichs · 10 years ago
  98. 3078273 Add the generic Python 3 trove classifier by Brett Cannon · 10 years ago
  99. ec84a0a Allow creating a Context with SSLv2_METHOD by Andrew Dunham · 10 years ago
  100. a5718e3 Fix test cases in test_add_extensions by Stephen Holsapple · 10 years ago