summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-11 08:16:02 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-11 08:16:02 -0400
commitd50d07fce57a023e52e7190ce97de2e85d88ada0 (patch)
tree89db6c6ac33d47b0154868018a9e523f17d6b332
parent3799f3116bfb6ee2dc8f25ec90a5a9b7d17021ee (diff)
downloadtor-d50d07fce57a023e52e7190ce97de2e85d88ada0.tar.gz
tor-d50d07fce57a023e52e7190ce97de2e85d88ada0.zip
changes file for 25943 and 25944
-rw-r--r--changes/bug259437
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug25943 b/changes/bug25943
new file mode 100644
index 0000000000..187f9a287a
--- /dev/null
+++ b/changes/bug25943
@@ -0,0 +1,7 @@
+ o Minor bugfixes (tests):
+ - Use X509_new() to allocate certificates that will be freed later
+ with X509_free(). Previously, some parts of the unit tests had
+ used tor_malloc_zero(), which is incorrect, and which caused
+ test failures on Windows when they were built with extra hardening.
+ Fixes bugs 25943 and 25944; bugfix on 0.2.8.1-alpha.
+ Patch by Marcin Cieślak.