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
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
2012-12-13Add a monotouch Mono.Security source file.Rodrigo Kumpera
2012-11-23Do not send IP address as server_name entries and skip non-fatal (warning) al...Sebastien Pouliot
2012-11-21Fix NTLM related test failures.Martin Baulig
2012-11-13Only send server_name extension for TLS (not SSLv3). Fix for #8312Sebastien Pouliot
2012-11-09Implement NTLMv2 Session and NTLMv2 Authentication.Martin Baulig
2012-10-17Add support for 'server_name' extension in the TLS client hello message. Fix ...Sebastien Pouliot
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-08Fix some warningsMarek Safar
2012-06-02[net_1_0] Finally all of NET_1_0 is gone from the source filesMiguel de Icaza
2012-05-14newer nunit does not require a [TestFixture] attribute and made those fixture...Sebastien Pouliot
2012-05-01Do not raise the client cert callback twice.Gonzalo Paniagua Javier
2012-04-27Do not send all the DNs on the server upon establishing a connection.Gonzalo Paniagua Javier
2012-04-05Update csproj filesMarek Safar
2012-04-03Apply SHA256 optimizations (single buffer allocation, inlining and better loc...Sebastien Pouliot
2012-04-03Ensure a default key is available, if none is set, when using ARC4ManagedSebastien Pouliot
2012-03-28Adjust unit tests wrt Gonzalo fix for NTLM - commit 214741630f96ddd3e847ff405...Sebastien Pouliot
2012-03-28Fix tests where a DSA CA certificate expired at the end of 2011Sebastien Pouliot
2012-03-042 fixes for NTLM authenticationGonzalo Paniagua Javier
2012-02-17Fix few more warningsMarek Safar
2012-02-17Fix some compiler warningsMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-06-21Removed hard coded timeout for SslStreamBase.Konrad M. Kruczynski
2011-04-06once more: Remove obsolete nunit syntax from tests except for Assertion usage.Atsushi Eno
2011-04-04Add MD4, SHA384 and SHA512 signature verification to X.509 certificatesSebastien Pouliot
2011-04-03Avoid throwing (just return false) when verifying an RSA certificate with dsa...Sebastien Pouliot
2011-03-30Relax X.509 CRL verification if the issuer is a CASebastien Pouliot
2011-03-30Add support for validating RSA-based X.509 certifcates using SHA256Sebastien Pouliot
2011-03-28Expose the distribution points from cRLDistrubutionPoint extensionSebastien Pouliot
2011-03-28Do not throw in IsSelfSigned on non-RSA based certificatesSebastien Pouliot
2011-02-13Add solution filesMiguel de Icaza
2011-02-11Continue X509Chain processing even if the local machine directory does not ex...Sebastien Pouliot
2010-11-03Fix condition so the new feature is available outside NET_2_1Sebastien Pouliot
2010-11-03Fix mixed newlinesMarek Habersack
2010-11-03Fix bootstrapping issue wrt moonlight profileSebastien Pouliot
2010-11-03[API] X509 related enhacemnts to allow 1) associating keystore's private keys...Pablo Ruiz Garcia
2010-10-19Remove dead code from BigInteger since it confuse some peopleSebastien Pouliot
2010-09-08Enable the Mono.Security build for monodroidJb Evain
2010-09-08Simplify ifdefs specifics to MOONLIGHTJb Evain