1. ddbc28f try getting rid of ez_setup by Jean-Paul Calderone · 17 years ago
  2. 3329c30 update to trunk tip by Jean-Paul Calderone · 17 years ago
  3. f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 17 years ago
  4. 3ea41b0 Try to find ssleay32.a in more locations, including on that may be a bit more common windows by Jean-Paul Calderone · 17 years ago
  5. a1a7801 Remove unintentionally added debug helper by Jean-Paul Calderone · 17 years ago
  6. 1e4bd4e Add support for creating more kinds of X509Extension by Jean-Paul Calderone · 17 years ago
  7. 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 17 years ago
  8. 391585f handle some errors from extension creation by Jean-Paul Calderone · 17 years ago
  9. e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
  10. 24e2b0b Fixes to eliminate compiler warnings by Jean-Paul Calderone · 17 years ago
  11. 138a312 put braces back by Jean-Paul Calderone · 17 years ago
  12. 5d2cb2d there are no .cvsignore files anymore by Jean-Paul Calderone · 17 years ago
  13. 7ef4ee2 only define WIN32 if it is not already defined by Jean-Paul Calderone · 17 years ago
  14. 28ebb30 apply pyOpenSSL-0.8.patch from Marc-Andre Lemburg by Jean-Paul Calderone · 17 years ago
  15. d811b68 work around stupid feature deficiencies in unittest.py by Jean-Paul Calderone · 17 years ago
  16. 8ce4961 arg crummy changesets by Jean-Paul Calderone · 17 years ago
  17. 4bccf5e make the tests recognize the optionalness of the DTLS constants by Jean-Paul Calderone · 17 years ago
  18. b43c391 Make all the DTLS constants optional, since one of the buildslaves has a really old version of openssl by Jean-Paul Calderone · 17 years ago
  19. 327d8f9 Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET. by Jean-Paul Calderone · 17 years ago
  20. b6f0d60 make docs talking about digest names a bit more clear by Jean-Paul Calderone · 17 years ago
  21. ae4238d Correct documentation for get_verify_mode to refer to the real set_verify instead of the imagined set_verify_mode by Jean-Paul Calderone · 17 years ago
  22. 5b000d7 Expose the OpenSSL API for using the system's default certificate store by Jean-Paul Calderone · 17 years ago
  23. f302462 revert r75 - regenerating docs in a branch is stupid by Jean-Paul Calderone · 17 years ago
  24. 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
  25. a4be22a convenience hack: if setuptools is not already present, then this will download it from pypi into the CWD and use it. by zooko · 17 years ago
  26. 3594e21 If --prefix is in sys.argv, then set up sys.path and os.environ['PYTHONPATH'] to contain the appropriate site-packages subdir of the prefix dir by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 17 years ago
  27. d78922f Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which include OpenSSL shared lib, at least on Windows by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 17 years ago
  28. f7f0fb4 bump version to 0.8 for new release by Jean-Paul Calderone · 17 years ago
  29. 1eeb29e Correct the documentation for set_passwd_cb by Jean-Paul Calderone · 17 years ago
  30. 002bf46 undeprecate tsafe, since Connection still isn't all that awesome when used in multiple threads by Jean-Paul Calderone · 17 years ago
  31. b5fdbbf note the release by Jean-Paul Calderone · 17 years ago
  32. ee6ecc6 regenerate documentation for 0.8a1 by Jean-Paul Calderone · 17 years ago
  33. 3a0d753 Merge tls-thread-safety - make OpenSSL.SSL.Connection (and anything in pyOpenSSL which interacts with them) thread safe. by Jean-Paul Calderone · 17 years ago
  34. a319ca9 Deprecate tsafe by Jean-Paul Calderone · 17 years ago
  35. 5e3891e Change to a version string distutils won't puke over by Jean-Paul Calderone · 17 years ago
  36. 54f5965 Bump version number now that the buildbot configuration no longer hard codes this by Jean-Paul Calderone · 17 years ago
  37. 657d3ec Regenerate the documentation by Jean-Paul Calderone · 17 years ago
  38. b7d6db2 Update ChangeLog and docs which discuss threading issues by Jean-Paul Calderone · 17 years ago
  39. 26aea02 Update context.c to use the thread state management macros unconditionally, since conn->tstate is always NULL now by Jean-Paul Calderone · 17 years ago
  40. 00db9da Use TLS for the PyThreadState pointer instead of a field on Connection; this allows a Connection to be used safely in multiple threads concurrently by Jean-Paul Calderone · 17 years ago
  41. 286b192 sigh - I can think of no way to test the error condition by Jean-Paul Calderone · 17 years ago
  42. aa9c797 note changes by Jean-Paul Calderone · 17 years ago
  43. 9eadb96 reject arguments to set_default_verify_paths by Jean-Paul Calderone · 17 years ago
  44. dd6c86f regenerate the docs by Jean-Paul Calderone · 17 years ago
  45. 5601c24 update docs for load_verify_locations, add docs for set_default_verify_paths by Jean-Paul Calderone · 17 years ago
  46. 1cb5d02 support capath parameter to load_verify_locations; add wrapper for set_default_verify_paths by Jean-Paul Calderone · 17 years ago
  47. 5075fce a test for the obvious error case of load_verify_locations by Jean-Paul Calderone · 17 years ago
  48. e1bd432 test for the pre-existing load_verify_locations function by Jean-Paul Calderone · 17 years ago
  49. f1b839d Regenerate all the rest of the docs by Jean-Paul Calderone · 17 years ago
  50. 9450d5b Change the intro text about the reason for pyOpenSSL to exist and the comparison to M2Crypto by Jean-Paul Calderone · 17 years ago
  51. 8d6b787 Remove CVSid variables as they are no longer kept up to date by Jean-Paul Calderone · 17 years ago
  52. b4a60e2 Apply unused.patch removing unused variable in X509Name code by Jean-Paul Calderone · 17 years ago
  53. f60beec Apply PyObject.patch correcting the return type of several functions by Jean-Paul Calderone · 17 years ago
  54. cf20dd6 Add #! to setup.py so it can be run directly by Jean-Paul Calderone · 17 years ago
  55. 6fe60c2 Python 2.3 compatibility in test_crypto by Jean-Paul Calderone · 17 years ago
  56. 6540775 Python 2.3 compatibility in test_ssl by Jean-Paul Calderone · 17 years ago
  57. aea5d90 Initialize OpenSSL for use with threads. by Jean-Paul Calderone · 17 years ago
  58. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
  59. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
  60. 7e61f9f Some images which are very nice by Jean-Paul Calderone · 17 years ago
  61. 0db6cdb Okay, that coding declaration was doing something! by Jean-Paul Calderone · 17 years ago
  62. 4efd534 One more version number to bump by Jean-Paul Calderone · 17 years ago
  63. e53ccf7 Updates for 0.7 final by Jean-Paul Calderone · 17 years ago
  64. c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
  65. c821543 note fixed bug by Jean-Paul Calderone · 17 years ago
  66. 8114b45 Move server.pem into test module for simplicity of deployment/testing by Jean-Paul Calderone · 17 years ago
  67. 9ab16c0 changelog by Jean-Paul Calderone · 17 years ago
  68. d2532d8 bump version to 0.7a2 by Jean-Paul Calderone · 17 years ago
  69. a6edbf8 document X509Name.der by Jean-Paul Calderone · 17 years ago
  70. 38e857f Add file required for notBefore/notAfter tests by Jean-Paul Calderone · 17 years ago
  71. e957a00 Add X509Name.der by Jean-Paul Calderone · 17 years ago
  72. 38a646d Fix bug in UTCTIME handling for notBefore and notAfter by Jean-Paul Calderone · 17 years ago
  73. 2dd8ff5 Document the X509Name.hash method by Jean-Paul Calderone · 17 years ago
  74. 110cd09 X509Name.hash by Jean-Paul Calderone · 17 years ago
  75. 76576d5 Add a simple test for X509.digest by Jean-Paul Calderone · 17 years ago
  76. 14f02a0 Change version from 0.7pre1 to 0.7a1 to satisfy distutils by Jean-Paul Calderone · 17 years ago
  77. 8b63d45 Put my copyright on everything I've changed so far, put a more reasonable version number on version.py by Jean-Paul Calderone · 17 years ago
  78. 30c09ea A couple trivial Context tests by Jean-Paul Calderone · 17 years ago
  79. 3de9f62 Remove expired certificates and add a note about how to generate new ones. Add some coding declarations where necessary. by Jean-Paul Calderone · 17 years ago
  80. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  81. 24c9926 regenerate docs by Jean-Paul Calderone · 17 years ago
  82. e0615b5 Handle unset notBefore and notAfter values by Jean-Paul Calderone · 17 years ago
  83. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
  84. cc8a54a Add an extra_objects for the Win32 build. This is hard coded to paths on a particular machine, so it is kind of stupid. by Jean-Paul Calderone · 17 years ago
  85. da92ccc changelog by Jean-Paul Calderone · 17 years ago
  86. 78381d2 Support Python long integers in X509.set_serial_number and X509.get_serial_number by Jean-Paul Calderone · 17 years ago
  87. 24aedf4 Correct flag names in Context.set_verify docstring; add a pointer to the OpenSSL man page for those curious to know more by Jean-Paul Calderone · 17 years ago
  88. f05fbbe Correct documentation for Context.check_privatekey by Jean-Paul Calderone · 17 years ago
  89. 2aa2b33 incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer by Jean-Paul Calderone · 17 years ago
  90. b6f57be Adjust documentation for Connection.pending by Jean-Paul Calderone · 17 years ago
  91. 7535dab *Really* make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  92. ac930e1 Make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  93. e098dc7 Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__cmp__ to get rid of a RuntimeWarning from Python by Jean-Paul Calderone · 17 years ago
  94. 7da26a7 Define assertTrue for Python 2.3 compatibility by Jean-Paul Calderone · 17 years ago
  95. d71fe98 disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions by Jean-Paul Calderone · 17 years ago
  96. ab82db7 slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL by Jean-Paul Calderone · 17 years ago
  97. 1bfdea0 Include the tests in the distribution by Jean-Paul Calderone · 17 years ago
  98. eff3cd9 A couple tests for X509Name by Jean-Paul Calderone · 17 years ago
  99. d8782ad Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling by Jean-Paul Calderone · 17 years ago
  100. 5aa15c7 fix module docstring typo by Jean-Paul Calderone · 17 years ago