This is an automated email from the git hooks/post-receive script.
nickm pushed a commit to branch main in repository tor.
commit 8d5692a2f7a8d887fdb66b47bf3ec9a6ecb1f6f6 Author: Nick Mathewson nickm@torproject.org AuthorDate: Tue May 3 10:05:04 2022 -0400
Changes file for mr 569 --- changes/faster_tests | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/faster_tests b/changes/faster_tests new file mode 100644 index 0000000000..150dff968f --- /dev/null +++ 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.