Skip to content

Commit

Permalink
Add CRLDistributionPoints feature to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Dec 12, 2024
1 parent 4adf4ca commit b28e10e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== Version 2.6.0 (unreleased) ==

`webauthn-server-core`:

New features:

* Added method `getParsedPublicKey(): java.security.PublicKey` to
Expand Down Expand Up @@ -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 ==

Expand Down

0 comments on commit b28e10e

Please sign in to comment.