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