aspnetcore/test
Nate McMaster 2af13658fc
Unprotect key material with the local cache of certificates before checking the cert store
In some cases, private keys for certificates is not completely available. When attempting to decrypt key material,
this can cause 'CryptographicException: Keyset does not exist'. This changes the order in which key material
decryption looks up private keys to first key the certificate options provided explicitly to the API, and then
falling back to the cert store for decryption keys.
2018-07-05 11:31:46 -07:00
..
Microsoft.AspNetCore.Cryptography.Internal.Test
Microsoft.AspNetCore.Cryptography.KeyDerivation.Test Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00
Microsoft.AspNetCore.DataProtection.Abstractions.Test
Microsoft.AspNetCore.DataProtection.AzureKeyVault.Test
Microsoft.AspNetCore.DataProtection.AzureStorage.Test
Microsoft.AspNetCore.DataProtection.Extensions.Test Unprotect key material with the local cache of certificates before checking the cert store 2018-07-05 11:31:46 -07:00
Microsoft.AspNetCore.DataProtection.Redis.Test
Microsoft.AspNetCore.DataProtection.Test Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00
shared
CreateTestCert.ps1
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00