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
2018-03-16Avoid allocator allocations in StorePal.LinkFromCertificateCollectionStephen Toub
2018-03-16Remove allocations from ChainPal.BuildChain due to ToLpstrArrayStephen Toub
2018-03-16Avoid StringBuffer allocation in Interop.Kernel32.GetMessageStephen Toub
2018-03-15Normalize the too-big-to-decrypt message across RSA implementationsJeremy Barton
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-02-28Enable RSA-OAEP(SHA-2) and RSA-PSS on Unix systemsJeremy Barton
2018-02-28Use user-scope chains when doing Find with validOnly=trueJeremy Barton
2018-02-25Port ECDiffieHellman to .NET CoreJeremy Barton
2018-02-24Add CU\My to the search path for resolving cert chains on LinuxJeremy Barton
2018-01-29Fix IO error handling for adding certs to X509Store on LinuxJeremy Barton
2018-01-19Fixing X509Certificate2Collection.Export on Unix with multiple certs and priv...Ayende Rahien
2018-01-15Delete unnecessary ApiCompatBaseline files (#26343)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-03Add cert thumprint methods which accept a HashAlgorithmNameJeremy Barton
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-08-30XML doc spelling corrections - Q through Z. (#23655)Brian Chavez
2017-08-15Add DSA span-based methods (#23226)Stephen Toub
2017-08-14Modify High Sierra Check and Fix TZ Test (#23171)Tarek Mahmoud Sayed
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Re-enable test disabled on High Sierra since the bug is fixed (#23058)Jeremy Barton
2017-08-08Merge pull request #23026 from bartonjs/x509chain_unnecessary_networkJeremy Barton
2017-08-04Make OpenSSL verify self-issued signature integrity to match WindowsJeremy Barton
2017-08-03Prevent unnecessary AIA fetches of trusted rootsJeremy Barton
2017-07-27Remove ILCBuildType=chk from System.Security.Cryptography.X509Certificates.Te...Santiago Fernandez Madero
2017-07-13Merge pull request #22173 from joperezr/x509testsJose Perez Rodriguez
2017-07-13EnableX509Certificates tests to run on uap and uapaotJose Perez Rodriguez
2017-07-12Add missing return statement in test VerifyWithRevocation skip path. (#22149)Jeremy Barton
2017-07-12Disable tests on High Sierra which trigger corrupt chainsJeremy Barton
2017-07-06Make CertificateRequest chain tests pass under clock adjustments (#21909)Jeremy Barton
2017-07-05Prevent SslProvider exceptions from being thrown to native code (#21801)Stephen Toub
2017-07-04Fix segfault on chain build on macOS High Sierra (#21838)Jeremy Barton
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-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-28Fix cryptography errors on macOS 10.13 (#21631)Jeremy Barton
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-22Fix temp keychain lifetime with macOS CopyWithPrivateKeyJeremy Barton
2017-06-19Make VerifyWithRevocation skip if the Online chain can't buildJeremy Barton
2017-06-05Update buildtools (#20651)Matt Ellis
2017-06-03More retries around VerifyWithRevocation test (#20504)Dan Moseley
2017-05-27Throw PlatformNotSupportedExceptions from IDeserializationCallback on types t...Morgan Brown
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-21Proactively fix other potential use-after-free .Handle errorsStephen Toub
2017-05-21Fix "invalid handle" failure in X509Cert's copy ctor on macOSStephen Toub
2017-05-20Fix RevocationMode and RevocationFlag errors on macOSJeremy Barton
2017-05-18Make all X509Store.Open exceptions be CryptographicException. (#19844)Jeremy Barton
2017-05-18Merge pull request #19916 from bartonjs/ephemeralkeycert_tostringStephen Toub
2017-05-18Fix Windows X509Certificate2.ToString(true) for ephemeral private keysJeremy Barton
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna