Releases: virot/powershellYK
Releases · virot/powershellYK
0.0.20.0
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
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
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
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 asSet-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
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
What's Changed
Full Changelog: 0.0.14.1...0.0.15.0
0.0.14.1: Added Transform/Validate to Paths (#8)
Add Import-YubikeyPIV to allow import PrivateKeys P12 Added Pester tests ECDsaCng is giving issues with Key export
0.0.14.0 (#7)
* 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
0.0.13.1 Remove AssemblyLoadContext loader hack. Unable to upload to Powershel…
Updated OATH
0.0.10.3 Update README.md