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: ReleaseNotes.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,24 @@
6
6
- If your eGK has an older CVCA you may get problems while testing with the RÍSE PoPP-Service
7
7
- Standard-Kartenleser with Docker is not supported
8
8
9
+
## Release 2.4.1
10
+
11
+
### added
12
+
- Added support for selecting a specific card terminal via ct-id when multiple terminals are connected to a Konnektor
13
+
- Added endpoint (popp-client) for popp token verification: /token/verify
14
+
15
+
### changed
16
+
- Replaced static actorId value with value extracted from the zeta-user-info header
17
+
- Updated ZETA version to 1.0.1
18
+
9
19
## Release 2.4.0
10
20
11
21
### changed
12
22
- Replaced the former Smartcard-library based CVC and trusted-channel handling in PoPP client and server with OpenHealth-based `CvCertificate`, healthcard parsing, and crypto verification APIs
13
23
- Reworked trusted CVC directory loading and trusted-channel chain building on the server to use OpenHealth instead of `TrustCenter` and `SecureMessagingConverterSoftware`
14
24
- Switched the configured trusted-channel service identity validation to OpenHealth using the configured PKCS#8 key material directly
15
25
- Simplified server-side key handling by removing obsolete parser and factory layers around private keys and JCA key store access
16
-
-Add support for Contactless Virtual Card
26
+
-Added support for Contactless Virtual Card
17
27
18
28
### fixed
19
29
- Fixed contact-based and contactless CVC signature verification and nonce verification to use the same OpenHealth-based verification logic across scenarios
0 commit comments