1. 1a3d211 Merge pull request #101 from pyca/ecdhe by Jean-Paul Calderone · 10 years ago
  2. a538105 do some explaining by Jean-Paul Calderone · 10 years ago
  3. f22abcd Apparently that code is a no-go on Python 2. It seemed to work on Python 3 though. by Jean-Paul Calderone · 10 years ago
  4. 40da72d Try to work around the strange Python 3 behavior. by Jean-Paul Calderone · 10 years ago
  5. 15f3644 Add some Python 2.6 compatibility. by Jean-Paul Calderone · 10 years ago
  6. 22c3124 Directly test that curves work well as set elements. by Jean-Paul Calderone · 10 years ago
  7. 73945e3 Cache the _EllipticCurve instances so the inherited-from-object equality does what we want. by Jean-Paul Calderone · 10 years ago
  8. 1be7708 Use that helper to define tests for equality of _EllipticCurve instances. by Jean-Paul Calderone · 10 years ago
  9. 9c7f069 Add a helper for testing equality. by Jean-Paul Calderone · 10 years ago
  10. add6c58 Merge pull request #76 from pyca/wantwritetest-37+67 by Jean-Paul Calderone · 10 years ago
  11. fc5a7af Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67 by Jean-Paul Calderone · 10 years ago
  12. 3611b4e ChangeLog by Jean-Paul Calderone · 10 years ago
  13. bdb3986 Merge branch 'master' into ecdhe by Jean-Paul Calderone · 10 years ago
  14. 9631538 Merge pull request #100 from untitaker/gitignore-additions by Jean-Paul Calderone · 10 years ago
  15. 15dc6f4 Merge pull request #99 from untitaker/python26-buffers by Jean-Paul Calderone · 10 years ago
  16. 8e41d02 Also accept buffer in Connection.send and .sendall by Markus Unterwaditzer · 10 years ago
  17. 5a82db9 restore even more python 3.2 compat! by Jean-Paul Calderone · 10 years ago
  18. eb86f3a restore python 3.2 compatibility by Jean-Paul Calderone · 10 years ago
  19. bec2329 Add more files to .gitignore by Markus Unterwaditzer · 10 years ago
  20. 3b04e35 all the way by Jean-Paul Calderone · 10 years ago
  21. 3e4e335 Mirror the OpenSSL API as is our idiom. by Jean-Paul Calderone · 10 years ago
  22. d5839e2 strings are hard, be explicit by Jean-Paul Calderone · 10 years ago
  23. aaf516d Some doc fixups by Jean-Paul Calderone · 10 years ago
  24. 2065be5 These three exceptions are no longer used. by Jean-Paul Calderone · 10 years ago
  25. f49adae revert to pyca/master .gitignore by Jean-Paul Calderone · 10 years ago
  26. c09fd58 Switch to an explicit curve object. by Jean-Paul Calderone · 10 years ago
  27. f43678b Get rid of some top-level code, remove the code that reflects a weird edge case (but the weird edge case is still there inside OpenSSL), and add a bit of docs. by Jean-Paul Calderone · 10 years ago
  28. 2799097 Merge remote-tracking branch 'pyca/master' into ecdhe by Jean-Paul Calderone · 10 years ago
  29. 93231c8 Merge pull request #98 from pyca/version-reporting by Jean-Paul Calderone · 10 years ago
  30. 0d11ed1 Change the version reporter to work on Python 3. by Jean-Paul Calderone · 10 years ago
  31. fb5c62d Try reporting the version of OpenSSL that was used at the end of each build. by Jean-Paul Calderone · 10 years ago
  32. 727b35e Try explicitly installing the Python dependencies since "setup.py test" does not install them in a way that makes them available later. by Jean-Paul Calderone · 10 years ago
  33. cc30c93 Some versions of Python do not support the unicode literal syntax. by Jean-Paul Calderone · 10 years ago
  34. c48cd81 Add a test for the failure condition of EC_KEY_new_by_curve_name by Jean-Paul Calderone · 10 years ago
  35. 01787c4 Change the version reporter to work on Python 3. by Jean-Paul Calderone · 10 years ago
  36. 689c489 Support for Python 2.6 - which lacks addCleanup by Jean-Paul Calderone · 10 years ago
  37. 6749ec2 Fix some rST markup. by Jean-Paul Calderone · 10 years ago
  38. f11e339 Factor the guts out so they can be unit tested separately. by Jean-Paul Calderone · 10 years ago
  39. 32b59af Try explicitly installing the Python dependencies since "setup.py test" does not install them in a way that makes them available later. by Jean-Paul Calderone · 10 years ago
  40. 5c7b52f explicitly fail with a useful message by Jean-Paul Calderone · 10 years ago
  41. 3dfd451 Some docstring cleanups. by Jean-Paul Calderone · 10 years ago
  42. b41d1f4 Add a test for the False case of Cryptography_HAS_EC. by Jean-Paul Calderone · 10 years ago
  43. 594b980 Try reporting the version of OpenSSL that was used at the end of each build. by Jean-Paul Calderone · 10 years ago
  44. 256090b Merge remote-tracking branch 'pyca/master' into ecdhe by Jean-Paul Calderone · 10 years ago
  45. 434d03b Merge pull request #97 from pyca/more-openssl-testing by Jean-Paul Calderone · 10 years ago
  46. 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
  47. a2d7e09 take a stab at running tests against openssl 0.9.8 as well by Jean-Paul Calderone · 10 years ago
  48. f93ee8a Merge pull request #94 from pyca/coveralls by Jean-Paul Calderone · 10 years ago
  49. 8dc6032 This is a rST file now. by Jean-Paul Calderone · 10 years ago
  50. 9f2ec96 Make the travis configuration read linearly. by Jean-Paul Calderone · 10 years ago
  51. 2bfd11f Fix the rST markup for coveralls. by Jean-Paul Calderone · 10 years ago
  52. 3e99442 where is my emacs yaml mode by Jean-Paul Calderone · 10 years ago
  53. d247c8c Also stick a quick summary at the end of every build by Jean-Paul Calderone · 10 years ago
  54. 99a6948 Maybe some more travis intergraterations for stuff by Jean-Paul Calderone · 10 years ago
  55. ba67ab2 advertise how awesome everything is by Jean-Paul Calderone · 10 years ago
  56. 54f0fd0 coveralls the thing; by Jean-Paul Calderone · 10 years ago
  57. 61d7d39 ecdh: Use different exception types for different errors by Andy Lutomirski · 11 years ago
  58. 5fb416a ecdh: curve names are strings, not bytes by Andy Lutomirski · 11 years ago
  59. f5df243 Move test that checks for curve descriptions to a separate test by Laurens Van Houtven · 11 years ago
  60. d254e24 Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak by Jean-Paul Calderone · 11 years ago
  61. e625d0c Merge pull request #84 from exarkun/finished_messages by Jean-Paul Calderone · 11 years ago
  62. f30727c Merge pull request #87 from alex/typo-fix by David Reid · 11 years ago
  63. 6b5028d Removed a stray period by Alex Gaynor · 11 years ago
  64. 070c356 Changelog entries by Jonathan Giannuzzi · 11 years ago
  65. 934a509 Require cryptography 0.3 by Jonathan Giannuzzi · 11 years ago
  66. 54c4200 Add a leakcheck test for _X509_REVOKED_dup by Jonathan Giannuzzi · 11 years ago
  67. 8e6a64e Add a leakcheck test for CRL.add_revoked by Jonathan Giannuzzi · 11 years ago
  68. 3b97ec1 Remove unneeded calls by Jonathan Giannuzzi · 11 years ago
  69. 2ee8280 Make sure that lines are not longer than 80 characters by Jonathan Giannuzzi · 11 years ago
  70. 99eff82 Add a leakcheck test for CRL.get_revoked by Jonathan Giannuzzi · 11 years ago
  71. 1ad14af Changelog entry by Jonathan Giannuzzi · 11 years ago
  72. b5b9322 Fix memory leak in _X509_REVOKED_dup by Jonathan Giannuzzi · 11 years ago
  73. d979f23 one more whitespace fix by Jean-Paul Calderone · 11 years ago
  74. 01af904 ... avoid undefined behavior. by Jean-Paul Calderone · 11 years ago
  75. 5b05b48 Docstring and whitespace fixes. by Jean-Paul Calderone · 11 years ago
  76. 76f8415 Correct filename. by Jean-Paul Calderone · 11 years ago
  77. 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 · 11 years ago
  78. 7c556ef merge master by Jean-Paul Calderone · 11 years ago
  79. f317075 Merge pull request #83 from exarkun/current_cipher_info3 by Jean-Paul Calderone · 11 years ago
  80. 7f0ded4 Return unicode from these new APIs rather than the native string type. by Jean-Paul Calderone · 11 years ago
  81. 069e2bf Use assertIdentical instead of the other thing. by Jean-Paul Calderone · 11 years ago
  82. b13ce31 merge master by Jean-Paul Calderone · 11 years ago
  83. ab04bdc ChangeLog entry by Jean-Paul Calderone · 11 years ago
  84. 9e3ccd4 Add return type API documentation. by Jean-Paul Calderone · 11 years ago
  85. dbd7627 whitespace: three blank lines between top-level suites, two blank lines between indented suites by Jean-Paul Calderone · 11 years ago
  86. e8b2d30 Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe by Laurens Van Houtven · 11 years ago
  87. 416f4a1 Added dependency for cryptography>=0.3. by Fedor Brunner · 11 years ago
  88. 63e99fe Require cryptography>=0.3 by Laurens Van Houtven · 11 years ago
  89. 6090465 Merge pull request #78 from pyca/tsafe-apply-48 by Jean-Paul Calderone · 11 years ago
  90. d735ae8 Add a changelog entry by Jean-Paul Calderone · 11 years ago
  91. 5bfdea3 Further simplifications. by Jean-Paul Calderone · 11 years ago
  92. a566e4e pyflakes and documentation cleanups by Jean-Paul Calderone · 11 years ago
  93. 65627a2 Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopenssl/+merge/178226 by Sebastian Rahlf by Jean-Paul Calderone · 11 years ago
  94. b1719a9 Replace assertIs with assertTrue, by Fedor Brunner · 11 years ago
  95. bbff8b9 Only write one byte at a time and try to write many more bytes overall. by Jean-Paul Calderone · 11 years ago
  96. e3e284b Merge pull request #64 from reaperhulk/travis-test-cryptography-master by Laurens Van Houtven · 11 years ago
  97. 77d7b91 Merge pull request #66 from pyca/contributing-update by Jean-Paul Calderone · 11 years ago
  98. 433d4bd linkify feature branch by Jean-Paul Calderone · 11 years ago
  99. 0679a69 minor tweaks by Jean-Paul Calderone · 11 years ago
  100. 83b3e09 pyopenssl-committers by Laurens Van Houtven · 11 years ago