1. 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
  2. 9af07b0 merge the nul byte fix, port some markup to restructured text by Jean-Paul Calderone · 11 years ago
  3. de1a682 CVE-2013-4073 is sort of related, but it doesn\t really explain what's being fixed here. by Jean-Paul Calderone · 11 years ago
  4. ff83cdd Ghetto rebase Heimes' changes onto the 0.13 release branch by Jean-Paul Calderone · 11 years ago
  5. ffe420a Release the GIL around RSA and DSA key generation. by Jean-Paul Calderone · 13 years ago
  6. 593a06d Add Context.{s,g}et_session_cache_mode by Jean-Paul Calderone · 13 years ago
  7. 22d915f Fix PKey.check for public-only keys by Jean-Paul Calderone · 13 years ago
  8. 56b2fb8 Fix exception propagation and some error handling related to the privatekey passphrase callback. by Jean-Paul Calderone · 13 years ago
  9. c7293bc Correctly handle errors from X509_CRL_sign by Jean-Paul Calderone · 13 years ago
  10. 54d99bc Convert the documentation from LaTeX/epytext to Sphinx/ReST by Jean-Paul Calderone · 13 years ago
  11. 8afc7fc Enforce total ordering of events! by Jean-Paul Calderone · 13 years ago
  12. a72804a Catch up to trunk by Jean-Paul Calderone · 13 years ago
  13. bb960a6 Merge 0.13 release branch by Jean-Paul Calderone · 13 years ago
  14. 74a2c29 - Add Context.set_mode method by Guillermo Gonzalez · 13 years ago
  15. 9695e8a Bump version number by Jean-Paul Calderone · 13 years ago
  16. 042b66d Add PKey.check method by Jean-Paul Calderone · 13 years ago
  17. eecb198 Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify by Jean-Paul Calderone · 13 years ago
  18. ee6532d Add a Connection method for inspecting the certificate chain. by Jean-Paul Calderone · 13 years ago
  19. 9c77167 Add X509.get_signature_algorithm by Jean-Paul Calderone · 13 years ago
  20. 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 13 years ago
  21. 2309cd6 document SSLeay_version et al by Jean-Paul Calderone · 14 years ago
  22. fc572cf Mark the release in the ChangeLog by Jean-Paul Calderone · 14 years ago
  23. c2d2bdb Add more access to certificate extension data by Jean-Paul Calderone · 14 years ago
  24. f65fe48 ChangeLog entry by Jean-Paul Calderone · 14 years ago
  25. f6a4a7c Merge send-memoryview by Jean-Paul Calderone · 14 years ago
  26. 8e1716f Merge 0.11 release branch by Jean-Paul Calderone · 14 years ago
  27. 7cb3f6d Note the release in the ChangeLog by Jean-Paul Calderone · 14 years ago
  28. d16a364 Python 3.x support by Jean-Paul Calderone · 14 years ago
  29. 84fd374 note what changed by Jean-Paul Calderone · 14 years ago
  30. 6d78fed Restructure the repository to ease development and testing by Jean-Paul Calderone · 14 years ago
  31. 7c2e5d3 * src/crypto/crypto.c: Added crypto.sign and crypto.verify methods by James Yonan · 15 years ago
  32. 40b32a2 Apply Sandro Tosi's spelling patch by Jean-Paul Calderone · 15 years ago
  33. 5cc6197 Prepare for 0.10 - bump version by Jean-Paul Calderone · 15 years ago
  34. 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 · 15 years ago
  35. 2953db8 Add additional PKCS12 features by Jean-Paul Calderone · 15 years ago
  36. 9ac425c Add support for specifying subject and issuer information when creating X509 extensions by Jean-Paul Calderone · 15 years ago
  37. 8b32799 Fix X509Name.__getattr__ and flush_error_queue by Jean-Paul Calderone · 15 years ago
  38. b3b94e0 note changes by Jean-Paul Calderone · 15 years ago
  39. 1880865 Make it easier to be Python 2.3 compatible by making that the default by Jean-Paul Calderone · 15 years ago
  40. 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 · 15 years ago
  41. fdc5a0a changelog entry by Jean-Paul Calderone · 15 years ago
  42. 54bcc83 Change docstrings from being C programmer oriented to being Python programmer oriented by Jean-Paul Calderone · 15 years ago
  43. a96bfed Correctly handle extension initialization errors by Jean-Paul Calderone · 15 years ago
  44. b092159 Credit where credit is due - Rick Dean wrote at least half of this stuff by Jean-Paul Calderone · 15 years ago
  45. d683f2d Add support for in-memory BIOs by Jean-Paul Calderone · 15 years ago
  46. 71ff368 Bumping version to 0.9 by Jean-Paul Calderone · 15 years ago
  47. ec48cd5 Fix the thread-related segfault by Jean-Paul Calderone · 16 years ago
  48. b8a7073 Add FILETYPE_TEXT for dumping keys and certificates to a text format by Jean-Paul Calderone · 16 years ago
  49. f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 16 years ago
  50. e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 16 years ago
  51. 24e2b0b Fixes to eliminate compiler warnings by Jean-Paul Calderone · 16 years ago
  52. 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 · 16 years ago
  53. 5b000d7 Expose the OpenSSL API for using the system's default certificate store by Jean-Paul Calderone · 16 years ago
  54. 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 16 years ago
  55. f7f0fb4 bump version to 0.8 for new release by Jean-Paul Calderone · 16 years ago
  56. 1eeb29e Correct the documentation for set_passwd_cb by Jean-Paul Calderone · 16 years ago
  57. 002bf46 undeprecate tsafe, since Connection still isn't all that awesome when used in multiple threads by Jean-Paul Calderone · 16 years ago
  58. b5fdbbf note the release by Jean-Paul Calderone · 16 years ago
  59. a319ca9 Deprecate tsafe by Jean-Paul Calderone · 16 years ago
  60. b7d6db2 Update ChangeLog and docs which discuss threading issues by Jean-Paul Calderone · 16 years ago
  61. aa9c797 note changes by Jean-Paul Calderone · 16 years ago
  62. aea5d90 Initialize OpenSSL for use with threads. by Jean-Paul Calderone · 16 years ago
  63. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 16 years ago
  64. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 16 years ago
  65. e53ccf7 Updates for 0.7 final by Jean-Paul Calderone · 17 years ago
  66. c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
  67. c821543 note fixed bug by Jean-Paul Calderone · 17 years ago
  68. 9ab16c0 changelog by Jean-Paul Calderone · 17 years ago
  69. 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
  70. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  71. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
  72. da92ccc changelog by Jean-Paul Calderone · 17 years ago
  73. 7df40db Apply patch from Victor Stinner by Jean-Paul Calderone · 17 years ago
  74. 12ea9a0 Changes to support compilation on Windows by Jean-Paul Calderone · 17 years ago
  75. 72b8f0f Expose SSL_set_shutdown and SSL_get_shutdown on Connection by Jean-Paul Calderone · 17 years ago
  76. 19555b9 Get rid of X509_get_pubkey leak by Jean-Paul Calderone · 17 years ago
  77. 779db6b note about changes in the ChangeLog by Jean-Paul Calderone · 17 years ago
  78. 897bc25 initial source import by Jean-Paul Calderone · 17 years ago