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-04-05Add XmlLicenseTransform E2E test (urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTra...Krzysztof Wicher
2017-04-05Merge pull request #17959 from krwq/signedxmlhmaccacheKrzysztof Wicher
2017-04-05remove caching for keyed hash algorithmKrzysztof Wicher
2017-04-05Added tests for XmlLicenseTransform (coverage 93.9%)Stanislav Ushakov
2017-04-04Add EncryptionMethod tests (#17765)Hugh Bellamy
2017-03-31Merge pull request #17684 from StanislavUshakov/fix16829_EncryptedXmlKrzysztof Wicher
2017-03-31Provide different Aes keys for tests checking key encryptionStanislav Ushakov
2017-03-30Fixes after reviewStanislav Ushakov
2017-03-30apply review feedbackKrzysztof Wicher
2017-03-30Increased code coverage for EncryptedXml from 62% to 91.8%Stanislav Ushakov
2017-03-30better error messageKrzysztof Wicher
2017-03-30pretty printing of symmetric algorithm factoriesKrzysztof Wicher
2017-03-30more verification for keys in hmac testsKrzysztof Wicher
2017-03-29attempt to fix linuxKrzysztof Wicher
2017-03-29add symmetric keywrap sampleKrzysztof Wicher
2017-03-29cover both paths: OAEP/no OAEP in the sample + cleanup in CryptoHelpersKrzysztof Wicher
2017-03-29change sample to go through multiple algorithms (Aes 128,192,256; DES;Krzysztof Wicher
2017-03-29add HMAC-MD5 signing and verification testKrzysztof Wicher
2017-03-29Increased code coverage for SymmetricKeyWrap from 54% to 100% (#17599)Stanislav Ushakov
2017-03-29Merge pull request #16874 from krwq/checksignaturewithx509certKrzysztof Wicher
2017-03-28apply review feedbackKrzysztof Wicher
2017-03-28add comment about verification and KeyInfoKrzysztof Wicher
2017-03-27fix merge conflict and apply review feedbackKrzysztof Wicher
2017-03-27add example of signing and verifying with X509 CertificateKrzysztof Wicher
2017-03-27Increased code coverage for XmlDecryptionTransform from 52% to 93%Stanislav Ushakov
2017-03-24rename RSAPKCS1SignatureDescriptionBase->RSAPKCS1SignatureDescriptionKrzysztof Wicher
2017-03-18add sha256, sha384, sha512 to signed xmlKrzysztof Wicher
2017-03-17Merge branch 'master' into expandTests1Anthony Langsworth
2017-03-17Clean up testsAnthony Langsworth
2017-03-17Fix failing tests. Add constructor tests.Anthony Langsworth
2017-03-16Fix for Transform.PropagatedNamespaces (#16798) (#17020)Anthony Langsworth
2017-03-13Merge remote-tracking branch 'dotnet/master' into master_to_apple_cryptoJeremy Barton
2017-03-12Fix incorrect XML round-tripping of PgenCounter parameter for DsaKeyValue (#1...Adam Friedman
2017-03-11Restore usage of GetDSAPublicKey in Utils.GetAnyPublicKey (dotnet/corefx#1180...Adam Friedman
2017-03-11Disable crypto.Xml tests failing due to DSA key generationJeremy Barton
2017-03-10PVS-Studio: fixed vulnerability CWE-476 (NULL Pointer Dereference) (#16807)Ivan Kishchenko
2017-03-09reenable System.Security.Cryptography.XmlKrzysztof Wicher
2017-03-07Merge pull request #16681 from krwq/signed-xml-fixing-tests-1Krzysztof Wicher
2017-03-07Refresh current solutions and project configurationsWes Haggard
2017-03-07revert product fix and disable testKrzysztof Wicher
2017-03-07apply review feedbackKrzysztof Wicher
2017-03-07disable test failing on linuxKrzysztof Wicher
2017-03-06add additional sanity check before encryptionKrzysztof Wicher
2017-03-06assign more concrete issues to disabled testsKrzysztof Wicher
2017-03-06add sanity check to make sure data is not plain text in the encrypted documentKrzysztof Wicher
2017-03-06Use new name of Rijndael (AES)Krzysztof Wicher
2017-03-06use full type instead of var when using TypeName.CreateKrzysztof Wicher
2017-03-06normalize line endings when comparing xmlKrzysztof Wicher
2017-03-06add symmetric and asymmetric xml encryption samplesKrzysztof Wicher
2017-03-06Fix slash error in Un*xAnthony Langsworth