From b28e10ecb1cc46a5934667751f599914c126e809 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Thu, 12 Dec 2024 20:50:55 +0100 Subject: [PATCH] Add CRLDistributionPoints feature to NEWS --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 341090cb6..365fad2e6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ == Version 2.6.0 (unreleased) == +`webauthn-server-core`: + New features: * Added method `getParsedPublicKey(): java.security.PublicKey` to @@ -61,6 +63,14 @@ New features: version increase. * (Experimental) Added `credProps` extension to assertion extension outputs. +`webauthn-server-attestation`: + +New features: + +* `FidoMetadataDownloader` now parses the CRLDistributionPoints extension on the + application level, so the `com.sun.security.enableCRLDP=true` system property + setting is no longer necessary. + == Version 2.5.4 ==