1. bb503a3 Use autodoc for PKCS12 by Laurens Van Houtven · 11 years ago
  2. c3baa7b Use autodoc for X509 by Laurens Van Houtven · 11 years ago
  3. 3e83d24 Use autodoc for X509Req by Laurens Van Houtven · 11 years ago
  4. 2650de5 Use autodoc for X509Extension by Laurens Van Houtven · 11 years ago
  5. 196195b Use autodoc for X509Name by Laurens Van Houtven · 11 years ago
  6. 6e7dd43 Use autoclass for PKey by Laurens Van Houtven · 11 years ago
  7. 13d56ba Pre-type/class unification Pythons are old by Laurens Van Houtven · 11 years ago
  8. ef5c83d Add docstrings for X509Store by Laurens Van Houtven · 11 years ago
  9. b2b4078 the minimal documentation requirements by Jean-Paul Calderone · 11 years ago
  10. 780967e merge master by Jean-Paul Calderone · 11 years ago
  11. 238fb74 Merge pull request #108 from pyca/pkcs12-without-passphrase by Jean-Paul Calderone · 11 years ago
  12. f0ff13b Fix too-long lines and fix repeated spelling error. by Jean-Paul Calderone · 11 years ago
  13. 1a3d211 Merge pull request #101 from pyca/ecdhe by Jean-Paul Calderone · 11 years ago
  14. a538105 do some explaining by Jean-Paul Calderone · 11 years ago
  15. f22abcd Apparently that code is a no-go on Python 2. It seemed to work on Python 3 though. by Jean-Paul Calderone · 11 years ago
  16. 40da72d Try to work around the strange Python 3 behavior. by Jean-Paul Calderone · 11 years ago
  17. 15f3644 Add some Python 2.6 compatibility. by Jean-Paul Calderone · 11 years ago
  18. 22c3124 Directly test that curves work well as set elements. by Jean-Paul Calderone · 11 years ago
  19. 73945e3 Cache the _EllipticCurve instances so the inherited-from-object equality does what we want. by Jean-Paul Calderone · 11 years ago
  20. 1be7708 Use that helper to define tests for equality of _EllipticCurve instances. by Jean-Paul Calderone · 11 years ago
  21. 9c7f069 Add a helper for testing equality. by Jean-Paul Calderone · 11 years ago
  22. 3848262 Cleaner support PKCS#12 without passphrase. by Stephen Holsapple · 11 years ago
  23. fc5a7af Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67 by Jean-Paul Calderone · 11 years ago
  24. bdb3986 Merge branch 'master' into ecdhe by Jean-Paul Calderone · 11 years ago
  25. 8e41d02 Also accept buffer in Connection.send and .sendall by Markus Unterwaditzer · 11 years ago
  26. 5a82db9 restore even more python 3.2 compat! by Jean-Paul Calderone · 11 years ago
  27. eb86f3a restore python 3.2 compatibility by Jean-Paul Calderone · 11 years ago
  28. 3b04e35 all the way by Jean-Paul Calderone · 11 years ago
  29. 3e4e335 Mirror the OpenSSL API as is our idiom. by Jean-Paul Calderone · 11 years ago
  30. d5839e2 strings are hard, be explicit by Jean-Paul Calderone · 11 years ago
  31. aaf516d Some doc fixups by Jean-Paul Calderone · 11 years ago
  32. 2065be5 These three exceptions are no longer used. by Jean-Paul Calderone · 11 years ago
  33. c09fd58 Switch to an explicit curve object. by Jean-Paul Calderone · 11 years ago
  34. 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 · 11 years ago
  35. cc30c93 Some versions of Python do not support the unicode literal syntax. by Jean-Paul Calderone · 11 years ago
  36. c48cd81 Add a test for the failure condition of EC_KEY_new_by_curve_name by Jean-Paul Calderone · 11 years ago
  37. 689c489 Support for Python 2.6 - which lacks addCleanup by Jean-Paul Calderone · 11 years ago
  38. 6749ec2 Fix some rST markup. by Jean-Paul Calderone · 11 years ago
  39. f11e339 Factor the guts out so they can be unit tested separately. by Jean-Paul Calderone · 11 years ago
  40. 5c7b52f explicitly fail with a useful message by Jean-Paul Calderone · 11 years ago
  41. 3dfd451 Some docstring cleanups. by Jean-Paul Calderone · 11 years ago
  42. b41d1f4 Add a test for the False case of Cryptography_HAS_EC. by Jean-Paul Calderone · 11 years ago
  43. 256090b Merge remote-tracking branch 'pyca/master' into ecdhe by Jean-Paul Calderone · 11 years ago
  44. 61d7d39 ecdh: Use different exception types for different errors by Andy Lutomirski · 11 years ago
  45. 5fb416a ecdh: curve names are strings, not bytes by Andy Lutomirski · 11 years ago
  46. f5df243 Move test that checks for curve descriptions to a separate test by Laurens Van Houtven · 11 years ago
  47. 6a8cd11 Add a test that verifies the first argument passed to the verify callback. And make it pass. by Jean-Paul Calderone · 11 years ago
  48. d254e24 Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak by Jean-Paul Calderone · 11 years ago
  49. b5b9322 Fix memory leak in _X509_REVOKED_dup by Jonathan Giannuzzi · 11 years ago
  50. d979f23 one more whitespace fix by Jean-Paul Calderone · 11 years ago
  51. 01af904 ... avoid undefined behavior. by Jean-Paul Calderone · 11 years ago
  52. 5b05b48 Docstring and whitespace fixes. by Jean-Paul Calderone · 11 years ago
  53. 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
  54. 7c556ef merge master by Jean-Paul Calderone · 11 years ago
  55. 7f0ded4 Return unicode from these new APIs rather than the native string type. by Jean-Paul Calderone · 11 years ago
  56. 069e2bf Use assertIdentical instead of the other thing. by Jean-Paul Calderone · 11 years ago
  57. b13ce31 merge master by Jean-Paul Calderone · 11 years ago
  58. 9e3ccd4 Add return type API documentation. by Jean-Paul Calderone · 11 years ago
  59. dbd7627 whitespace: three blank lines between top-level suites, two blank lines between indented suites by Jean-Paul Calderone · 11 years ago
  60. e8b2d30 Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe by Laurens Van Houtven · 11 years ago
  61. 416f4a1 Added dependency for cryptography>=0.3. by Fedor Brunner · 11 years ago
  62. 5bfdea3 Further simplifications. by Jean-Paul Calderone · 11 years ago
  63. a566e4e pyflakes and documentation cleanups by Jean-Paul Calderone · 11 years ago
  64. 65627a2 Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopenssl/+merge/178226 by Sebastian Rahlf by Jean-Paul Calderone · 11 years ago
  65. b1719a9 Replace assertIs with assertTrue, by Fedor Brunner · 11 years ago
  66. bbff8b9 Only write one byte at a time and try to write many more bytes overall. by Jean-Paul Calderone · 11 years ago
  67. 4064ea1 Stop exposing all the NID and SN objects for elliptic curves, now by Andy Lutomirski · 11 years ago
  68. f05a273 Identify elliptic curves by short name, not NID by Andy Lutomirski · 11 years ago
  69. 76a6133 Fix docstring and Python 2.6 issues in ECDHE support by Andy Lutomirski · 11 years ago
  70. 2cffdbc Test methods test_get_cipher_* have been split into two sets. by Fedor Brunner · 11 years ago
  71. 5f8c7a8 Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility) by Arturo Filastò · 11 years ago
  72. 9bca0ed Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curves by Andy Lutomirski · 11 years ago
  73. b4e5c8d Expose all of the EC curve name constants by Andy Lutomirski · 11 years ago
  74. 5747b93 Interface for the SSL_get_peer_finished, SSL_get_finished. by Fedor Brunner · 11 years ago
  75. d95014a Get the actually used cipher name,bits,version of the established connection. by Fedor Brunner · 11 years ago
  76. b7a79b4 Drop the redundant starting value for `range` by Jean-Paul Calderone · 11 years ago
  77. da3e6c6 rstify the docstring a little more by Jean-Paul Calderone · 11 years ago
  78. 9479d73 Drop the underscore prefix on the other local variable name. by Jean-Paul Calderone · 11 years ago
  79. 7fbdf64 Made corrections as per suggestions in https://github.com/pyca/pyopenssl/pull/22 by Stephen Holsapple · 11 years ago
  80. 9c1f262 Merge branch 'master' of https://github.com/pyca/pyopenssl by Stephen Holsapple · 11 years ago
  81. ec84a0a Allow creating a Context with SSLv2_METHOD by Andrew Dunham · 11 years ago
  82. a5718e3 Fix test cases in test_add_extensions by Stephen Holsapple · 11 years ago
  83. a6b40c5 Merge remote-tracking branch 'upstream/master' by Stephen Holsapple · 11 years ago
  84. 0146d44 Bump version to 0.14 final by Jean-Paul Calderone · 11 years ago
  85. 32f016f Merge branch 'master' into ecdhe-support by Alex Gaynor · 11 years ago
  86. 529e74e Merge branch 'osx-wantwrite' into release-0.14 by Jean-Paul Calderone · 11 years ago
  87. 479878d Merge branch 'master' into ecdhe-support by Alex Gaynor · 11 years ago
  88. 22c28b4 Make sure we still write a lot of bytes, too. by Jean-Paul Calderone · 11 years ago
  89. 7d7c9c2 Fill the send buffer with smaller strings in order to more completely fill it. by Jean-Paul Calderone · 11 years ago
  90. 3dffd62 Bump to 0.14a4 by Jean-Paul Calderone · 12 years ago
  91. 1c2b845 Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in most APIs on Python 2.x) by Jean-Paul Calderone · 12 years ago
  92. 221e990 Merge commit '3835e52' into release-0.14 (Fix info callback support so it gets the Connection instance again) by Jean-Paul Calderone · 12 years ago
  93. 9706314 Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on Windows) by Jean-Paul Calderone · 12 years ago
  94. 2562bd8 Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows) by Jean-Paul Calderone · 12 years ago
  95. f73a3cb tests and fixes for other int/long cases by Jean-Paul Calderone · 12 years ago
  96. bef4f4c Add some missing test coverage for handling values of type `long` and fix the implementation to accept either `int` or `long` on Python 2 (more closely matching the API implemented by the old C code). by Jean-Paul Calderone · 12 years ago
  97. 3835e52 clean up messy comment by Jean-Paul Calderone · 12 years ago
  98. f2bbc9c Change the info callback test to at least assert that the connection argument is a Connection instance. by Jean-Paul Calderone · 12 years ago
  99. 600dcc2 Merge pull request #20 from kouk/longint by Jean-Paul Calderone · 12 years ago
  100. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 12 years ago