Add SubjectAlternativeName property to Get-AuthenticodeSignature#26252
Merged
daxian-dbw merged 23 commits intomasterPowerShell/PowerShell:masterfrom Feb 10, 2026
copilot/add-subjectalternative-namePowerShell/PowerShell:copilot/add-subjectalternative-nameCopy head branch name to clipboard
Merged
Add SubjectAlternativeName property to Get-AuthenticodeSignature#26252daxian-dbw merged 23 commits intomasterPowerShell/PowerShell:masterfrom copilot/add-subjectalternative-namePowerShell/PowerShell:copilot/add-subjectalternative-nameCopy head branch name to clipboard
daxian-dbw merged 23 commits intomasterPowerShell/PowerShell:masterfrom
copilot/add-subjectalternative-namePowerShell/PowerShell:copilot/add-subjectalternative-nameCopy head branch name to clipboard
Commits
Commits on Oct 20, 2025
- committed
Add SubjectAlternativeName property to Signature class and update build documentation
Show description for a642604andcommittedAdd tests for SubjectAlternativeName property
Show description for 7f2629bandcommittedRevert unrelated changes to PowerShell.Common.props and docs/building/linux.md
Show description for 05f026fandcommittedEnhance SubjectAlternativeName test to verify content
Show description for 9136af8andcommittedAdd test to verify SubjectAlternativeName is null when cert has no SAN
Show description for d883fa8andcommittedUse CurrentUser certificate store instead of LocalMachine store in tests
Show description for 1fa77a6andcommittedRemove unnecessary PSSession for certificate creation in test
Show description for b5fb9beandcommittedRemove nullable reference type annotations from MshSignature.cs
Show description for 87c80f2andcommitted
Commits on Oct 21, 2025
Use named constant for SubjectAlternativeName OID and remove obvious comments
Show description for 432a797andcommittedChange SubjectAlternativeName to string array and split multiline output
Show description for 2daa634andcommitted- authored
Commits on Oct 27, 2025
Update src/System.Management.Automation/security/MshSignature.cs
Show description for 391245eandauthored- authored
Commits on Feb 7, 2026
Revert changes from commit 391245eb - restore string array splitting logic
Show description for f18e969andcommitted
Commits on Feb 8, 2026
Handle all line separator types in SubjectAlternativeName splitting
Show description for 8c69c16andcommittedRemove redundant null check before calling GetSubjectAlternativeName
Show description for 2e580faandcommittedFix hanging test by using PSSession with LocalMachine stores
Show description for 6d988caandcommittedFix type assertion to check individual array elements as strings
Show description for c6ba5c3andcommitted
Commits on Feb 9, 2026
Add explicit type check for SubjectAlternativeName as string array
Show description for dded0d6andcommittedFix type checking to verify individual array elements explicitly
Show description for 6ba74cbandcommittedUse standard PowerShell pattern for array type checking with comma operator
Show description for 6596a9fandcommittedUse Should -BeExactly for precise array element validation
Show description for 9e60d5eandcommitted