Skip to content

Use BCL CipherMode enum for AesCipher class #249

Use BCL CipherMode enum for AesCipher class

Use BCL CipherMode enum for AesCipher class #249

Triggered via pull request May 5, 2025 09:19
Status Failure
Total duration 54m 27s
Artifacts 2

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
AES_ECB_192_Length35_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L420
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length35_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_192_Length16_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L388
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length16_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_192_Length16_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L359
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length16_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length64_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L331
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length64_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length64_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L297
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length64_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length35_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L264
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length35_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length16_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L233
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length16_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length16_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L205
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length16_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
Key_RSA_Encrypted_Des_Ede3_CFB_1234567890: test/Renci.SshNet.Tests/Classes/Security/Cryptography/RsaKeyTest.cs#L197
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.RsaKeyTest.Key_RSA_Encrypted_Des_Ede3_CFB_1234567890 threw exception: Renci.SshNet.Common.SshException: Private key cipher "DES-EDE3-CFB" is not supported.
Test_PrivateKey: test/Renci.SshNet.Tests/Classes/PrivateKeyFileTest.cs#L370
Test method Renci.SshNet.Tests.Classes.PrivateKeyFileTest.Test_PrivateKey threw exception: Renci.SshNet.Common.SshException: Private key cipher "DES-EDE3-CFB" is not supported.
AES_ECB_192_Length35_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L420
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length35_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_192_Length16_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L388
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length16_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_192_Length16_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L359
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_192_Length16_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length64_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L331
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length64_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length64_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L297
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length64_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length35_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L264
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length35_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length16_Pad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L233
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length16_Pad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
AES_ECB_128_Length16_NoPad: test/Renci.SshNet.Tests/Classes/Security/Cryptography/Ciphers/AesCipherTest.cs#L205
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.Ciphers.AesCipherTest.AES_ECB_128_Length16_NoPad threw exception: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
Key_RSA_Encrypted_Des_Ede3_CFB_1234567890: test/Renci.SshNet.Tests/Classes/Security/Cryptography/RsaKeyTest.cs#L197
Test method Renci.SshNet.Tests.Classes.Security.Cryptography.RsaKeyTest.Key_RSA_Encrypted_Des_Ede3_CFB_1234567890 threw exception: Renci.SshNet.Common.SshException: Private key cipher "DES-EDE3-CFB" is not supported.
Test_PrivateKey: test/Renci.SshNet.Tests/Classes/PrivateKeyFileTest.cs#L370
Test method Renci.SshNet.Tests.Classes.PrivateKeyFileTest.Test_PrivateKey threw exception: Renci.SshNet.Common.SshException: Private key cipher "DES-EDE3-CFB" is not supported.
Windows Integration Tests
Failed to restore: Cache service responded with 422

Artifacts

Produced during runtime
Name Size Digest
Coverlet Results Windows Expired
194 KB
sha256:aaaca25fd81a7618429007763c0c3c40b51036c967c2e523ad8af2d1b7bc5fd1
NuGet Package Expired
2.01 MB
sha256:53de3507f320a6e2b6ad2e5b31ccb28530aa49dbe07d09c1ddef5d4007bbd646