Skip to content

Commit 3553a87

Browse files
committed
0.4.1-SNAPSHOT: ES256 support - use cdoc2-auth-token:0.3.3-SNAPSHOT
1 parent 9c37667 commit 3553a87

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Changelog
22

3-
## [0.3.0-SNAPSHOT] Release (XXXX-XX-XX)
3+
## [0.4.1-SNAPSHOT] Support for JWT tokens signed with Mobile-ID (ES256)
4+
5+
Features:
6+
* Use [cdoc2-auth-token:0.3.3-SNAPSHOT](https://github.com/open-eid/cdoc2-auth) that adds support
7+
for ES256 (Mobile-ID)
8+
9+
Improvements:
10+
* Certificates updates + added script that downloads and creates truststore
11+
* Spring Boot 3.3.3 -> 3.4.1 + other dependency updates
12+
* Tag `cdoc2-shares-server-liquibase` with `latest` when built using `build-image.sh` script
13+
14+
## [0.3.0-SNAPSHOT] First public release
415

516
* use [auth-token:0.2.0-SNAPSHOT](https://github.com/open-eid/cdoc2-auth) (SDJWT.body: `"aud":"https://server:port/key-shares/{shareID}?nonce={nonce}"`)
617
- Fix Disclosure decoding (previously Disclosure were incorrectly decoded even when digest didn't match )
7-
- Use "aud" list of {server}/key-shares/{shareID}?nonce={nonce} URLs instead of custom "shareAccessData" json object.
8-
- remove "kid" from JWT header (duplicate of "iss" in JWT body)
9-
- remove "iat" and "exp" claims. Nonce creation time is checked by `cdoc2-shares-server`
18+
- Use `"aud"` list of `{server}/key-shares/{shareID}?nonce={nonce}` URLs instead of custom `shareAccessData` json object.
19+
- remove `"kid"` from JWT header (duplicate of "iss" in JWT body)
20+
- remove `"iat"` and `"exp"` claims. Nonce creation time is checked by `cdoc2-shares-server`
1021
- Move x5c certificate issuer check into cdoc2-auth-token module (from `cdoc2-shares-server`)

shares-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>ee.cyber.cdoc2</groupId>
1313
<artifactId>cdoc2-shares-server</artifactId>
14-
<version>0.4.0-SNAPSHOT</version>
14+
<version>0.4.1-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>cdoc2-shares-server</name>
@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>ee.cyber.cdoc2</groupId>
189189
<artifactId>cdoc2-auth-token</artifactId>
190-
<version>0.3.2-SNAPSHOT</version>
190+
<version>0.3.3-SNAPSHOT</version>
191191
</dependency>
192192

193193
<dependency>

0 commit comments

Comments
 (0)