1. b7a79b4 Drop the redundant starting value for `range` by Jean-Paul Calderone · 10 years ago
  2. da3e6c6 rstify the docstring a little more by Jean-Paul Calderone · 10 years ago
  3. 9479d73 Drop the underscore prefix on the other local variable name. by Jean-Paul Calderone · 10 years ago
  4. 7fbdf64 Made corrections as per suggestions in https://github.com/pyca/pyopenssl/pull/22 by Stephen Holsapple · 10 years ago
  5. 9c1f262 Merge branch 'master' of https://github.com/pyca/pyopenssl by Stephen Holsapple · 10 years ago
  6. ec84a0a Allow creating a Context with SSLv2_METHOD by Andrew Dunham · 10 years ago
  7. a5718e3 Fix test cases in test_add_extensions by Stephen Holsapple · 10 years ago
  8. a6b40c5 Merge remote-tracking branch 'upstream/master' by Stephen Holsapple · 10 years ago
  9. 0146d44 Bump version to 0.14 final by Jean-Paul Calderone · 10 years ago
  10. 529e74e Merge branch 'osx-wantwrite' into release-0.14 by Jean-Paul Calderone · 10 years ago
  11. 22c28b4 Make sure we still write a lot of bytes, too. by Jean-Paul Calderone · 10 years ago
  12. 7d7c9c2 Fill the send buffer with smaller strings in order to more completely fill it. by Jean-Paul Calderone · 10 years ago
  13. 3dffd62 Bump to 0.14a4 by Jean-Paul Calderone · 10 years ago
  14. 1c2b845 Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in most APIs on Python 2.x) by Jean-Paul Calderone · 10 years ago
  15. 221e990 Merge commit '3835e52' into release-0.14 (Fix info callback support so it gets the Connection instance again) by Jean-Paul Calderone · 10 years ago
  16. 9706314 Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on Windows) by Jean-Paul Calderone · 10 years ago
  17. 2562bd8 Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows) by Jean-Paul Calderone · 10 years ago
  18. f73a3cb tests and fixes for other int/long cases by Jean-Paul Calderone · 10 years ago
  19. 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 · 10 years ago
  20. 3835e52 clean up messy comment by Jean-Paul Calderone · 10 years ago
  21. f2bbc9c Change the info callback test to at least assert that the connection argument is a Connection instance. by Jean-Paul Calderone · 10 years ago
  22. 600dcc2 Merge pull request #20 from kouk/longint by Jean-Paul Calderone · 10 years ago
  23. 541150d make test_closed pass on windows by Konstantinos Koukopoulos · 10 years ago
  24. 410d042 allow tests to run even without execinfo.h by Konstantinos Koukopoulos · 10 years ago
  25. ca545b7 Finished test case for test_crypto.py. by Stephen Holsapple · 11 years ago
  26. adfd39d Added support for getting extensions from a X509Req object. by Stephen Holsapple · 11 years ago
  27. c8b13ea use six's integer_types instead of py3 incompatible type 'long' by Konstantinos Koukopoulos · 11 years ago
  28. d3d41b0 support 64 bit fd's by Konstantinos Koukopoulos · 11 years ago
  29. 99c6dc4 Bump to alpha 3 by Jean-Paul Calderone · 11 years ago
  30. 658cbb2 Merge pull request 'pyca/python3-porting-fixes' into release-0.14 by Jean-Paul Calderone · 11 years ago
  31. c76c61c Accommodate Python 3.2 by Jean-Paul Calderone · 11 years ago
  32. fab157b Use the initialization functions that cryptography 0.1 exposes by Jean-Paul Calderone · 11 years ago
  33. 6922a86 Allow unicode as well as bytes in all the load APIs as well by Jean-Paul Calderone · 11 years ago
  34. de07546 Make error messages native strings again. by Jean-Paul Calderone · 11 years ago
  35. 87e525a And use_privatekey_file by Jean-Paul Calderone · 11 years ago
  36. 684baf5 And use_certificate_file by Jean-Paul Calderone · 11 years ago
  37. d860798 make use_certificate_chain_file can accept unicode too by Jean-Paul Calderone · 11 years ago
  38. 11ed8e8 Do the other initialization that is probably required. by Jean-Paul Calderone · 11 years ago
  39. 1704483 Simple docstring reformatting by Jean-Paul Calderone · 11 years ago
  40. 63eab69 Accept bytes or text in set_cipher_list by Jean-Paul Calderone · 11 years ago
  41. 86ebb45 Bump to alpha 2 by Jean-Paul Calderone · 11 years ago
  42. 11b2059 Merge remote-tracking branch 'pyca/master' into release-0.14 by Jean-Paul Calderone · 11 years ago
  43. aca50f4 UTF-9 is sort of a thing but not a thing we're concerned with here. by Jean-Paul Calderone · 11 years ago
  44. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  45. 7307cd3 Drop ancient Python 2.3 support which used deprecated unittest apis. by Jean-Paul Calderone · 11 years ago
  46. 20aae94 Don't use the deprecated assertEquals by Jean-Paul Calderone · 11 years ago
  47. 7c55d45 bytes for filenames elsewhere, too. by Jean-Paul Calderone · 11 years ago
  48. 5c3f052 The maximum of Py_ssize_t is the more relevant value here. Plus there is no maxint on Python 3. by Jean-Paul Calderone · 11 years ago
  49. a8f7a94 Enforce byte strings, not native strings. by Jean-Paul Calderone · 11 years ago
  50. f9fb892 Try making mktemp always return bytes. by Jean-Paul Calderone · 11 years ago
  51. 53a5e13 Avoid using `long` if it does not exist. by Jean-Paul Calderone · 11 years ago
  52. d4033eb Add a second `collect()` call which hopefully will make the test pass on PyPy. by Jean-Paul Calderone · 11 years ago
  53. 7de3956 Maybe locals() works differently on PyPy, dunno, not going to investigate, just spell this differently. by Jean-Paul Calderone · 11 years ago
  54. 4c1aacd Try adding some more debug information to the last test that fails on PyPy to see what travis-ci tells us. by Jean-Paul Calderone · 11 years ago
  55. b64e2a2 Add OpenSSL_add_all_algorithms. by Jean-Paul Calderone · 11 years ago
  56. e324fd6 Try "adding" the algorithms or whatever. by Jean-Paul Calderone · 11 years ago
  57. 9b4115f Obey the Python 3 exception variable handling rules by Jean-Paul Calderone · 11 years ago
  58. f47de96 Hmm maybe start off with a non-final version. by Jean-Paul Calderone · 11 years ago
  59. 737d2ad version bump by Jean-Paul Calderone · 11 years ago
  60. e80a25a this __builtin__ thing is not Python 3 compatible, apparently by Jean-Paul Calderone · 11 years ago
  61. c178034 This is another one that is missing on OSX by Jean-Paul Calderone · 11 years ago
  62. e36b31a adjust to reflect the cryptography api change by Jean-Paul Calderone · 11 years ago
  63. 0d7e8a1 Make some optional things optional by mirroring their absense by Jean-Paul Calderone · 11 years ago
  64. 3f93d21 fix some renaming errors from a while ago by Jean-Paul Calderone · 11 years ago
  65. 6bb4089 try adding some thread initialization logic by Jean-Paul Calderone · 11 years ago
  66. 0219419 also no longer used by Jean-Paul Calderone · 11 years ago
  67. 9733666 These are no longer used by Jean-Paul Calderone · 11 years ago
  68. c7cd3e6 Make this test more 32 bit friendly: allocate the most memory that fits into a native integer. by Jean-Paul Calderone · 11 years ago
  69. 4a25923 just drop this for now by Jean-Paul Calderone · 11 years ago
  70. 9227c47 Try to use cryptography here, too. by Jean-Paul Calderone · 11 years ago
  71. 6824472 tsafe tries to import SSL by Jean-Paul Calderone · 11 years ago
  72. 8fb5318 Python 2.6 compatibility by Jean-Paul Calderone · 11 years ago
  73. a9f84ad Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) exception-raising behavior. by Jean-Paul Calderone · 11 years ago
  74. dba578b Only crypto uses new_mem_buf so move it back there for ease of exception handling. by Jean-Paul Calderone · 11 years ago
  75. e131607 This is never used. by Jean-Paul Calderone · 11 years ago
  76. 4a68b40 Add a test for bad type value passed to load_certificate_request and fix the behavior. Also incidental additional error handling fix for untested code. by Jean-Paul Calderone · 11 years ago
  77. 5300d6a Add a test for the error case of setattr by Jean-Paul Calderone · 11 years ago
  78. e728e87 A couple more docstrings by Jean-Paul Calderone · 11 years ago
  79. 511cde0 add some missing docstrings by Jean-Paul Calderone · 11 years ago
  80. 7cf3bf5 add a test for another branch of rand.egd by Jean-Paul Calderone · 11 years ago
  81. c86bb7d Put some shared code into a shared module and start using it from all three of the main implementation modules. by Jean-Paul Calderone · 11 years ago
  82. 352a7bf Get rid of the cross-module symbol hijinx - no longer necessary now that everything is Python. by Jean-Paul Calderone · 11 years ago
  83. ba4b677 Superceded by Jean-Paul Calderone · 11 years ago
  84. 3385ed2 Superceded by Jean-Paul Calderone · 11 years ago
  85. be2bb42 Re-enable TLSv1_1 and TLSv1_2 if the backend supports them by Jean-Paul Calderone · 11 years ago
  86. 6037d07 Switch from opentls to cryptography by Jean-Paul Calderone · 11 years ago
  87. 56bff94 Guess at how this might look on the cffi bindings by Jean-Paul Calderone · 11 years ago
  88. f149942 merge tlsv1_1or2 by Jean-Paul Calderone · 11 years ago
  89. ed0c57b implement proper SAN NUL byte handling in the cffi version by Jean-Paul Calderone · 11 years ago
  90. 93869ac merge master mostly nul byte SAN fix/tests (just want the tests here) by Jean-Paul Calderone · 11 years ago
  91. d1e969e Oops. by Jean-Paul Calderone · 11 years ago
  92. 1461c49 Try exposing TLSv1.1 and TLSv1.2. by Jean-Paul Calderone · 11 years ago
  93. f7e37e6 Fix a memory management issue that leads to crashes in OpenSSL.crypto.X509.get_serial_number in some environments. by Jean-Paul Calderone · 11 years ago
  94. 9af07b0 merge the nul byte fix, port some markup to restructured text by Jean-Paul Calderone · 11 years ago
  95. 06754fc in fact, commonName is a native string by Jean-Paul Calderone · 11 years ago
  96. bb04db8 some more formatting fixes by Jean-Paul Calderone · 11 years ago
  97. 30f80c9 Some formatting and indentation fixes; expand "san" to "subjectAltName". by Jean-Paul Calderone · 11 years ago
  98. 4bf75c6 Split this big test up into the two important pieces and make a test for each by Jean-Paul Calderone · 11 years ago
  99. 9ceb2f1 again by Jean-Paul Calderone · 11 years ago
  100. ff83cdd Ghetto rebase Heimes' changes onto the 0.13 release branch by Jean-Paul Calderone · 11 years ago