You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Changelog
2
2
3
3
Release 5.10.0 (Unreleased)
4
-
- Make `VerifyJwsObject` return `Result<Unit>` and propagate verification failures with descriptive errors across OAuth/OID flows and validators
5
-
- StatusListToken:
4
+
- Make `VerifyJwsObject` return `KmmResult<Unit>` and propagate verification failures with descriptive errors
6
5
- Remove `StatusTokenValidator`
7
6
- Remove `StatusTokenIntegrityValidator` class
8
7
- Refactor `StatusListToken.StatusListJwt` to `StatusListJwt`
9
8
- Refactor `StatusListToken.StatusListCwt` to `StatusListCwt`
10
-
- Add `VerifyStatusListTokenHAIP` and related resolver/tests to enforce HAIP D05 certificate chain rules for status list JWTs
9
+
- Add `VerifyStatusListTokenHAIP` and related resolver/tests to enforce HAIP d04 certificate chain rules for status list JWTs
11
10
- OAuth 2.0:
12
11
- Use correct path for metadata retrieval (inserting strings between host component and path component)
13
12
- Support reading resource-server provided nonce for [OAuth 2.0 Demonstrating Proof of Possession (DPoP)](https://datatracker.ietf.org/doc/html/rfc9449)
0 commit comments