зеркало из https://github.com/mono/mono-tls.git
bdcc934db2 | ||
---|---|---|
Android | ||
Console/Mono.Security.NewTls.Console | ||
IOS | ||
Mac | ||
MartinsPlayground | ||
Mono.Security.NewTls | ||
Mono.Security.NewTls.DotNetConsole | ||
Mono.Security.NewTls.Instrumentation | ||
Mono.Security.NewTls.TestFramework | ||
Mono.Security.NewTls.TestProvider | ||
Mono.Security.NewTls.Tests | ||
NativeOpenSsl | ||
external | ||
.gitignore | ||
.gitmodules | ||
ARCHITECTURE.md | ||
Makefile.native | ||
MartinsPlayground.mdw | ||
Mono.Security.NewTls.Android.sln | ||
Mono.Security.NewTls.Mac.sln | ||
Mono.Security.NewTls.iOS.sln | ||
Mono.Security.NewTls.sln | ||
README.Setup.md | ||
README.TestFramework.md | ||
README.md | ||
filelist.pl | ||
new-tls.snk |
README.md
Mono TLS
This module contains a pure managed implementation of the TLS 1.2, 1.1 and 1.0 protocols that is pluggable into Mono's 4.4 stack.
Please note that the code in this module is not ready yet, it has NOT BEEN SECURITY AUDITED AND NO GUARANTEE ABOUT SECURITY OR STABILITY can be made!
You are very welcome to use this module to test the new TLS code, find bugs, problems, security issues, anything in it - but do not use it in production environment until it is ready.
See ARCHITECTURE.md for an overview of the project, build instructions additional more information.
Build
To build this module, open the solution .sln file in this directory and compile it.
Last changed October 21st, 2015 Martin Baulig martin.baulig@xamarin.com