Skip to content

1.6.1

Compare
Choose a tag to compare
@GregDomzalski GregDomzalski released this 02 Feb 23:42
· 786 commits to main since this release
39f7b17

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 of Yubico.NativeShims.dll into the build's output directory. This requires the use of PackageReferences
    in the consuming project's csproj file in order to properly consume this dependency transitively through
    the Yubico.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.