Skip to content

Merge pull request #134 from dorssel/update-dotnet-sdk-9.0.101 #145

Merge pull request #134 from dorssel/update-dotnet-sdk-9.0.101

Merge pull request #134 from dorssel/update-dotnet-sdk-9.0.101 #145

GitHub Actions / Test Results succeeded Dec 8, 2024 in 0s

All 140 tests pass in 0s

140 tests  ±0   140 ✅ ±0   0s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit e1b22eb. ± Comparison against earlier commit f826197.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

140 tests found

There are 140 tests, see "Raw output" for the full list of tests.
Raw output
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES128 #1)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES128 #2)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES128 #3)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES128 #4)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES192 #1)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES192 #2)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES192 #3)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES192 #4)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES256 #1)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES256 #2)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES256 #3)
UnitTests.AesCmac_KAT ‑ NistExample(CMAC-AES256 #4)
UnitTests.AesCmac_Tests ‑ ComputeHash_Reuse
UnitTests.AesCmac_Tests ‑ ComputeHash_Segmented
UnitTests.AesCmac_Tests ‑ Constructor_Default
UnitTests.AesCmac_Tests ‑ Constructor_WithInvalidKeySize
UnitTests.AesCmac_Tests ‑ Constructor_WithKey (128)
UnitTests.AesCmac_Tests ‑ Constructor_WithKey (192)
UnitTests.AesCmac_Tests ‑ Constructor_WithKey (256)
UnitTests.AesCmac_Tests ‑ Constructor_WithNullKey
UnitTests.AesCmac_Tests ‑ Create
UnitTests.AesCmac_Tests ‑ Create_Name
UnitTests.AesCmac_Tests ‑ Create_NullNameFails
UnitTests.AesCmac_Tests ‑ Create_OtherNameReturnsNull
UnitTests.AesCmac_Tests ‑ Dispose
UnitTests.AesCmac_Tests ‑ Dispose_Double
UnitTests.AesCmac_Tests ‑ Key_Change
UnitTests.AesCtrTransform_Tests ‑ CanReuseTransform_Get
UnitTests.AesCtrTransform_Tests ‑ CanTransformMultipleBlocks_Get
UnitTests.AesCtrTransform_Tests ‑ Constructor
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (0)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (1)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (128)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (15)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (17)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (2)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (32)
UnitTests.AesCtrTransform_Tests ‑ Constructor_InvalidIVSize (8)
UnitTests.AesCtrTransform_Tests ‑ Constructor_TransformInvalidInputBlockSize
UnitTests.AesCtrTransform_Tests ‑ Constructor_TransformInvalidOutputBlockSize
UnitTests.AesCtrTransform_Tests ‑ Dispose
UnitTests.AesCtrTransform_Tests ‑ Dispose_Double
UnitTests.AesCtrTransform_Tests ‑ InputBlockSize_Get
UnitTests.AesCtrTransform_Tests ‑ OutputBlockSize_Get
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_AfterDisposeFails
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_AfterFinalFails
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_InvalidSizeFails (1)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_InvalidSizeFails (15)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_InvalidSizeFails (17)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_TransformInvalidReturn
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_ValidSize (0)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_ValidSize (16)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_ValidSize (160)
UnitTests.AesCtrTransform_Tests ‑ TransformBlock_ValidSize (32)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_AfterDisposeFails
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_AfterFinalFails
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_InvalidSizeFails (17)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_InvalidSizeFails (32)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_TransformInvalidReturn
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_ValidSize (0)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_ValidSize (1)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_ValidSize (15)
UnitTests.AesCtrTransform_Tests ‑ TransformFinalBlock_ValidSize (16)
UnitTests.AesCtr_KAT ‑ Decrypt_Read(CTR-AES128.Encrypt)
UnitTests.AesCtr_KAT ‑ Decrypt_Read(CTR-AES192.Encrypt)
UnitTests.AesCtr_KAT ‑ Decrypt_Read(CTR-AES256.Encrypt)
UnitTests.AesCtr_KAT ‑ Decrypt_Write(CTR-AES128.Encrypt)
UnitTests.AesCtr_KAT ‑ Decrypt_Write(CTR-AES192.Encrypt)
UnitTests.AesCtr_KAT ‑ Decrypt_Write(CTR-AES256.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Read(CTR-AES128.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Read(CTR-AES192.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Read(CTR-AES256.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Write(CTR-AES128.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Write(CTR-AES192.Encrypt)
UnitTests.AesCtr_KAT ‑ Encrypt_Write(CTR-AES256.Encrypt)
UnitTests.AesCtr_Tests ‑ BlockSize_AllValid
UnitTests.AesCtr_Tests ‑ Create
UnitTests.AesCtr_Tests ‑ CreateDecryptor
UnitTests.AesCtr_Tests ‑ CreateDecryptor_WithKeyAndDefaultIV
UnitTests.AesCtr_Tests ‑ CreateEncryptor
UnitTests.AesCtr_Tests ‑ CreateEncryptor_WithKeyAndDefaultIV
UnitTests.AesCtr_Tests ‑ Create_Name
UnitTests.AesCtr_Tests ‑ Create_NullNameFails
UnitTests.AesCtr_Tests ‑ Create_OtherNameReturnsNull
UnitTests.AesCtr_Tests ‑ Dispose
UnitTests.AesCtr_Tests ‑ Dispose_Double
UnitTests.AesCtr_Tests ‑ FeedbackSize_CannotChange
UnitTests.AesCtr_Tests ‑ FeedbackSize_SetUnchanged
UnitTests.AesCtr_Tests ‑ GenerateIV_HasCorrectLength (128)
UnitTests.AesCtr_Tests ‑ GenerateIV_HasCorrectLength (192)
UnitTests.AesCtr_Tests ‑ GenerateIV_HasCorrectLength (256)
UnitTests.AesCtr_Tests ‑ GenerateKey_HasCorrectLength (128)
UnitTests.AesCtr_Tests ‑ GenerateKey_HasCorrectLength (192)
UnitTests.AesCtr_Tests ‑ GenerateKey_HasCorrectLength (256)
UnitTests.AesCtr_Tests ‑ KeySize_AllValid
UnitTests.AesCtr_Tests ‑ Mode_CannotChange
UnitTests.AesCtr_Tests ‑ Mode_SetUnchanged
UnitTests.AesCtr_Tests ‑ Padding_CannotChange
UnitTests.AesCtr_Tests ‑ Padding_SetUnchanged
UnitTests.AesSiv_KAT ‑ Rfc_Decrypt(Deterministic)
UnitTests.AesSiv_KAT ‑ Rfc_Decrypt(Nonce-Based)
UnitTests.AesSiv_KAT ‑ Rfc_Encrypt(Deterministic)
UnitTests.AesSiv_KAT ‑ Rfc_Encrypt(Nonce-Based)
UnitTests.AesSiv_Tests ‑ Constructor_WithInvalidKeySize
UnitTests.AesSiv_Tests ‑ Constructor_WithKey (256)
UnitTests.AesSiv_Tests ‑ Constructor_WithKey (384)
UnitTests.AesSiv_Tests ‑ Constructor_WithKey (512)
UnitTests.AesSiv_Tests ‑ Constructor_WithNullKey
UnitTests.AesSiv_Tests ‑ Decrypt_InvalidAuthenticationThrows
UnitTests.AesSiv_Tests ‑ Decrypt_InvalidCiphertextLengthThrows
UnitTests.AesSiv_Tests ‑ Decrypt_InvalidPlaintextLengthThrows
UnitTests.AesSiv_Tests ‑ Decrypt_MaximumAssociatedData
UnitTests.AesSiv_Tests ‑ Decrypt_NullAssociatedDataItemThrows
UnitTests.AesSiv_Tests ‑ Decrypt_NullAssociatedDataThrows
UnitTests.AesSiv_Tests ‑ Decrypt_NullCiphertextThrows
UnitTests.AesSiv_Tests ‑ Decrypt_NullPlaintextThrows
UnitTests.AesSiv_Tests ‑ Decrypt_TooManyAssociatedDataThrows
UnitTests.AesSiv_Tests ‑ Dispose
UnitTests.AesSiv_Tests ‑ Dispose_Double
UnitTests.AesSiv_Tests ‑ EmptyPlaintext
UnitTests.AesSiv_Tests ‑ EncryptDecrypt_Reuse
UnitTests.AesSiv_Tests ‑ Encrypt_InvalidCiphertextLengthThrows
UnitTests.AesSiv_Tests ‑ Encrypt_MaximumAssociatedData
UnitTests.AesSiv_Tests ‑ Encrypt_NullAssociatedDataItemThrows
UnitTests.AesSiv_Tests ‑ Encrypt_NullAssociatedDataThrows
UnitTests.AesSiv_Tests ‑ Encrypt_NullCiphertextThrows
UnitTests.AesSiv_Tests ‑ Encrypt_NullPlaintextThrows
UnitTests.AesSiv_Tests ‑ Encrypt_TooManyAssociatedDataThrows
UnitTests.CryptographicOperations_Tests ‑ FixedTimeEquals_DifferentLengths
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (0)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (1)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (15)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (16)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (17)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (31)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (32)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (33)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (7)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (8)
UnitTests.CryptographicOperations_Tests ‑ ZeroMemory_Size (9)