Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Security.Cryptography.Csp.Tests PNSE on iOS/tvOS #51331

Closed
mdh1418 opened this issue Apr 15, 2021 · 2 comments · Fixed by #52978
Closed

System.Security.Cryptography.Csp.Tests PNSE on iOS/tvOS #51331

mdh1418 opened this issue Apr 15, 2021 · 2 comments · Fixed by #52978
Labels
area-System.Security os-ios Apple iOS os-tvos Apple tvOS untriaged New issue has not been triaged by the area owner
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Apr 15, 2021

Edit: Based off of 6aca7af
System.Security.Cryptography.Csp.Tests.dll Failed: 1
System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.PublicOnly_WithPrivateKey

Test collection for System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests
System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.PublicOnly_WithPrivateKey
    System.PlatformNotSupportedException : Operation is not supported on this platform.
@mdh1418 mdh1418 added os-ios Apple iOS os-tvos Apple tvOS labels Apr 15, 2021
@mdh1418 mdh1418 added this to the 6.0.0 milestone Apr 15, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Security untriaged New issue has not been triaged by the area owner labels Apr 15, 2021
@ghost
Copy link

ghost commented Apr 15, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

System.Security.Cryptography.Csp.Tests
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UseAfterDispose
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Encrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_OAEP_SHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_Pkcs7
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValueOaep
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangeOaep
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValuePkcs1
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.UseAfterDispose
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip
System.Security.Cryptography.Rsa.Tests.RSAImportExportCspBlobTests.RSAParametersToBlob_PublicOnly
System.Security.Cryptography.Rsa.Tests.RSAImportExportCspBlobTests.ExportImportPublicOnly
System.Security.Cryptography.Rsa.Tests.RSAImportExportCspBlobTests.RSAParametersToBlob_PublicPrivate
System.Security.Cryptography.Rsa.Tests.RSAImportExportCspBlobTests.ExportImportPublicPrivate
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.UseAfterDispose
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPublicKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes1Rc2EncryptedRsa384
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP_PasswordBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedRsa1032
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPassword
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPrivatePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteRsa2048EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPasswordBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.UseAfterDispose
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteSubjectPublicKeyInfo_DiminishedDPKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPrivateKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA1
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA256
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignHashVerifyHash
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignHashUnderMax
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignDataUnderMax
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_4096
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateSecondMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_2048
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignHashVerifyHash
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.OffsetAndCountOutOfRange
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512Pkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_PasswordBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAfterDispose
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_576
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_1024
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ImportRoundTrip
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_512
System.Security.Cryptography.Dsa.Tests.DSAImportExport.MultiExport
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifySignature_SHA1
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteUnusualExponentParameters
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1024Parameters
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.FromToXml
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_CryptoBinary
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteDiminishedDPParameters
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Private
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite2048Parameters
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1032Parameters
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_Base64Binary
System.Security.Cryptography.Rsa.Tests.RSAXml.FromNonsenseXml
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoModulus
System.Security.Cryptography.Rsa.Tests.ImportExport.PaddedExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoExponent
System.Security.Cryptography.Rsa.Tests.ImportExport.LargeKeyImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.PublicOnlyPrivateExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAutoKey
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportExport1032
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAfterDispose
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportReset
System.Security.Cryptography.Rsa.Tests.ImportExport.MultiExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoDP
System.Security.Cryptography.Rsa.Tests.ImportExport.UnusualExponentImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportPrivateExportPublic
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA256
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA256
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA1
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA1
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignHashVerifyHash
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_PrecedingMalformedPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Char_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_UnrelatedPrecedingPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Byte_Simple
System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.PublicOnly_WithPrivateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UseAfterDispose
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.UseAfterDispose_ImportedKey
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Char_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingMalformedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_UnrelatedAlgorithmIsIgnored
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_IgnoresOtherAlgorithms
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingUnrelatedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Byte_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPublicKey_Simple
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.AlgorithmLookups
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.SignHash_WrongSizeHash
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.ApiInterop_NewToOld
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.VerifyLegacySignVerifyHash
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.SignHash_PublicKey
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.ApiInterop_OldToNew_Stream
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.ApiInterop_OldToNew
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat.ApiInterop_OldToNew_Positional
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.PublicOnly_WithNoPrivate
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.PublicOnly_WithPrivateKey
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.VerifyHash_DefaultAlgorithm_Success
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.SignHash_DefaultAlgorithm_Success
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.SignData_VerifyHash_CaseInsensitive_Success
System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests.Verify_InvalidPaddingMode_Throws
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite576Parameters
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_CounterOverflow_Succeeds
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite512Parameters
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongJ_OK
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite1024Parameters
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWithSeedAndCounterAndJ
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongCounter_SometimesOK
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA256
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA1

System.Security.Cryptography.Csp.Tests.failures.log

Author: mdh1418
Assignees: -
Labels:

area-System.Security, os-ios, os-tvos, untriaged

Milestone: 6.0.0

@mdh1418 mdh1418 changed the title System.Security.Cryptography.Csp.Tests Fails on iOS/tvOS System.Security.Cryptography.Csp.Tests PNSE on iOS/tvOS Apr 30, 2021
@filipnavara
Copy link
Member

It's just missing test exclusion. DSA is not supported on iOS.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 20, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 21, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security os-ios Apple iOS os-tvos Apple tvOS untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants