aboutsummaryrefslogtreecommitdiff
path: root/leakcheck
AgeCommit message (Expand)Author
2014-04-18Switch to an explicit curve object.Jean-Paul Calderone
2014-03-30Add a leakcheck test for _X509_REVOKED_dupJonathan Giannuzzi
2014-03-30Add a leakcheck test for CRL.add_revokedJonathan Giannuzzi
2014-03-30Remove unneeded callsJonathan Giannuzzi
2014-03-30Make sure that lines are not longer than 80 charactersJonathan Giannuzzi
2014-03-30Add a leakcheck test for CRL.get_revokedJonathan Giannuzzi
2012-04-03Release the GIL around RSA and DSA key generation.Jean-Paul Calderone
2012-04-03Add a multithreaded stress tester for key generation. Hopefully provides add...Jean-Paul Calderone
2011-09-14The callback exception now propagates, yayJean-Paul Calderone
2011-09-14Add leak checkers for some cases of load_privatekey, notice one leaks against...Jean-Paul Calderone
2011-03-02Update the leak check script copyright headers as well.Jean-Paul Calderone
2008-09-21Update context.c to use the thread state management macros unconditionally, s...Jean-Paul Calderone
2008-09-21Use TLS for the PyThreadState pointer instead of a field on Connection; this ...Jean-Paul Calderone
2008-04-26Fix a threading bug in the info callback support for context objects.Jean-Paul Calderone
2008-04-26Fix a threading bug in passphrase callback support for context objects.Jean-Paul Calderone
2008-02-19Get rid of X509_get_pubkey leakJean-Paul Calderone