1. c09fd58 Switch to an explicit curve object. by Jean-Paul Calderone · 10 years ago
  2. 54c4200 Add a leakcheck test for _X509_REVOKED_dup by Jonathan Giannuzzi · 10 years ago
  3. 8e6a64e Add a leakcheck test for CRL.add_revoked by Jonathan Giannuzzi · 10 years ago
  4. 3b97ec1 Remove unneeded calls by Jonathan Giannuzzi · 10 years ago
  5. 2ee8280 Make sure that lines are not longer than 80 characters by Jonathan Giannuzzi · 10 years ago
  6. 99eff82 Add a leakcheck test for CRL.get_revoked by Jonathan Giannuzzi · 10 years ago
  7. ffe420a Release the GIL around RSA and DSA key generation. by Jean-Paul Calderone · 12 years ago
  8. 5f2cd26 Add a multithreaded stress tester for key generation. Hopefully provides additional confidence that that code is correct with respect to threading. by Jean-Paul Calderone · 12 years ago
  9. 2a864f1 The callback exception now propagates, yay by Jean-Paul Calderone · 13 years ago
  10. 8e37f76 Add leak checkers for some cases of load_privatekey, notice one leaks against trunk by Jean-Paul Calderone · 13 years ago
  11. c7b3c89 Update the leak check script copyright headers as well. by Jean-Paul Calderone · 13 years ago
  12. 26aea02 Update context.c to use the thread state management macros unconditionally, since conn->tstate is always NULL now by Jean-Paul Calderone · 16 years ago
  13. 00db9da Use TLS for the PyThreadState pointer instead of a field on Connection; this allows a Connection to be used safely in multiple threads concurrently by Jean-Paul Calderone · 16 years ago
  14. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 16 years ago
  15. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 16 years ago
  16. 19555b9 Get rid of X509_get_pubkey leak by Jean-Paul Calderone · 16 years ago