forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased code coverage for SymmetricKeyWrap from 54% to 100% (dotnet…
…/corefx#17599) * Increased code coverage for SymmetricKeyWrap from 54% to 100% Added tests for System.Security.Cryptography.Xml.SymmetricKeyWrap. Overall code coverage for System.Security.Cryptography.Xml increased from 63% to 64.4%. Part of dotnet/corefx#16829 * Fixed tests name. * Replaced RandomNumberGenerator with RandomNumberGenerator According to dotnet/corefx#9981 System.Security.Cryptography.RNGCryptoServiceProvider covers over the instance returned by RandomNumberGenerator.Create() Part of dotnet/corefx#16829 * Fixes for TripleDES is SymmetricKeyWrap for Unix Changed TripleDESCryptoServiceProvider to TripleDES, removed TripleDes and RandomNumberGenerator leakage. Part of dotnet/corefx#16829 * Fixes after review Part of dotnet/corefx#16829 * Fixes after review * Removed leakages in SymmetricKeyWrap * Renamed RijndaelManaged to Aes Commit migrated from dotnet/corefx@c0dfafb
- Loading branch information
1 parent
215102d
commit 89d40dc
Showing
2 changed files
with
284 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.