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
Brings PR #427 (static CRT linking, CMake fixes) and 1.15.2 release
bookkeeping into develop. Resolved conflict in build-nativeshims.yml
by keeping both the CRT verification step (from main) and the updated
upload-artifact v7.0.0 (from develop).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: Yubico.NativeShims/readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ Yubico.NativeShims is a cross-platform C library designed to bridge the gap in n
20
20
- Install Visual Studio with C++ workload and ARM64 build tools.
21
21
- Use "x64 Native tools command prompt" to navigate and run `./build-windows.ps1`.
22
22
23
+
> **Note:** The Windows build statically links the MSVC C runtime (`/MT`) so that the resulting DLL does not require the Visual C++ Redistributable to be installed on end-user systems.
Copy file name to clipboardExpand all lines: docs/users-manual/getting-started/whats-new.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,29 @@ Here you can find all of the updates and release notes for published versions of
18
18
19
19
## 1.15.x Releases
20
20
21
+
### 1.15.2
22
+
23
+
Release date: February 27th, 2026
24
+
25
+
Features:
26
+
27
+
- Added support for YubiHSM Logon with ECC P-256. This includes new `SessionKeysCommand` and `CredentialWithSecret` classes, `HostChallenge` command, and `GetPubKeyCommand` for ECC-based authentication workflows. ([#407](https://github.com/Yubico/Yubico.NET.SDK/pull/407))
28
+
29
+
Bug Fixes:
30
+
31
+
- Fixed an issue where ghost device entries remained in the `YubiKeyDeviceListener` cache after a FIDO reset operation. ([#418](https://github.com/Yubico/Yubico.NET.SDK/pull/418))
32
+
- Fixed an issue where trailing NUL bytes in HID device paths could corrupt log output. The device path string is now properly trimmed to remove null characters. ([#416](https://github.com/Yubico/Yubico.NET.SDK/pull/416))
33
+
34
+
Documentation:
35
+
36
+
- The documentation on [PIV PIN and touch policies](xref:UsersManualPivAccessControl) has been updated with improved clarity, FIPS-specific details, and updated sample code. ([#411](https://github.com/Yubico/Yubico.NET.SDK/pull/411))
37
+
38
+
Dependencies:
39
+
40
+
- Several dependencies across the Yubico.Core and GitHub Actions workflows have been updated to newer versions. ([#419](https://github.com/Yubico/Yubico.NET.SDK/pull/419), [#420](https://github.com/Yubico/Yubico.NET.SDK/pull/420))
0 commit comments