Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-17Fixed bug on element name check in RSAKeyValue which caused error when elemen...Bruno Rodrigues
2017-07-12Remove unused usings. (#22160)Vladimir Kazakov
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Update remaining argument*exceptions to have param names (#21650)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-25Remove help VS commentsEric St. John
2017-05-19Update configurationsEric St. John
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-10System.Security.Cryptography.Xml.Tests now at 0 failures on ILC. (#19567)Atsushi Kanamori
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-10Merge pull request #19549 from krwq/fix19269Krzysztof Wicher
2017-05-09check if SHA2 SignatureDescription algorithm is available on netfxKrzysztof Wicher
2017-05-09Merge pull request #19500 from dotnet/signed-xml-issues2Krzysztof Wicher
2017-05-09Handle the PNSE when opening LocalMachine\My store on Linux (#19533)Jeremy Barton
2017-05-09Rename SupportsDecryptValue to SupportsNewRsaTypesKrzysztof Wicher
2017-05-09use ConditionalFact instead of SkipOnTargetFrameworkKrzysztof Wicher
2017-05-09test behavior change caused by removing CAS related ctor (#19494)Krzysztof Wicher
2017-05-09Disable SignedXmlHasCertificateVerifiableSignature on <= net4.6.1Krzysztof Wicher
2017-05-08Fix compile assembly on netfx for crypto-xml (#19422)Krzysztof Wicher
2017-05-05Fix most of S.S.Cryptography.Xml desktop failures (#19376)Krzysztof Wicher
2017-05-03Refresh VS ConfigurationsWes Haggard
2017-05-02Retarget crypto-xml to netstandard (#19189)Krzysztof Wicher
2017-04-21Use Reference.DefaultDigestMethod instead of hard coded valueKrzysztof Wicher
2017-04-21update SignatureMethod to use SHA256Krzysztof Wicher
2017-04-21update DigestMethod to SHA256Krzysztof Wicher
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-12Make `netfx` mean `net461` instead of `net463`Eric St. John
2017-04-11Merge pull request #18169 from krwq/signedxmlimportkeynodeKrzysztof Wicher
2017-04-11regenerate the key so that pgen length is more than 1 byteKrzysztof Wicher
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-11generate smaller dsa with keysize=1024 so that osx is happyKrzysztof Wicher
2017-04-11fix: seed and counter in dsa are not guaranteed to roundripKrzysztof Wicher
2017-04-11fix KeyInfoTest.ImportKeyNodeKrzysztof Wicher
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-10Fixes after reviewStanislav Ushakov
2017-04-10Removed misleading comment for CopyTo method - it should be publicStanislav Ushakov
2017-04-10Added more test cases for Insert method.Stanislav Ushakov
2017-04-10Added tests for EncryptionPropertyCollection (coverage 62.3%)Stanislav Ushakov
2017-04-07Merge pull request #18007 from StanislavUshakov/fix16829_EncryptionPropertyKrzysztof Wicher
2017-04-07Fixes after review - moved hardcoded strings to constsStanislav Ushakov
2017-04-07Fixes after review.Stanislav Ushakov
2017-04-06Update VS configurationsKrzysztof Wicher
2017-04-06enable signedxml on uapKrzysztof Wicher
2017-04-06Added tests for EncryptionProperty (coverage 100%)Stanislav Ushakov
2017-04-05Add XmlLicenseTransform E2E test (urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTra...Krzysztof Wicher