1. eecb198 Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify by Jean-Paul Calderone · 14 years ago
  2. ee6532d Add a Connection method for inspecting the certificate chain. by Jean-Paul Calderone · 14 years ago
  3. 9c77167 Add X509.get_signature_algorithm by Jean-Paul Calderone · 14 years ago
  4. 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 14 years ago
  5. 2309cd6 document SSLeay_version et al by Jean-Paul Calderone · 14 years ago
  6. fc572cf Mark the release in the ChangeLog by Jean-Paul Calderone · 14 years ago
  7. c2d2bdb Add more access to certificate extension data by Jean-Paul Calderone · 14 years ago
  8. f65fe48 ChangeLog entry by Jean-Paul Calderone · 14 years ago
  9. f6a4a7c Merge send-memoryview by Jean-Paul Calderone · 15 years ago
  10. 8e1716f Merge 0.11 release branch by Jean-Paul Calderone · 15 years ago
  11. 7cb3f6d Note the release in the ChangeLog by Jean-Paul Calderone · 15 years ago
  12. d16a364 Python 3.x support by Jean-Paul Calderone · 15 years ago
  13. 84fd374 note what changed by Jean-Paul Calderone · 15 years ago
  14. 6d78fed Restructure the repository to ease development and testing by Jean-Paul Calderone · 15 years ago
  15. 7c2e5d3 * src/crypto/crypto.c: Added crypto.sign and crypto.verify methods by James Yonan · 15 years ago
  16. 40b32a2 Apply Sandro Tosi's spelling patch by Jean-Paul Calderone · 16 years ago
  17. 5cc6197 Prepare for 0.10 - bump version by Jean-Paul Calderone · 16 years ago
  18. 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
  19. 2953db8 Add additional PKCS12 features by Jean-Paul Calderone · 16 years ago
  20. 9ac425c Add support for specifying subject and issuer information when creating X509 extensions by Jean-Paul Calderone · 16 years ago
  21. 8b32799 Fix X509Name.__getattr__ and flush_error_queue by Jean-Paul Calderone · 16 years ago
  22. b3b94e0 note changes by Jean-Paul Calderone · 16 years ago
  23. 1880865 Make it easier to be Python 2.3 compatible by making that the default by Jean-Paul Calderone · 16 years ago
  24. 0b88b6a Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked by Jean-Paul Calderone · 16 years ago
  25. fdc5a0a changelog entry by Jean-Paul Calderone · 16 years ago
  26. 54bcc83 Change docstrings from being C programmer oriented to being Python programmer oriented by Jean-Paul Calderone · 16 years ago
  27. a96bfed Correctly handle extension initialization errors by Jean-Paul Calderone · 16 years ago
  28. b092159 Credit where credit is due - Rick Dean wrote at least half of this stuff by Jean-Paul Calderone · 16 years ago
  29. d683f2d Add support for in-memory BIOs by Jean-Paul Calderone · 16 years ago
  30. 71ff368 Bumping version to 0.9 by Jean-Paul Calderone · 16 years ago
  31. ec48cd5 Fix the thread-related segfault by Jean-Paul Calderone · 16 years ago
  32. b8a7073 Add FILETYPE_TEXT for dumping keys and certificates to a text format by Jean-Paul Calderone · 16 years ago
  33. f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 17 years ago
  34. e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
  35. 24e2b0b Fixes to eliminate compiler warnings by Jean-Paul Calderone · 17 years ago
  36. 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
  37. 5b000d7 Expose the OpenSSL API for using the system's default certificate store by Jean-Paul Calderone · 17 years ago
  38. 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
  39. f7f0fb4 bump version to 0.8 for new release by Jean-Paul Calderone · 17 years ago
  40. 1eeb29e Correct the documentation for set_passwd_cb by Jean-Paul Calderone · 17 years ago
  41. 002bf46 undeprecate tsafe, since Connection still isn't all that awesome when used in multiple threads by Jean-Paul Calderone · 17 years ago
  42. b5fdbbf note the release by Jean-Paul Calderone · 17 years ago
  43. a319ca9 Deprecate tsafe by Jean-Paul Calderone · 17 years ago
  44. b7d6db2 Update ChangeLog and docs which discuss threading issues by Jean-Paul Calderone · 17 years ago
  45. aa9c797 note changes by Jean-Paul Calderone · 17 years ago
  46. aea5d90 Initialize OpenSSL for use with threads. by Jean-Paul Calderone · 17 years ago
  47. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
  48. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
  49. e53ccf7 Updates for 0.7 final by Jean-Paul Calderone · 17 years ago
  50. c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
  51. c821543 note fixed bug by Jean-Paul Calderone · 17 years ago
  52. 9ab16c0 changelog by Jean-Paul Calderone · 17 years ago
  53. 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
  54. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  55. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
  56. da92ccc changelog by Jean-Paul Calderone · 17 years ago
  57. 7df40db Apply patch from Victor Stinner by Jean-Paul Calderone · 17 years ago
  58. 12ea9a0 Changes to support compilation on Windows by Jean-Paul Calderone · 17 years ago
  59. 72b8f0f Expose SSL_set_shutdown and SSL_get_shutdown on Connection by Jean-Paul Calderone · 17 years ago
  60. 19555b9 Get rid of X509_get_pubkey leak by Jean-Paul Calderone · 17 years ago
  61. 779db6b note about changes in the ChangeLog by Jean-Paul Calderone · 17 years ago
  62. 897bc25 initial source import by Jean-Paul Calderone · 17 years ago