bug25943 400 B

1234567
  1. o Minor bugfixes (tests):
  2. - Use X509_new() to allocate certificates that will be freed later
  3. with X509_free(). Previously, some parts of the unit tests had
  4. used tor_malloc_zero(), which is incorrect, and which caused
  5. test failures on Windows when they were built with extra hardening.
  6. Fixes bugs 25943 and 25944; bugfix on 0.2.8.1-alpha.
  7. Patch by Marcin Cieślak.