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 Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
Microsoft.AspNetCore.Cryptography.KeyDerivation.Test Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00
Microsoft.AspNetCore.DataProtection.Abstractions.Test Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
Microsoft.AspNetCore.DataProtection.AzureKeyVault.Test Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
Microsoft.AspNetCore.DataProtection.AzureStorage.Test Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
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 Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
Microsoft.AspNetCore.DataProtection.Test Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00
shared
CreateTestCert.ps1 Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00