summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-23 17:24:10 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-23 17:24:10 +0000
commitfadebab18d4bb97e3ca8c840937c41cdfef8d798 (patch)
tree5407aa1db87c9dffbf68ddc3fc698d783fbe996d /NEWS
parentc06c65e0308fdfc14e455f5067a2f5dcfd9c1b77 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68e0afef2cfa..9f7c1563ba87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+* Version 1.16.0 (2025-05-06)
+ ** Added support for enterprise attestation.
+ ** Improved handling of invalid key handles in U2F key lookup; gh#819.
+ ** Fixed issue where storing small CTAP 2.1 largeBlobs failed; gh#826.
+ ** Fixed APDU chaining issues for certain authenticators; gh#818, gh#855.
+ ** Improved documentation and examples.
+ ** New API calls:
+ - fido_cred_entattest;
+ - fido_cred_set_entattest.
+
* Version 1.15.0 (2024-06-13)
** 1.15.0 will be the last release to support OpenSSL 1.1.
** bio, credman: improved CTAP 2.1 support.