tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8d5692a2f7a8d887fdb66b47bf3ec9a6ecb1f6f6
parent 8f77db28427df202d9d6bcbac96da4d1daec099d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  3 May 2022 10:05:04 -0400

Changes file for mr 569

Diffstat:
Achanges/faster_tests | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/faster_tests b/changes/faster_tests @@ -0,0 +1,3 @@ + o Minor features (tests): + - Avoid needless key reinitialization with OpenSSL during unit tests, + saving significant time. Patch from Alex Xu.