1. 5d19052 Apply get_signature_algorithm parts of okuda's patch by Jean-Paul Calderone · 14 years ago
  2. 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 14 years ago
  3. 24dfb33 Adjust another test to account for another changed hash algorithm in OpenSSL 1.0.0 by Jean-Paul Calderone · 14 years ago
  4. 060a57e Expand the possibly allowed values for the result of subject_name_hash by Jean-Paul Calderone · 14 years ago
  5. 22cbe50 Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0 by Jean-Paul Calderone · 14 years ago
  6. d50d204 Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0 by Jean-Paul Calderone · 14 years ago
  7. b51bda3 Flush the OpenSSL error queue after a successful PKCS12 parse in case there is some garbage in it. by Jean-Paul Calderone · 14 years ago
  8. 9da338d normalize private key pems to account for formatting differences between different versions of openssl by Jean-Paul Calderone · 14 years ago
  9. 5163f57 Compatibility with CPython 2.5 though CPython 3.2 by Jean-Paul Calderone · 14 years ago
  10. 9ce9afb Switch from tp_setattr to tp_setattro, since PyPy does not support the former; also fix an error case which affects CPython too, where an unknown attribute is set on an X509Name by Jean-Paul Calderone · 14 years ago
  11. 026f664 Fix a lot of reference counting bugs introduced by stupid copy/pasting by Jean-Paul Calderone · 14 years ago
  12. 57e604a A bunch of PyPy fixes by Jean-Paul Calderone · 14 years ago
  13. dc77b20 Catch up to trunk by Jean-Paul Calderone · 14 years ago
  14. 2ca3302 Expose OPENSSL_VERSION_NUMBER and SSLeay_version() by Jean-Paul Calderone · 14 years ago
  15. 70ceff0 Apply winsock header hack/fix by Jean-Paul Calderone · 14 years ago
  16. 1c198f9 Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shift by Jean-Paul Calderone · 14 years ago
  17. 9f2e38e Expose OpenSSL version info and handle missing SSLv2_METHOD support by Jean-Paul Calderone · 14 years ago
  18. ba8553d Bump version by Jean-Paul Calderone · 14 years ago
  19. 64dc3bb Bump version by Jean-Paul Calderone · 14 years ago
  20. 90abbc0 Represent all of the extension data as bytes, not text by Jean-Paul Calderone · 14 years ago
  21. 7776960 encode text to bytes using charmap instead of ascii; charmap can actually represent every possible byte in a byte string by Jean-Paul Calderone · 14 years ago
  22. 4865961 There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhere by Jean-Paul Calderone · 14 years ago
  23. 9e6fcf8 Sorry, these bytes are mega encoded. by Jean-Paul Calderone · 14 years ago
  24. 5a9e461 Expose the data in the extension, and tests. by Jean-Paul Calderone · 14 years ago
  25. ea9c8a3 Make this bytes thing actually work :/ by Jean-Paul Calderone · 14 years ago
  26. d0f8173 Get rid of X509.get_subjectaltname_of_type by Jean-Paul Calderone · 14 years ago
  27. 83a593d Add a test for X509.get_extension and fix its error behavior by Jean-Paul Calderone · 14 years ago
  28. f7b3ee6 Fix a compiler warning; also test get_extension_count a little more, and without relying on a pem blob by Jean-Paul Calderone · 14 years ago
  29. 24ebc4f Fix some style oddities by Jean-Paul Calderone · 14 years ago
  30. 7301d8c Fix for #742885 by Jason R. Coombs · 14 years ago
  31. 3fedcc3 Expose symbolic constants for info callback values by Jean-Paul Calderone · 14 years ago
  32. 31e85a8 Add a minimal test for these new constants by Jean-Paul Calderone · 14 years ago
  33. aed2358 Add a lot of missing Py_INCREF by Jean-Paul Calderone · 14 years ago
  34. d07d57d try harder to do the thing on pypy, also start fixing more refcounts by Jean-Paul Calderone · 14 years ago
  35. 46eb1d3 HACK HACK ZOOP HACK by Jean-Paul Calderone · 14 years ago
  36. ea73107 Catch up to trunk by Jean-Paul Calderone · 14 years ago
  37. 59057dc More laggers by Jean-Paul Calderone · 14 years ago
  38. 97d1fd9 Fix some oversights by Jean-Paul Calderone · 14 years ago
  39. 8671c85 Update copyright headers; remove pointless dates, add a pointer to the LICENSE file. by Jean-Paul Calderone · 14 years ago
  40. a9aed93 Provide New SSL constant for OpenSSL.SSL by Olivier Hervieu · 14 years ago
  41. 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 15 years ago
  42. a5d6ea6 On Python versions with Py_buffer, accept Py_buffer objects to Connection.send as the data argument. by Jean-Paul Calderone · 15 years ago
  43. 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 15 years ago
  44. 9cbbe26 Add some direct tests for Connection.send, including one that tries to pass in a memoryview, not previously supported. by Jean-Paul Calderone · 15 years ago
  45. a250d4b Catch up to trunk by Jean-Paul Calderone · 15 years ago
  46. b3bd773 Merge fixes for building on 3.x on Windows by Jean-Paul Calderone · 15 years ago
  47. 31ba576 Declare storage for them, too. by Jean-Paul Calderone · 15 years ago
  48. f6d0328 Declare these new names extern, because that is what they are. by Jean-Paul Calderone · 15 years ago
  49. e56627a 2.x compat! by Jean-Paul Calderone · 15 years ago
  50. db33e63 A wild stab at something cross-platform by Jean-Paul Calderone · 15 years ago
  51. ed9b788 remove debug prints by Jean-Paul Calderone · 15 years ago
  52. 5bcb303 Apply to the others by Jean-Paul Calderone · 15 years ago
  53. 040112f and this permutation by Jean-Paul Calderone · 15 years ago
  54. 566c9dd try this again by Jean-Paul Calderone · 15 years ago
  55. 8a7b236 renable tests, try different export names by Jean-Paul Calderone · 15 years ago
  56. e9a86b0 diagnostic by Jean-Paul Calderone · 15 years ago
  57. cd50520 Skip another load_verify test by Jean-Paul Calderone · 15 years ago
  58. 4e72dee Skip another crasher by Jean-Paul Calderone · 15 years ago
  59. 757f890 skip add_extra_chain_cert test on 3.x/win32 by Jean-Paul Calderone · 15 years ago
  60. 5c0f1f6 Change one more crypto_X509_New by Jean-Paul Calderone · 15 years ago
  61. 714f2d5 proper casts by Jean-Paul Calderone · 15 years ago
  62. 1e9312e Apply that strategy to the two other functions by Jean-Paul Calderone · 15 years ago
  63. d1ce64c cast cast cast by Jean-Paul Calderone · 15 years ago
  64. ff077d6 Screw MSVC, try this instead by Jean-Paul Calderone · 15 years ago
  65. c7562c3 diagnostic by Jean-Paul Calderone · 15 years ago
  66. be6b927 diagnostic by Jean-Paul Calderone · 15 years ago
  67. 305626a Try dynamically loading crypto_X509Name_New on Windows by Jean-Paul Calderone · 15 years ago
  68. 9389606 Try just putting this on the prototype by Jean-Paul Calderone · 15 years ago
  69. 99a8622 Try to make the linkage on the prototype match the linkage on the implementation by Jean-Paul Calderone · 15 years ago
  70. 182d0ff Try exporting one of the functions used in another module by Jean-Paul Calderone · 15 years ago
  71. 8f57ca9 HEAD_INIT with NULL to satisfy particularly nit-picky C compilers (I guess) by Jean-Paul Calderone · 15 years ago
  72. a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 15 years ago
  73. 0dae203 Bump version by Jean-Paul Calderone · 15 years ago
  74. 8ab52f4 Try getting the real RTLD_ flag values by Jean-Paul Calderone · 15 years ago
  75. 4d77c48 Fix sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
  76. ba443a8 Fix the sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
  77. 76a2749 Remove consequences of stdio buffering insanity by Jean-Paul Calderone · 15 years ago
  78. 9538f14 Change the other digest names in this too-long test to str (aka unicode (aka text)) by Jean-Paul Calderone · 15 years ago
  79. d08feb0 The digest name is text. by Jean-Paul Calderone · 15 years ago
  80. 08e72bc Try to get RTLD_NOW and RTLD_GLOBAL from a real definition - DLFCN or dl or ctypes by Jean-Paul Calderone · 15 years ago
  81. be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 15 years ago
  82. b444b70 Bump version number by Jean-Paul Calderone · 15 years ago
  83. 5d441aa Make the digest name to the verify function text instead of bytes, matching up with digest names elsewhere. by Jean-Paul Calderone · 15 years ago
  84. 22cb312 Convert rand functions to accept bytes instead of bytes or text by Jean-Paul Calderone · 15 years ago
  85. f874203 Convert the verify location tests to do the handshake properly by Jean-Paul Calderone · 15 years ago
  86. 06c7cc9 Switch to the loopback setup helper in test_socketConnect, incidentally converting the connections to blocking, which avoids the OS X recv error. by Jean-Paul Calderone · 15 years ago
  87. f19fade Ensure the handshake really completes before returning from _loopback by Jean-Paul Calderone · 15 years ago
  88. 05d43e8 Try triggering the error by shutting down the sending underlying TCP socket by Jean-Paul Calderone · 15 years ago
  89. 7b61487 Skip test_connect_ex on OS X by Jean-Paul Calderone · 15 years ago
  90. 08339a4 Remove this entirely, it was for debugging purposes by Jean-Paul Calderone · 15 years ago
  91. 32958d3 Write text to files instead of bytes by Jean-Paul Calderone · 15 years ago
  92. 02ea268 Only delete orig if it was defined by Jean-Paul Calderone · 15 years ago
  93. 769845a Replace file with open for 3.x by Jean-Paul Calderone · 15 years ago
  94. b859778 Try to support Windows here - ie, do not do any of the dl flags stuff by Jean-Paul Calderone · 15 years ago
  95. 2db1de5 Some fields of X509Extension are bytes, not text by Jean-Paul Calderone · 15 years ago
  96. 4e6aed6 Make timestamps bytes by Jean-Paul Calderone · 15 years ago
  97. f404785 Avoid bytes literal by Jean-Paul Calderone · 15 years ago
  98. 9e4c135 merge trunk by Jean-Paul Calderone · 15 years ago
  99. b6e0fd9 Hard-code loopback address because of Windows by Jean-Paul Calderone · 15 years ago
  100. d28ca27 Allow -1 as well as 0 from egd in the error case by Jean-Paul Calderone · 15 years ago