From 509088aaee50bb68d2b1c7f89a55357eaf6f569a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 7 Dec 2015 01:52:16 -0600 Subject: [PATCH] update NEWS to note that CertFP methods are now configurable --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 26bf9e51..9fb90467 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ config - Make the channel::channel_target_change option actually work (it used to be always on). - SSL/TLS listeners now have defer_accept unconditionally enabled on them. +- The method used for certificate fingerprints (CertFP) is now configurable. + SHA1, SHA256 and SHA512 are available options. misc - Work around timerfd/signalfd brokenness on OpenVZ. - Fix a compilation issue in libratbox/src/sigio.c with recent glibc.