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
2015-12-15[signcode] Change default hashing algorithm from MD5 to SHA1Alexander Köplinger
2015-12-02[csproj] Update order.xml and csproj filesAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-26[Mono.Security]: Actually rename MonoSslStream.cs into IMonoSslStream.cs.Martin Baulig
2015-11-26[Mono.Security]: Rename 'Mono.Security.Interface.MonoSslStream' into 'IMonoSs...Martin Baulig
2015-11-26[Mono.Security]: Add a few more 'Mono.Security.Interface' APIs.Martin Baulig
2015-11-24[Mono.Security]: Minor 'Mono.Security.Interface' API improvements.Martin Baulig
2015-11-19[System]: Implement X509Certificate2.Export(X509ContentType.Pfx).Martin Baulig
2015-11-17[Mono.Security]: Add 'X509Chain' to ICertificateValidator.InvokeSystemValidat...Martin Baulig
2015-11-17[Mono.Security]: The default value of 'MonoTlsSettings.UseServicePointManager...Martin Baulig
2015-11-17Fixed hang in SslStreamBase when stream is closed during I/OIvo Smits
2015-11-13[Mono.Security]: Cleanup the internal `Mono.Security.Interface.ICertificateVa...Martin Baulig
2015-11-10[Mono.Security]: Add destructor to MonoSslStream.Martin Baulig
2015-11-10[Mono.Security]: 'Mono.Security.Interface.MonoSslStream' needs to implement I...Martin Baulig
2015-11-10[Mono.Security]: Make MonoTlsProviderFactory.CreateHttpListener() take 'X509C...Martin Baulig
2015-11-06[Mono.Security]: Add API to let MonoTlsProvider provider a custom system cert...Martin Baulig
2015-11-06[Mono.Security]: Add ICertificateValidator.InvokeSystemValidator().Martin Baulig
2015-11-06[Mono.Security]: Add CertificateValidationHelper(MonoTlsProvider,MonoTlsSetti...Martin Baulig
2015-10-30[Mono.Security]: Add 'MonoTlsSettings.TrustAnchors' and 'CertificateValidatio...Martin Baulig
2015-10-30[Mono.Security]: On mobile, 'Mono.Security.Interface.CertificateValidationHel...Martin Baulig
2015-10-29[Mono.Security]: Add new MonoTlsProviderFactory.CreateHttpListener() API to c...Martin Baulig
2015-10-29Oops, also need to set it when cloning.Martin Baulig
2015-10-29[Mono.Security]: Add 'MonoTlsSettings.EnabledProtocols' property.Martin Baulig
2015-10-29[Mono.Security]: It is legal for a TlsClientCertificate message to contain no...Martin Baulig
2015-10-29[Mono.Security]: Rename 'MonoTlsSettings.ServerCertificateValidationCallback'...Martin Baulig
2015-10-23[Mono.Security]: Use the new 'NoReflectionHelper' instead of reflection in 'M...Martin Baulig
2015-10-23[System]: Add internal 'Mono.Net.Security.NoReflectionHelper' class to avoid ...Martin Baulig
2015-10-23Remove 'using System.Reflection'.Martin Baulig
2015-10-23[Mono.Security]: Access System.dll's internals directly instead of using refl...Martin Baulig
2015-10-21[Mono.Security]: Mark 'HttpsClientStream' as obsolete.Martin Baulig
2015-10-17Merge pull request #2143 from akoeplinger/refactor-mono-security-providersAlexander Köplinger
2015-10-16[Mono.Security.Providers] Refactor providers into distinct foldersAlexander Köplinger
2015-10-16[TLS]: Make ValidationResult.MonoSslPolicyErrors nullable.Martin Baulig
2015-10-16[Mono.Security]: Check 'CertificateValidationHelper.SupportsX509Chain' before...Martin Baulig
2015-10-16Forgot to remove one MARTIN_FIXME.Martin Baulig
2015-10-15[System/TLS]: Switch to the new ChainValidationHelper.Martin Baulig
2015-10-13[Mono.Security/build]: Add custom monodroid_Mono.Security.dll.sources.Martin Baulig
2015-10-12[System/TLS]: Add the new Mono.Security.Interface and Mono.Net.Security APIs ...Martin Baulig
2015-10-12Add MARTIN_FIXME conditionals to some of the newly added files in preparation...Martin Baulig
2015-10-12[System/TLS]: Add the new Mono.Security.Interface and Mono.Net.Security code.Martin Baulig
2015-09-23Merge pull request #1325 from madrang/CryptoToolsCtorCheckMiguel de Icaza
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-07-25[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5Alexander Köplinger
2015-06-25Add a monotouch_watch profile.Rolf Bjarne Kvinge
2015-05-20[TLS]: Fix #23792.Martin Baulig
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-04-10Fix order of parameters when creating ArgumentExceptionBojan Rajkovic
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-06 Remove the EXPORT ciphers and related code pathSebastien Pouliot