Age | Commit message (Collapse) | Author |
|
|
|
|
|
The 0.2.8 unit tests provoke this leak, though I don't think it can
happen IRL.
|
|
|
|
|
|
valgrind
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #17354
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
|
|
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
|
|
|
|
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Don't assume that every test box has an IPv4 address
* Don't assume that every test box has a non-local address
Resolves issue #17255 released in unit tests in 0.2.7.3-rc.
|
|
|
|
|
|
|
|
Conflicts:
src/test/include.am
src/test/log_test_helpers.c
src/test/log_test_helpers.h
|
|
|
|
Conflicts:
src/test/include.am
src/test/rend_test_helpers.c
src/test/rend_test_helpers.h
|
|
Conflicts:
src/test/test_util_format.c
|
|
|
|
Some of these tests can be ported to work with openssl 1.1, but
probably some can't.
|
|
|
|
|
|
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1
(not yet releasesd), we need to define a variant that takes a const
pointer to X509 and returns a const pointer to ASN1_time.
Part of 17237. I'm not convinced this is an openssl bug or a tor
bug. It might be just one of those things.
|
|
|
|
|
|
OpenSSL.
|
|
|
|
|
|
|
|
|
|
Fixes ticket #16563
|
|
|
|
|