1. ef40145 Cleanup docstrings and comments. by Cory Benfield · 10 years ago
  2. bb8516b Remove 'test that'. by Cory Benfield · 10 years ago
  3. 0f7b04c Test for absent ALPN. by Cory Benfield · 10 years ago
  4. e46fa84 Skip tests on non-ALPN platforms. by Cory Benfield · 10 years ago
  5. f1177e7 Handle exceptions in ALPN select callback. by Cory Benfield · 10 years ago
  6. 7527958 Fixup broken ALPN tests. by Cory Benfield · 10 years ago
  7. e3d5715 Test for client-only ALPN. by Cory Benfield · 10 years ago
  8. 12eae89 Add ALPN support. by Cory Benfield · 11 years ago
  9. 4e0c43f Add some missing type documentation and remove an unused import. by Jean-Paul Calderone · 10 years ago
  10. fac5ca9 Merge remote-tracking branch 'pyca/master' into 182-path-types by Jean-Paul Calderone · 10 years ago
  11. 0582673 Hoist the join hackery and re-use it in another place that needs it. by Jean-Paul Calderone · 10 years ago
  12. 4f70c80 Fix some accidental bytes/unicode mixing on Python 3. by Jean-Paul Calderone · 10 years ago
  13. e21139c Python 3.2 compatibility BECAUSE. by Jean-Paul Calderone · 10 years ago
  14. 9e1c1dd And the same for Context.load_tmp_dh. by Jean-Paul Calderone · 10 years ago
  15. 69a4e5b And the same for Context.use_privatekey_file. by Jean-Paul Calderone · 10 years ago
  16. d57a7b6 Repeat for Context.use_certificate_file. by Jean-Paul Calderone · 10 years ago
  17. aac43a3 Context.use_certificate_file test and fix. by Jean-Paul Calderone · 10 years ago
  18. 210c0f3 Tests for unicode and bytes handling of some path parameters. by Jean-Paul Calderone · 10 years ago
  19. cbb68cc Introduce an encoding helper and exercise it with some non-ascii paths in the rand module tests. by Jean-Paul Calderone · 10 years ago
  20. 174c692 minor docstring fixes by Jean-Paul Calderone · 10 years ago
  21. 6d86218 merge alex/aint-no-reason-things-are-this-way by Jean-Paul Calderone · 10 years ago
  22. 2f0f395 Merge remote-tracking branch 'pyca/master' into npn by Jean-Paul Calderone · 10 years ago
  23. 0ea76e7 Handle exceptions in NPN callbacks. by Cory Benfield · 10 years ago
  24. 1096996 Merge remote-tracking branch 'origin/master' into recv_into by Jean-Paul Calderone · 10 years ago
  25. 6c84010 Get the sizes closer to the code that depends on them. by Jean-Paul Calderone · 10 years ago
  26. d335b27 These tests actually all exercise the bytearray case. by Jean-Paul Calderone · 10 years ago
  27. 4bec59a Add the missing test for the `min` call used in the implementation. by Jean-Paul Calderone · 10 years ago
  28. 8fd8255 Fix one more docstring. by Jean-Paul Calderone · 10 years ago
  29. 320af1e Avoid using deprecated methods even more than we do already. by Jean-Paul Calderone · 10 years ago
  30. 2b41ad3 Do that refactoring for a third test method. by Jean-Paul Calderone · 10 years ago
  31. c295a2f Do that refactoring for another test method. by Jean-Paul Calderone · 10 years ago
  32. 61559d8 Various minor docstring fixes related to the code just refactored. by Jean-Paul Calderone · 10 years ago
  33. 332a85e Factor out the duplication between buffer / memoryview version of one of the new recv_into tests. by Jean-Paul Calderone · 10 years ago
  34. 46a0925 Initialize a context at instantiation time by Stephen Holsapple · 11 years ago
  35. 08ffaa6 Refactoring verify_cert by Stephen Holsapple · 11 years ago
  36. 4c10a1e Make a more specific assertion about where the failure reason shows up. by Jean-Paul Calderone · 11 years ago
  37. b4e40fb remove unused import by Jean-Paul Calderone · 11 years ago
  38. 06e01b9 Small test method docstring fixes and fixes for tests of exceptional cases. by Jean-Paul Calderone · 11 years ago
  39. 517816e Four space indentation and other whitespace fixes. by Jean-Paul Calderone · 11 years ago
  40. 0d9815f Add OpenSSL.crypto.verify_chain method. by Stephen Holsapple · 11 years ago
  41. 496f40d Merge pull request #179 from exarkun/Context.check_privatekey by Jean-Paul Calderone · 11 years ago
  42. 87e09b0 Merge pull request #172 from alex/fix-typos by Jean-Paul Calderone · 11 years ago
  43. 25edfd4 merge master by Jean-Paul Calderone · 11 years ago
  44. c85e086 Add test for Connection.shutdown on closed socket by Paul Aurich · 11 years ago
  45. 9c9bda6 Shorten str type checks by Sam Whited · 11 years ago
  46. 77b3d08 Give assertIs and assertIsNot their stdlib-preferred names. by Jean-Paul Calderone · 11 years ago
  47. 932f5cc Add tests for Context.check_privatekey. by Jean-Paul Calderone · 11 years ago
  48. b586da3 verisign.org turned off SSLv3 (Happy Days!) by Alex Gaynor · 11 years ago
  49. 3b0ee97 Fixed several typos by Alex Gaynor · 11 years ago
  50. 27f55ed Fixed a typo in the test method name by Alex Gaynor · 11 years ago
  51. 9823239 A docstring for the test by Alex Gaynor · 11 years ago
  52. bae2dc3 Fix for py3k by Alex Gaynor · 11 years ago
  53. 9875a91 Added a docstring by Alex Gaynor · 11 years ago
  54. 8fa1dd6 Py3k fix by Alex Gaynor · 11 years ago
  55. 4b9c96a Added a test for loading ASN1 data by Alex Gaynor · 11 years ago
  56. de1906a Added a test case by Alex Gaynor · 11 years ago
  57. 62d1033 Implement Connection.recv_into. by Cory Benfield · 11 years ago
  58. be3e7b8 Make NPN markups. by Cory Benfield · 11 years ago
  59. 84a121e Add support for Next Protocol Negotiation. by Cory Benfield · 11 years ago
  60. b2b4078 the minimal documentation requirements by Jean-Paul Calderone · 11 years ago
  61. 780967e merge master by Jean-Paul Calderone · 11 years ago
  62. 238fb74 Merge pull request #108 from pyca/pkcs12-without-passphrase by Jean-Paul Calderone · 11 years ago
  63. f0ff13b Fix too-long lines and fix repeated spelling error. by Jean-Paul Calderone · 11 years ago
  64. 1a3d211 Merge pull request #101 from pyca/ecdhe by Jean-Paul Calderone · 11 years ago
  65. 15f3644 Add some Python 2.6 compatibility. by Jean-Paul Calderone · 11 years ago
  66. 22c3124 Directly test that curves work well as set elements. by Jean-Paul Calderone · 11 years ago
  67. 1be7708 Use that helper to define tests for equality of _EllipticCurve instances. by Jean-Paul Calderone · 11 years ago
  68. 9c7f069 Add a helper for testing equality. by Jean-Paul Calderone · 11 years ago
  69. 3848262 Cleaner support PKCS#12 without passphrase. by Stephen Holsapple · 11 years ago
  70. fc5a7af Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67 by Jean-Paul Calderone · 11 years ago
  71. bdb3986 Merge branch 'master' into ecdhe by Jean-Paul Calderone · 11 years ago
  72. 8e41d02 Also accept buffer in Connection.send and .sendall by Markus Unterwaditzer · 11 years ago
  73. 5a82db9 restore even more python 3.2 compat! by Jean-Paul Calderone · 11 years ago
  74. eb86f3a restore python 3.2 compatibility by Jean-Paul Calderone · 11 years ago
  75. 3e4e335 Mirror the OpenSSL API as is our idiom. by Jean-Paul Calderone · 11 years ago
  76. c09fd58 Switch to an explicit curve object. by Jean-Paul Calderone · 11 years ago
  77. cc30c93 Some versions of Python do not support the unicode literal syntax. by Jean-Paul Calderone · 11 years ago
  78. c48cd81 Add a test for the failure condition of EC_KEY_new_by_curve_name by Jean-Paul Calderone · 11 years ago
  79. 689c489 Support for Python 2.6 - which lacks addCleanup by Jean-Paul Calderone · 11 years ago
  80. 5c7b52f explicitly fail with a useful message by Jean-Paul Calderone · 11 years ago
  81. 3dfd451 Some docstring cleanups. by Jean-Paul Calderone · 11 years ago
  82. b41d1f4 Add a test for the False case of Cryptography_HAS_EC. by Jean-Paul Calderone · 11 years ago
  83. 256090b Merge remote-tracking branch 'pyca/master' into ecdhe by Jean-Paul Calderone · 11 years ago
  84. 61d7d39 ecdh: Use different exception types for different errors by Andy Lutomirski · 11 years ago
  85. f5df243 Move test that checks for curve descriptions to a separate test by Laurens Van Houtven · 11 years ago
  86. 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
  87. d979f23 one more whitespace fix by Jean-Paul Calderone · 11 years ago
  88. 5b05b48 Docstring and whitespace fixes. by Jean-Paul Calderone · 11 years ago
  89. 7c556ef merge master by Jean-Paul Calderone · 11 years ago
  90. 7f0ded4 Return unicode from these new APIs rather than the native string type. by Jean-Paul Calderone · 11 years ago
  91. 069e2bf Use assertIdentical instead of the other thing. by Jean-Paul Calderone · 11 years ago
  92. b13ce31 merge master by Jean-Paul Calderone · 11 years ago
  93. dbd7627 whitespace: three blank lines between top-level suites, two blank lines between indented suites by Jean-Paul Calderone · 11 years ago
  94. e8b2d30 Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe by Laurens Van Houtven · 11 years ago
  95. 416f4a1 Added dependency for cryptography>=0.3. by Fedor Brunner · 11 years ago
  96. 5bfdea3 Further simplifications. by Jean-Paul Calderone · 11 years ago
  97. a566e4e pyflakes and documentation cleanups by Jean-Paul Calderone · 11 years ago
  98. 65627a2 Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopenssl/+merge/178226 by Sebastian Rahlf by Jean-Paul Calderone · 11 years ago
  99. b1719a9 Replace assertIs with assertTrue, by Fedor Brunner · 11 years ago
  100. bbff8b9 Only write one byte at a time and try to write many more bytes overall. by Jean-Paul Calderone · 11 years ago