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: docs/users-manual/getting-started/whats-new.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,30 +24,30 @@ Release date: April 9th, 2025
24
24
25
25
Features:
26
26
27
-
- Curve25519 support has been added for PIV [#210](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
27
+
- Curve25519 support has been added for PIV [(#210)](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
28
28
29
29
- Keys can now be imported or generated using the Ed25519 and X25519 algorithms.
30
30
- The key agreement operation can be performed with an X25519 key.
31
31
- Digital signatures can now be created with a Ed25519 key.
32
32
- New related unit tests have been added.
33
33
34
-
- Unit tests have been added for RSA-3072 and RSA-4096 keys[#197](https://github.com/Yubico/Yubico.NET.SDK/pull/197).
34
+
- Unit tests have been added for RSA-3072 and RSA-4096 keys. [(#197)](https://github.com/Yubico/Yubico.NET.SDK/pull/197)
35
35
36
-
- Support for large APDUs has been improved [#208](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
36
+
- Support for large APDUs has been improved [(#208)](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
37
37
38
-
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see SmartCardMaxApduSizes).
38
+
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see [SmartCardMaxApduSizes](xref:Yubico.YubiKey.SmartCardMaxApduSizes)).
39
39
40
-
- Support for Ed25519 and P384 credentials has been added for FIDO[#186](https://github.com/Yubico/Yubico.NET.SDK/pull/186).
40
+
- Support for Ed25519 and P384 credentials has been added for FIDO. [(#186)](https://github.com/Yubico/Yubico.NET.SDK/pull/186)
41
41
42
-
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims[#188](https://github.com/Yubico/Yubico.NET.SDK/pull/188).
42
+
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims. [(#188)](https://github.com/Yubico/Yubico.NET.SDK/pull/188)
43
43
44
44
Bug Fixes:
45
45
46
-
- The default logger now only writes output for the "Error" log level unless another level is specified[#185](https://github.com/Yubico/Yubico.NET.SDK/pull/185). Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate.
46
+
- The default logger now only writes output for the "Error" log level unless another level is specified. Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate.[(#185)](https://github.com/Yubico/Yubico.NET.SDK/pull/185)
47
47
48
48
Miscellaneous:
49
49
50
-
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library[#196](https://github.com/Yubico/Yubico.NET.SDK/pull/196).
50
+
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library. [(#196)](https://github.com/Yubico/Yubico.NET.SDK/pull/196)
0 commit comments