1. 92bc1cb This documentation is much simpler now. by Jean-Paul Calderone · 11 years ago
  2. 8df6278 There are no longer any .h files. by Jean-Paul Calderone · 11 years ago
  3. 0219419 also no longer used by Jean-Paul Calderone · 11 years ago
  4. 1ac2c19 Update distutils glue to reflect the extensive changes by Jean-Paul Calderone · 11 years ago
  5. 9733666 These are no longer used by Jean-Paul Calderone · 11 years ago
  6. c7cd3e6 Make this test more 32 bit friendly: allocate the most memory that fits into a native integer. by Jean-Paul Calderone · 11 years ago
  7. 4a25923 just drop this for now by Jean-Paul Calderone · 11 years ago
  8. 9227c47 Try to use cryptography here, too. by Jean-Paul Calderone · 11 years ago
  9. 6824472 tsafe tries to import SSL by Jean-Paul Calderone · 11 years ago
  10. 8fb5318 Python 2.6 compatibility by Jean-Paul Calderone · 11 years ago
  11. a9f84ad Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) exception-raising behavior. by Jean-Paul Calderone · 11 years ago
  12. dba578b Only crypto uses new_mem_buf so move it back there for ease of exception handling. by Jean-Paul Calderone · 11 years ago
  13. e131607 This is never used. by Jean-Paul Calderone · 11 years ago
  14. 4a68b40 Add a test for bad type value passed to load_certificate_request and fix the behavior. Also incidental additional error handling fix for untested code. by Jean-Paul Calderone · 11 years ago
  15. 5300d6a Add a test for the error case of setattr by Jean-Paul Calderone · 11 years ago
  16. e728e87 A couple more docstrings by Jean-Paul Calderone · 11 years ago
  17. 511cde0 add some missing docstrings by Jean-Paul Calderone · 11 years ago
  18. 7cf3bf5 add a test for another branch of rand.egd by Jean-Paul Calderone · 11 years ago
  19. c86bb7d Put some shared code into a shared module and start using it from all three of the main implementation modules. by Jean-Paul Calderone · 11 years ago
  20. 352a7bf Get rid of the cross-module symbol hijinx - no longer necessary now that everything is Python. by Jean-Paul Calderone · 11 years ago
  21. ba4b677 Superceded by Jean-Paul Calderone · 11 years ago
  22. 3385ed2 Superceded by Jean-Paul Calderone · 11 years ago
  23. be2bb42 Re-enable TLSv1_1 and TLSv1_2 if the backend supports them by Jean-Paul Calderone · 11 years ago
  24. 6037d07 Switch from opentls to cryptography by Jean-Paul Calderone · 11 years ago
  25. 56bff94 Guess at how this might look on the cffi bindings by Jean-Paul Calderone · 11 years ago
  26. f149942 merge tlsv1_1or2 by Jean-Paul Calderone · 11 years ago
  27. 5c0fd55 Add support for negotiating TLSv1_1 or TLSv1_2 by Jean-Paul Calderone · 11 years ago
  28. ed0c57b implement proper SAN NUL byte handling in the cffi version by Jean-Paul Calderone · 11 years ago
  29. 93869ac merge master mostly nul byte SAN fix/tests (just want the tests here) by Jean-Paul Calderone · 11 years ago
  30. d1e969e Oops. by Jean-Paul Calderone · 11 years ago
  31. 1461c49 Try exposing TLSv1.1 and TLSv1.2. by Jean-Paul Calderone · 11 years ago
  32. 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
  33. 6bbf44a Merge the fix for NUL byte handling in subjectAltName when rendering an X509Extension as a string. by Jean-Paul Calderone · 11 years ago
  34. 9af07b0 merge the nul byte fix, port some markup to restructured text by Jean-Paul Calderone · 11 years ago
  35. 06754fc in fact, commonName is a native string by Jean-Paul Calderone · 11 years ago
  36. bb04db8 some more formatting fixes by Jean-Paul Calderone · 11 years ago
  37. 30f80c9 Some formatting and indentation fixes; expand "san" to "subjectAltName". by Jean-Paul Calderone · 11 years ago
  38. 4bf75c6 Split this big test up into the two important pieces and make a test for each by Jean-Paul Calderone · 11 years ago
  39. 9ceb2f1 again by Jean-Paul Calderone · 11 years ago
  40. 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
  41. ff83cdd Ghetto rebase Heimes' changes onto the 0.13 release branch by Jean-Paul Calderone · 11 years ago
  42. e66fde2 Randomly fix another docstring by Jean-Paul Calderone · 11 years ago
  43. a12e7d2 Randomly fix a docstring by Jean-Paul Calderone · 11 years ago
  44. 6315787 Use the new optional-sslv2 features of opentls by Jean-Paul Calderone · 11 years ago
  45. d899af0 A few more tests, still incomplete by Jean-Paul Calderone · 11 years ago
  46. 7e166fe Add a test for and proper handling of exceptions out of verify callbacks by Jean-Paul Calderone · 11 years ago
  47. 5565f0f Implement X509Req.verify by Jean-Paul Calderone · 11 years ago
  48. 173cff9 Fixes and more tests for Context.use_certificate_file and Context.use_certificate by Jean-Paul Calderone · 11 years ago
  49. e6f32b8 Better tests for X509Store.add_cert and a fix by Jean-Paul Calderone · 11 years ago
  50. 97e041d Remove obsolete TODO: I added the free for name_stack a while ago. Also fix incorrect bio_read check which could easily lead to a horrible crash, or at least some other bad behavior. by Jean-Paul Calderone · 11 years ago
  51. 1aba416 "Support" memoryview and partial writes by Jean-Paul Calderone · 11 years ago
  52. 73b15c2 Fix some memory leaks and memory corruption by Jean-Paul Calderone · 11 years ago
  53. a63714c The rest of ContextTests passing and almost all of Connection-related tests passing too by Jean-Paul Calderone · 11 years ago
  54. 131052e All of ContextTests passes by Jean-Paul Calderone · 11 years ago
  55. 8a1bea5 A big chunk of ContextTests passing by Jean-Paul Calderone · 11 years ago
  56. d39a3f6 SSLeay_version by Jean-Paul Calderone · 11 years ago
  57. 68703ed Make memory debugging optional by Jean-Paul Calderone · 11 years ago
  58. 935d2da Some basic constants by Jean-Paul Calderone · 11 years ago
  59. 4b5c244 Get the C implementation out of the way by Jean-Paul Calderone · 11 years ago
  60. 2beac53 Better memory leak formatting by Jean-Paul Calderone · 11 years ago
  61. 8e4a663 Only initialize the heap if setup succeeds by Jean-Paul Calderone · 11 years ago
  62. fd59312 Some optional logging. by Jean-Paul Calderone · 11 years ago
  63. 855331d A different approach to memory debugging. by Jean-Paul Calderone · 11 years ago
  64. ff363be Fix the `evil()` case of `X509Name.__setattr__` on PyPy (by deleting it). by Jean-Paul Calderone · 11 years ago
  65. b0f6471 Fix the bad-data PKCS7 case. Also fix a memory BIO issue on PyPy by copying the string input data before giving it to the BIO, and also explicitly keeping the data alive as long as the BIO stays alive. This may still not be correct (on CPython or PyPy) because BIO_free ostensibly frees the data passed to it. by Jean-Paul Calderone · 11 years ago
  66. e82e325 Split dump_privatekey into several different test methods. Also add a missing test for trying to load invalid data as PKCS7. And fix a file descriptor leak in _runopenssl helper. by Jean-Paul Calderone · 11 years ago
  67. 9a194eb another memory leak fixed by Jean-Paul Calderone · 11 years ago
  68. 2c2e21d Fix more memory leaks by Jean-Paul Calderone · 11 years ago
  69. ef9a3dc Fix X509ExtTests to actually do proper leak checking and fix some more leaks by Jean-Paul Calderone · 11 years ago
  70. c2e8b41 Keep track of size of allocations as well and report this information when reporting leaks; also add realloc support and some belt-and-suspenders stuff to stack formatting code. by Jean-Paul Calderone · 11 years ago
  71. 0c73aff Fix memory leaks in dump_certificate by Jean-Paul Calderone · 11 years ago
  72. 3a90aa5 Fix leaks in _set_asn1_time and set_serial_number by Jean-Paul Calderone · 11 years ago
  73. fd37136 Fix some more leaks by Jean-Paul Calderone · 11 years ago
  74. 40732ff Cleanup "ex data" in the test harness - this data is probably not leaking, it just gets allocated once and then is long-lived, I think by Jean-Paul Calderone · 11 years ago
  75. 68a6f8f Somewhat more sophisticated leak reporting by Jean-Paul Calderone · 11 years ago
  76. f6745b3 Some support for detecting memory leaks in the unit tests, and a number of fixes to actually clean up memory allocated by various OpenSSL APIs by Jean-Paul Calderone · 11 years ago
  77. 4e8be1c Sadly, all of PKCS7Tests are made to pass by this change. by Jean-Paul Calderone · 11 years ago
  78. a46fdd1 Reflect what is still left to do by Jean-Paul Calderone · 11 years ago
  79. e5912ce All of PKCS12Tests passing by Jean-Paul Calderone · 11 years ago
  80. 3b89f47 All of NetscapeSPKITests passing by Jean-Paul Calderone · 11 years ago
  81. 85b74eb CRLTests all passing by Jean-Paul Calderone · 11 years ago
  82. 5712298 RevokedTests passing by Jean-Paul Calderone · 11 years ago
  83. c9a395f Make another FunctionTests case pass by implementing some more proper error handling by Jean-Paul Calderone · 11 years ago
  84. 8cf4f80 sign and verify, for the most part by Jean-Paul Calderone · 11 years ago
  85. d418a9c X509ExtTests all passing by Jean-Paul Calderone · 11 years ago
  86. c2154b7 All of X509ReqTests passing by Jean-Paul Calderone · 11 years ago
  87. 4328d47 Much of X509Req by Jean-Paul Calderone · 11 years ago
  88. 066f057 Some more work towards getting FunctionTests passing by Jean-Paul Calderone · 11 years ago
  89. 23478b3 Add format type check as well; and use passphrase helper to support passphrases in dump_privatekey. by Jean-Paul Calderone · 11 years ago
  90. e41f05c Refactor to make passphrase code reusable by Jean-Paul Calderone · 11 years ago
  91. 31393aa Passphrase support in load_privatekey by Jean-Paul Calderone · 11 years ago
  92. c86fcaf All of PKeyTests passing by Jean-Paul Calderone · 11 years ago
  93. 83d22eb All of X509Tests passing ! by Jean-Paul Calderone · 11 years ago
  94. 662afe5 X509.gmtime_adj_notBefore by Jean-Paul Calderone · 11 years ago
  95. 1924797 Fix the GENERALIZEDTIME case of _get_boundary_time by Jean-Paul Calderone · 11 years ago
  96. c2bd4e9 X509 issuer getter/setter and the rest of the get/set notAfter/Before apis by Jean-Paul Calderone · 11 years ago
  97. a9de195 Get all the X509Name tests passing by Jean-Paul Calderone · 11 years ago
  98. d7d8127 Add some necessary error checking to set_notBefore; and other time-related fixes. by Jean-Paul Calderone · 11 years ago
  99. 09e3bdc X509.sign handles ungenerated keys properly now by Jean-Paul Calderone · 11 years ago
  100. e4aa3fa Port X509.get_signature_algorithm by Jean-Paul Calderone · 11 years ago