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
2017-03-20System.Security.Cryptography.X509Certificates enums from .NET Core.Vladimir Kazakov
2017-01-03[System] Unify Mono.Security dependency to be same for all profilesMarek Safar
2016-10-25[System] Don't build managed BTLS code on monotouchAlexander Köplinger
2016-10-20[System]: Distinguish between empty hostnames and no hostnames for certificat...Martin Baulig
2016-10-12[System] Warnings cleanupMarek Safar
2016-10-10[System]: Fix a typo in X500DistinguishedName.AreEqual().Martin Baulig
2016-10-05[BTLS]: Certificate cleanups and fixes. (#3706)Martin Baulig
2016-10-03[System*] Throw a PlatformNotSupported exception when using the managed netwo...Rolf Bjarne Kvinge
2016-09-30[BTLS]: Add managed BTLS sources.Martin Baulig
2016-09-30[System]: New X509Helper2 APIs for BTLS.Martin Baulig
2016-09-28Cleanup; with the removal of 'PrebuiltSystemAlias', we don't need to use XX50...Martin Baulig
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-08-26[bcl] Fix method parameter names to match .NETAlexander Köplinger
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-08-11[System]: Add new internal X509Certificate2Impl.IntermediateCertificates.Martin Baulig
2016-05-11[System] Rename variable to fix bootstrapping with Mono 3.10 mcsAlexander Köplinger
2016-05-10[System]: Lazy-init X509ChainPolicy.ExtraStore when called from SystemCertifi...Martin Baulig
2016-05-06[System]: Fix certificate validation with empty hostname.Martin Baulig
2016-05-05[System] Oid from referencesource. Fixes #40646 and other incompabilitiesMarek Safar
2016-04-16[System] Remove PrebuiltSystem alias (it's not needed with any modern mcs)Marek Safar
2016-04-13[corlib]: Add X509CertificateImpl.GetNativeAppleCertificate().Martin Baulig
2016-04-08[corlib]: Add internal callback to 'X509Helper' to use System's X509Helper2.Martin Baulig
2016-04-07[Mono.Security]: Add new internal 'MonoTlsProvider' APIs.Martin Baulig
2016-03-24[System]: Add private 'X500DistinguishedName' API to store the canonical enco...Martin Baulig
2016-03-24[System]: Make 'X509Certificate2' and 'X509Chain' lazily-initialized.Martin Baulig
2016-02-10Impelements IDisposable in X509StoreMarcos Henrich
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-05[System]: Only use the 'MONO_SECURITY_ALIAS' conditional to determine whether...Martin Baulig
2015-12-10[corlib]: Cleanup X509Certificate and move the implementation-specific bits i...Martin Baulig
2015-11-19[System]: Implement X509Certificate2.Export(X509ContentType.Pfx).Martin Baulig
2015-10-30[Mono.Security]: Add 'MonoTlsSettings.TrustAnchors' and 'CertificateValidatio...Martin Baulig
2015-10-30[System]: Cleanup 'ChainValidationHelper', moving the actual validation code ...Martin Baulig
2015-10-16[System]: Remove the TrustEvaluateSsl(MX.X509CertificateCollection...) overlo...Martin Baulig
2015-10-14[System]: Add OSX509Certificates.TrustEvaluateSsl(X509Certificate2Collection,...Martin Baulig
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-06-15Support both unencrypted PKCS#12 and PKCS#12 encrypted with an empty password...Jaroslav Imrich
2014-05-28[System] Ensure pinvoke into OXS/iOS Security framework are 64bits safeSebastien Pouliot
2014-04-25Include support for SSL/TLS right in System when building for the MONODROID p...Marek Habersack
2013-12-18Do not assume the first certificate of a PKCS12 file is the one matching the ...Sebastien Pouliot
2013-12-18Replace custom Load with File.ReadAllBytesSebastien Pouliot
2013-07-02Allow the MONOTOUCH targetr to build its SSL/TLS support right inside System....Sebastien Pouliot
2013-06-21Add [Serializable] to X509Certificate2 (added in .NET 4.0) [#12457]Sebastien Pouliot
2013-05-29Change code to more linker friendly ways to create MD5 and X509Chain and allo...Sebastien Pouliot
2013-04-30Avoid potential NRE is the UserCAStore could not be created. ref: desk #33432Sebastien Pouliot
2013-04-05Redirect more duplicate security types to Mono.SecurityMarek Safar
2013-02-26Fix more compiler warningsMarek Safar
2013-02-26Fixes failing testsMarek Safar
2013-02-25Remove duplicated files from system.dll (saves about 100kb)Marek Safar
2013-02-11Kill the MOONLIGHT define in System.Rodrigo Kumpera
2012-11-07Get better linker results when doing full-aot wrt the cryptographic stackSebastien Pouliot