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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-24[build] Ensure that staged build directories are set on LOCAL_MCS_FLAGSMiguel de Icaza
2014-05-09[build] Prevent cyclic targets from being built in parallelMiguel de Icaza
2014-05-09Drop the extra separatorMiguel de Icaza
2014-05-09[build] Staged setup for building assemblies with cyclic dependenciesMiguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-12[Mono.Security] Add .sources file for xammac (same as monotouch)Sebastien Pouliot
2014-04-11[Mono.Security] Send all the certificates (except the root) from an SSL/TLS '...Sebastien Pouliot
2014-04-10[Security] Added check for failed chmod on "keypairs" directory creationAlexis Christoforides
2014-03-01Data corruption using SslStream (Xamarin bug 15293)Ed Boren
2014-02-19[SSL/TLS] Fix typo to build when INSIDE_SYSTEM is definedSebastien Pouliot
2014-02-19[SSL/TLS] Update tlstest tool to build with 4.5 and to use/filter the client ...Sebastien Pouliot
2014-02-19[SSL/TLS] Add support to select and/or re-order ciphers suites [#16327]Sebastien Pouliot
2014-02-13Put back and fix the SSL async patch.Martin Baulig
2014-02-11[NTLM]: Add new 'NtmlSettings' class to hold the 'DefaultAuthLevel' property.Martin Baulig
2014-02-10Revert "Merge pull request #829 from symform/httpwebreq-async-ssl"Marek Safar
2014-02-08Merge pull request #829 from symform/httpwebreq-async-sslSebastien Pouliot
2014-01-24Allow a TLS1.1+ client (like recent Google Chrome, 1.2) to fallback to TLS1.0...Sebastien Pouliot
2013-12-06Convert blocking operations in HttpWebRequest and SslClientStream to non-bloc...Bassam Tabbara
2013-09-12Remove comment, refer to the spec insteadMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-06-27Do not throw, optionally, when facing an unknown OID. Fix mozroot facing an s...Sebastien Pouliot
2013-06-07[ios] Remove code path using UseMachineKeyStore since it's not available (and...Sebastien Pouliot
2013-06-03a few more nunit test modernization.Atsushi Eno
2013-06-03convert some unit tests to modern style. (not really modern, just killing Ass...Atsushi Eno
2013-05-29Refactor the Mono.Security code to use more linker friendly ways to create ha...Sebastien Pouliot
2013-05-29[ios] Add, as a last resort, the creation of the hash based on it's type name...Sebastien Pouliot
2013-05-23Share a bit more code wrt OID/hash so X.509 CRL can use any of them (like the...Sebastien Pouliot
2013-05-22Add support for certificates using RIPEMD160 and add test for them and SHA256...Sebastien Pouliot
2013-05-21Additional crypto support needs to be in mscorlib.dll (not System.dll) to be ...Sebastien Pouliot
2013-05-17Merge changes, that were only made in corlib, back into Mono.SecuritySebastien Pouliot
2013-05-17Fix copy-paste typo (encryptionAlgorithm vs decryptionAlgorithm) in my last C...Sebastien Pouliot
2013-05-16Prefer using AES over Rijndael in newer profiles. SSL/TLS does not need the e...Sebastien Pouliot
2013-05-14Simply logic a bit when SslClientStream is only used from inside System.dllSebastien Pouliot
2013-05-14Space/tabs unificationSebastien Pouliot
2013-05-13Allow compiling SSL/TLS and NTLM support directly into System.dll to avoid a ...Sebastien Pouliot
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01Tests update for mobile profileMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-11Kill the MOONLIGHT define in Mono.Security.Rodrigo Kumpera
2013-02-10[System.Security]: Fix broken NTLM nunit tests.Martin Baulig
2013-02-07Update csproj filesMarek Safar
2013-01-31Add support for alternate source files to be used on extension-less builds.Rodrigo Kumpera
2013-01-30Revert "Revert "Fix the Mono.Security.dll monotouch build.""Rodrigo Kumpera
2013-01-29Revert "Fix the Mono.Security.dll monotouch build."Atsushi Eno
2013-01-26[Mono.Security]: Change NTLM domain policy.Martin Baulig
2013-01-26Fix the Mono.Security.dll monotouch build.Rodrigo Kumpera
2013-01-22fix monotouch build here to get rx MT build.Atsushi Eno
2013-01-07Accept Version == 0 as valid (just like 1) when verifying a counter signature...Sebastien Pouliot