1. 5888747 Give some hint about the signature of CRL.export in the docstring by Jean-Paul Calderone · 16 years ago
  2. 9178ee6 merge trunk and resolve simple conflict by Jean-Paul Calderone · 16 years ago
  3. 4fd058a Add a couple tests for Connection.get_context by Jean-Paul Calderone · 16 years ago
  4. 215d51b Regenerate documentation for 0.10 release by Jean-Paul Calderone · 16 years ago
  5. 5cc6197 Prepare for 0.10 - bump version by Jean-Paul Calderone · 16 years ago
  6. 7675191 Re-merge the client CA changes, this time with Windows build fixes to so I can tell if anything actually works by Jean-Paul Calderone · 16 years ago
  7. 2023169 A few minor edits to the install text, plus reflowing to make the diff really hard to read, sweet! Also mention some more people who've been invaluable to the Windows support effort by Jean-Paul Calderone · 16 years ago
  8. 99a5ee2 Add client ca stuff by Jean-Paul Calderone · 16 years ago
  9. 7a6012e Grab windows fixes by Jean-Paul Calderone · 16 years ago
  10. 3b48cb7 See if this helps by Jean-Paul Calderone · 16 years ago
  11. 6ef6588 Try to ignore things like C:\Program Files\Subversion by Jean-Paul Calderone · 16 years ago
  12. bcd4545 Some changes to setup.py by Jean-Paul Calderone · 16 years ago
  13. 12608a8 Minimal tests for Context.add_extra_chain_cert by Jean-Paul Calderone · 16 years ago
  14. f606a84 a few more brace re-arrangements by Jean-Paul Calderone · 16 years ago
  15. 6e2b685 remove pre-2.5 warning with PyObject_GetAttrString; reformat some braces by Jean-Paul Calderone · 16 years ago
  16. 3578890 doc formatting and wording tweak by Jean-Paul Calderone · 16 years ago
  17. 055a917 Break up big add_client_ca test into a bunch of smaller ones by Jean-Paul Calderone · 16 years ago
  18. 911c911 Break up big set_client_ca_list test into a bunch of smaller ones by Jean-Paul Calderone · 16 years ago
  19. f93bf10 Lowercase *client_CA* methods for consistency with the rest of PyOpenSSL. by Ziga Seilnacht · 16 years ago
  20. 9d831fb Clarify documentation for SSL.Context.set_client_CA_list and remove silly comments. by Ziga Seilnacht · 16 years ago
  21. fdeadb1 Revert all changes unrelated to the new *client_CA* functionality. by Ziga Seilnacht · 16 years ago
  22. f483e79 Check that what we promised in the docs is true. by Ziga Seilnacht · 16 years ago
  23. 444e7cb Documentation for *client_CA* methods. by Ziga Seilnacht · 16 years ago
  24. 1de8707 Use a test for PDF support that is more portable across teTeX major versions. by Ziga Seilnacht · 16 years ago
  25. 679c426 Allow setting and inspecting the preferred client certificate signer list. by Ziga Seilnacht · 16 years ago
  26. d897235 Get rid of unnecessary casts. by Ziga Seilnacht · 16 years ago
  27. ea77fd8 Add missing error checks found during code reading. by Ziga Seilnacht · 16 years ago
  28. 6079e37 Fix names of extension types and subsequent fallout. by Ziga Seilnacht · 16 years ago
  29. 44611bf Types should have a correct __module__ attribute. by Ziga Seilnacht · 16 years ago
  30. 2953db8 Add additional PKCS12 features by Jean-Paul Calderone · 16 years ago
  31. 5092450 Actually use the new quoting function! by Jean-Paul Calderone · 16 years ago
  32. 7b874db Some more, oh let's hopefully call them fixes, for argument quoting for the openssl child process by Jean-Paul Calderone · 16 years ago
  33. 3df55e7 fudge me by Jean-Paul Calderone · 16 years ago
  34. 038de95 try to use popen2(list) on posix by Jean-Paul Calderone · 16 years ago
  35. 2514868 binary mode is actually important by Jean-Paul Calderone · 16 years ago
  36. 55d1ce6 Better command line quoting for Windows. by Rick Dean · 16 years ago
  37. 321a051 Allow alternate outcomes that some libopenssl produce for somewhat-useless incomplete PKCS12, as long as we don't crash. by Rick Dean · 16 years ago
  38. 6385faf reason codes for CRL by Rick Dean · 16 years ago
  39. da1ffa7 a few more minor test twiddles by Jean-Paul Calderone · 16 years ago
  40. d0a9876 avoid GC untrack if we haven't yet GC tracked by Jean-Paul Calderone · 16 years ago
  41. 7426ed8 a bunch of test twiddles, docstrings and whitespace, but also split out loading a macless pkcs12 into a new test, since this seems to crash by Jean-Paul Calderone · 16 years ago
  42. 2bb177f better accuracy in error message about FILETYPE by Rick Dean · 16 years ago
  43. c3a41f7 merge the two PKCS12Tests into one by Jean-Paul Calderone · 16 years ago
  44. 7e4a0f4 merge in trunk to help with the pkcs12 type unit tests a bit by Jean-Paul Calderone · 16 years ago
  45. dc857b5 adjust a docstring by Jean-Paul Calderone · 16 years ago
  46. 9389c92 PKCS12 isn't a module by Jean-Paul Calderone · 16 years ago
  47. a202edb M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
  48. b1a3af1 expand these comments a bit by Jean-Paul Calderone · 16 years ago
  49. 304866b whitespace twiddles and a semantic change to an untested codepath - report Py_BuildValue failures instead of silencing them by Jean-Paul Calderone · 16 years ago
  50. b96d13e nicer local names by Jean-Paul Calderone · 16 years ago
  51. 32eb031 move locals up, add braces, other cosmetics by Jean-Paul Calderone · 16 years ago
  52. 536ba02 Add support for CRL and Revoked objects. by Rick Dean · 16 years ago
  53. 4a45cbc twiddle whitespace, relocate local decls by Jean-Paul Calderone · 16 years ago
  54. d866543 crypto_PKey_Check this time by Jean-Paul Calderone · 16 years ago
  55. bade313 another crypto_X509_Check by Jean-Paul Calderone · 16 years ago
  56. fed4d15 use crypto_X509_Check, coz that's what we're doin' by Jean-Paul Calderone · 16 years ago
  57. 206c227 Switch to some more PyTuple APIs for simpler error handling by Jean-Paul Calderone · 16 years ago
  58. 4c6b72e use PyTuple_GetItem to simplify reference counting by Jean-Paul Calderone · 16 years ago
  59. 499fa1d move a variable declaration to the top by Jean-Paul Calderone · 16 years ago
  60. e58415f initialize a local to suppress a warning by Jean-Paul Calderone · 16 years ago
  61. e7901d7 M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
  62. 94f4982 Remove some linux and posix assumptions from the test suite, and skip a test that isn't going to be trivial to fix by Jean-Paul Calderone · 16 years ago
  63. 28fb8f0 skip on darwin and win32 by Jean-Paul Calderone · 16 years ago
  64. 8fefeb0 Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed. by Rick Dean · 16 years ago
  65. aace5e9 More fixes of STACK_OF(X509) in crypto_PKCS12_New(). by Rick Dean · 16 years ago
  66. 8849f15 Stop leaking a STACK_OF(X509) in crypto_PKCS12_export. Jean-Paul's find. by Rick Dean · 16 years ago
  67. ee56830 Stop leaking a STACK_OF(X509) on error cases of crypto_PKCS12_New(). Add a test case of that. Jean-Paul's find. by Rick Dean · 16 years ago
  68. 3727311 Use PyString_CheckExact() in crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
  69. 99251c2 Fix return type of crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
  70. e84d146 Convert cacerts to tuple() before type checking so iterators can't play games with us. Jean-Paul's find. by Rick Dean · 16 years ago
  71. 246dda8 Update to trunk to get working builds by Jean-Paul Calderone · 16 years ago
  72. b19c694 Simplify support for building on Windows; make sure to include all the necessary dlls when making binary distributions by Jean-Paul Calderone · 16 years ago
  73. f23c5d9 Windows is a poor sport; getsockname is not guaranteed to return the correct result until someone has connected to you; joy by Jean-Paul Calderone · 16 years ago
  74. 379917c doc string fix by Rick Dean · 16 years ago
  75. baba569 update windows install docs by Jean-Paul Calderone · 16 years ago
  76. 71d62c0 Make sure the egg is never zipped; the dlls will not work like that by Jean-Paul Calderone · 16 years ago
  77. e0d94c8 Use package_data instead of data_files to put the dlls into the package; this should cause them to end up in the right place more often by Jean-Paul Calderone · 16 years ago
  78. 61b0c43 work with mingw32 and msvc by Jean-Paul Calderone · 16 years ago
  79. 2d79b30 This works on mingw32 by Jean-Paul Calderone · 16 years ago
  80. 25bcc1f Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA. by Rick Dean · 16 years ago
  81. 42d69e1 Change the API for setting and getting friendlyNames of PKCS12 by Rick Dean · 16 years ago
  82. e5e94c0 more by Jean-Paul Calderone · 16 years ago
  83. 1ba729d la la la by Jean-Paul Calderone · 16 years ago
  84. b4ea1ea some debug info about the build environment, please by Jean-Paul Calderone · 16 years ago
  85. a65cf6c Avoid using symlink, since we cannot use it on windows by Jean-Paul Calderone · 16 years ago
  86. 6af9678 what by Jean-Paul Calderone · 16 years ago
  87. b80b320 try this approach by Jean-Paul Calderone · 16 years ago
  88. c7030f4 schwackity schwack by Jean-Paul Calderone · 16 years ago
  89. d27be6e gut gut gut by Jean-Paul Calderone · 16 years ago
  90. d9d229d maybe eay32 is nicer by Jean-Paul Calderone · 16 years ago
  91. 9971e6f hack hack hack by Jean-Paul Calderone · 16 years ago
  92. 0c41810 hack hack hack by Jean-Paul Calderone · 16 years ago
  93. cb5e16f I sink low by Jean-Paul Calderone · 16 years ago
  94. f2844fc Look in the openssl mingw32 lib dir by Jean-Paul Calderone · 16 years ago
  95. 4830525 Convert crypto_PKCS12Obj->cacerts to a tuple as Jean-Paul pointed out. by Rick Dean · 16 years ago
  96. 585cd9e The PyObjets of struct crypto_PKCS12Obj are never NULL so stop checking. by Rick Dean · 16 years ago
  97. 94e46fd Move all the PEM to test_crypto.py, so both it and test_ssl.py can use them without circular includes. by Rick Dean · 16 years ago
  98. f94096c broke the monster PKCS12 test into little ones, and other PKCS12 test additions. by Rick Dean · 16 years ago
  99. 38a05c8 Implemented some of the PKCS12 fixups requested by JP. by Rick Dean · 16 years ago
  100. 6864905 Add a bunch of tests which assert that extension types are defined nicely. by Jean-Paul Calderone · 16 years ago