1. 410d042 allow tests to run even without execinfo.h by Konstantinos Koukopoulos · 10 years ago
  2. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  3. 7307cd3 Drop ancient Python 2.3 support which used deprecated unittest apis. by Jean-Paul Calderone · 11 years ago
  4. f9fb892 Try making mktemp always return bytes. by Jean-Paul Calderone · 11 years ago
  5. 3f93d21 fix some renaming errors from a while ago by Jean-Paul Calderone · 11 years ago
  6. 9227c47 Try to use cryptography here, too. by Jean-Paul Calderone · 11 years ago
  7. 8fb5318 Python 2.6 compatibility by Jean-Paul Calderone · 11 years ago
  8. 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
  9. 68703ed Make memory debugging optional by Jean-Paul Calderone · 11 years ago
  10. 2beac53 Better memory leak formatting by Jean-Paul Calderone · 11 years ago
  11. 855331d A different approach to memory debugging. by Jean-Paul Calderone · 11 years ago
  12. 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
  13. 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
  14. 68a6f8f Somewhat more sophisticated leak reporting by Jean-Paul Calderone · 11 years ago
  15. 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
  16. abfbab6 An assorting of rewriting, guided by the test suite but with an unfortunately necessary broadness of scope by Jean-Paul Calderone · 11 years ago
  17. 648875f Fix markup to be compatible with Sphinx and add rough API doc by Jonathan Ballet · 13 years ago
  18. 78b92a2 Convert Epytext markup to RST markup by Jonathan Ballet · 13 years ago
  19. 060a57e Expand the possibly allowed values for the result of subject_name_hash by Jean-Paul Calderone · 13 years ago
  20. 7776960 encode text to bytes using charmap instead of ascii; charmap can actually represent every possible byte in a byte string by Jean-Paul Calderone · 13 years ago
  21. ea9c8a3 Make this bytes thing actually work :/ by Jean-Paul Calderone · 13 years ago
  22. 8671c85 Update copyright headers; remove pointless dates, add a pointer to the LICENSE file. by Jean-Paul Calderone · 13 years ago
  23. 9e4eeae Fix the import_crypto_module helper and factor some str/unicode helpers into the test util module by Jean-Paul Calderone · 14 years ago
  24. 24b6459 py3k syntax compat by Jean-Paul Calderone · 14 years ago
  25. bf37f0f Try for a real test of Context.add_extra_chain_cert; not working by Jean-Paul Calderone · 14 years ago
  26. 94cc894 Move a couple more sub-modules and drop the test package into the OpenSSL package too by Jean-Paul Calderone · 14 years ago[Renamed from test/util.py]
  27. c0c64ef Beginning of a Quote file by Jean-Paul Calderone · 14 years ago