Skip to content

Releases: virot/powershellYK

0.0.20.0

11 Jan 09:11
7fa7fc6
Compare
Choose a tag to compare

What's Changed

  • Support for removing FIDO2 passkeys with Cmdlet Remove-YubiKeyFIDO2Credential
  • Improved Cmdlet Get-YubiKeyFIDO2Credential to list Credential ID
  • Corrected casing for 'YubiKey' in regards to Cmdlet names
  • Misc. spelling corrections

Full Changelog: 0.0.19.0...0.0.20.0

First 2025 release

06 Jan 12:39
7a8bf53
Compare
Choose a tag to compare

What's Changed

  • Confirm-YubikeyAttestation now accommodates a Yubico discrepancy in OID usage for PIV attestation, accepting both .11 and .1 formats.
    (Reference Issue: Link)
  • Get-YubikeyFIDO2Credentials now issues a warning if a passkey algorithm is unsupported by the Yubico .NET SDK.
    (Reference Issue: Link)
  • Added support for setting $InformationPreference to Continue to provide better feedback during interactive Cmdlet usage
  • The PIVSlot type in PIV Cmdlets now accepts input in multiple formats, and the ToString() method outputs in hexadecimal
  • Certificates issued with attestation data can now be validated using Confirm-YubikeyAttestation
    (Note: This assumes attestation data is present in the certificate.)
  • Security Key Series (SKY) YubiKey models are now correctly identified
  • Various minor corrections and updates to Cmdlet documentation for clarity and accuracy

New .NET YubiKey SDK 1.12.1

20 Dec 12:00
c2c4b33
Compare
Choose a tag to compare

What's Changed

  • .NET YubiKey SDK 1.12.1
  • Show pretty name of model on Get-YubiKey
  • Changes to FIDO2 to force setting PIN before Cmdlet use

Full Changelog: 0.0.17.0...0.0.18.0

0.0.17.0

16 Dec 20:49
63fc3b7
Compare
Choose a tag to compare

What's Changed

  • Fixes to spelling across cmdlets and documentation
  • Changes to YubiKey casing ('YubiKey' vs 'Yubikey') across cmdlets
  • Improvements to U/X during FIDO applet reset (removal and insertion now detected)
  • Added support for CTAP 2.1 forceChangePin as Set-YubikeyFIDO2 -ForcePINChange
  • Added support for Yubico Restricted NFC as Set-Yubikey -SecureTransportMode
  • Added Initial support for YubiKey Bio / YubiKey Bio - Multiple Protocol Edition
  • Improved presentation of YubiKey AAGUID

Full Changelog: 0.0.16.0...0.0.17.0

0.0.16.0

17 Nov 21:44
756f65a
Compare
Choose a tag to compare

What's Changed

  • Switched X509IssuerSerialNumber from BigEndian to LittleEndian. by @virot in #12
  • Allow generation of altSecurityIdentities from CSR, limited to public… by @virot in #13
  • Fido2 update by @virot in #14
  • New PIV features and FIDO2 Enable Enterprise Attestion by @virot in #16
  • FIDO2 Updates by @virot in #17

Full Changelog: 0.0.15.0...0.0.16.0

Yubikey 5.7

07 Jul 11:41
d7136c3
Compare
Choose a tag to compare
Yubikey 5.7 Pre-release
Pre-release

What's Changed

  • Move some cmdlets by @virot in #10
  • Update to Yubikey SDK 1.11, Yubikey 5.7 by @virot in #11

Full Changelog: 0.0.14.1...0.0.15.0

0.0.14.1: Added Transform/Validate to Paths (#8)

30 Jun 23:03
ebc7256
Compare
Choose a tag to compare
Add Import-YubikeyPIV to allow import PrivateKeys P12
Added Pester tests

ECDsaCng is giving issues with Key export

0.0.14.0 (#7)

30 Jun 23:01
9ae0874
Compare
Choose a tag to compare
0.0.14.0 (#7) Pre-release
Pre-release
* Fix the Certificate validation and transforms

* Create SKI for selfsigned certificate

* Add Transform for CertificateRequest

* Update YubikeySignatureGenerator

* Rename Import-YubikeyPIVCertificate to Import-YubikeyPIV

* New cmdlet to sign CSRs with the Yubikey Build-YubikeyPIVsignedCertificate

* Move Documents to Docs

Renamed some cmdlets

21 Jun 16:52
Compare
Choose a tag to compare
Renamed some cmdlets Pre-release
Pre-release
0.0.13.1

Remove AssemblyLoadContext loader hack. Unable to upload to Powershel…

Updated OATH

15 Jun 18:13
5f58ebc
Compare
Choose a tag to compare
Updated OATH Pre-release
Pre-release
0.0.10.3

Update README.md