aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_openssl_memleak.py
Commit message (Expand)AuthorAgeFilesLines
* fix aia encoding memory leak (#4889)Paul Kehrer2019-05-181-0/+60
* fix a memory leak in AIA parsing (#4836)Paul Kehrer2019-04-111-1/+20
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+45
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+18
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-0/+21
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-311-3/+56
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+8
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-0/+3
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-0/+8
* Fixed a memory leak in EC private numbers (#3741)Alex Gaynor2017-06-301-10/+16
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-281-0/+19
* Close stdout and stderr when spawning a process (#3578)Alex Gaynor2017-05-231-9/+13
* Write a memory leak test for X.509 extensions (#3451)Alex Gaynor2017-03-161-0/+22
* Improvements to the memleak tests (#3457)Alex Gaynor2017-03-151-10/+15
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+160