Refactor SecureChannel Encryption/Decryption & add SecurityPolicyInfo - Merge-able version #3351
Annotations
10 warnings
|
Build and push Docker image
Unused field 's_hkdfAes128SignOnlyKeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Build and push Docker image
CreateSignatureHmac uses a weak cryptographic algorithm HMACSHA1 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5350)
|
|
Build and push Docker image
Symmetric encryption uses non-default initialization vector, which could be potentially repeatable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5401)
|
|
Build and push Docker image
Symmetric encryption uses non-default initialization vector, which could be potentially repeatable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5401)
|
|
Build and push Docker image
CreateSignatureHmac uses a weak cryptographic algorithm HMACSHA1 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5350)
|
|
Build and push Docker image
Unused field 's_hkdfChaCha20Poly1305KeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Build and push Docker image
Unused field 's_hkdfAes256SignAndEncryptKeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Build and push Docker image
Unused field 's_hkdfAes128SignAndEncryptKeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Build and push Docker image
Unused field 's_hkdfAes256SignOnlyKeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Build and push Docker image
Unused field 's_hkdfAes128SignOnlyKeyLength' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
Loading