Ensure that exporting an unsorted attributes signed payload doesn't sort them.
authorJeremy Barton <jbarton@microsoft.com>
Tue, 24 Jul 2018 06:48:36 +0000 (23:48 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Jul 2018 06:48:36 +0000 (23:48 -0700)
commit3de9c0912742756c051cefd725440fff9373d5bb
tree13d39abe48c10861be7c58586842e7aea9739f77
parent16deb0a32ade3bc7bd80a6928b0191439a125f16
Ensure that exporting an unsorted attributes signed payload doesn't sort them.

Commit migrated from https://github.com/dotnet/corefx/commit/f81b5c549dfd38cd538c1f6cab8dbc408d9e6e80
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Asn1/SignerInfoAsn.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/SignedCms/SignedCmsTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/SignedCms/SignerInfoTests.cs