1.6.1
Release date: February 2nd, 2023
Features:
- Added KeyCollector variants to the YubiHsmAuthSession class for methods which require credential gathering.
Bug fixes:
- Fixed a bug which prevented large responses from the OATH application from being received by the SDK. Fixes
GitHub Issue #35. - The YubiKey can now accept a zero-length NDEF text prefix, which was previously prevented by the SDK.
- Added an MSBuild target that instructs .NET Framework-based builds to automatically copy the correct
version ofYubico.NativeShims.dll
into the build's output directory. This requires the use ofPackageReferences
in the consuming project's csproj file in order to properly consume this dependency transitively through
theYubico.YubiKey
package.Packages.config
is not supported. Fixes
GitHub Issue #11. - Addressed a difference in behavior found in EcdsaVerify that caused .NET Framework users to receive
an exception. Fixes GitHub Issue #36.