From eab891a6f46418644ff4992def57255d4950f47d Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sat, 21 Nov 2020 10:10:23 +0900 Subject: Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b8873c..bf9d198 100644 --- a/ChangeLog +++ b/ChangeLog @@ -103,13 +103,17 @@ LibreSSL Portable Release Notes: since the return value of X509_verify_cert() is unreliable in presence of a callback that returns 1 too often. + * Update getentropy on Windows to use Cryptography Next Generation + (CNG). wincrypt is deprecated and no longer works with newer Windows + environments, such as in Windows Store apps. + * Implement auto chain for the TLSv1.3 server since some software relies on this. * Handle additional certificate error cases in the new X.509 verifier. Keep track of the errors encountered if a verify callback tells the verifier to continue and report them back via the error on the store - context. This mimicks the behavior of the old verifier that would + context. This mimics the behavior of the old verifier that would persist the first error encountered while building the chain. * Report specific failures for "self signed certificates" in a way -- cgit v1.2.3-55-g6feb