New TLS implementation for Mono.
Перейти к файлу
Martin Baulig bdcc934db2 Bump. 2016-02-26 15:57:57 -05:00
Android Merge the work branch. 2016-02-26 15:05:22 -05:00
Console/Mono.Security.NewTls.Console Merge the work branch. 2016-02-26 15:05:22 -05:00
IOS Merge the work branch. 2016-02-26 15:05:22 -05:00
Mac Merge the work branch. 2016-02-26 15:05:22 -05:00
MartinsPlayground
Mono.Security.NewTls Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.DotNetConsole Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.Instrumentation Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.TestFramework Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.TestProvider Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.Tests Merge the work branch. 2016-02-26 15:05:22 -05:00
NativeOpenSsl FIXME: switch to 32-bit for the moment again. 2015-10-19 14:46:52 -04:00
external Bump. 2016-02-26 15:57:57 -05:00
.gitignore
.gitmodules Merge the work branch. 2016-02-26 15:05:22 -05:00
ARCHITECTURE.md Rename Xamarin Studio solutions. 2015-10-27 14:40:30 -04:00
Makefile.native
MartinsPlayground.mdw
Mono.Security.NewTls.Android.sln Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.Mac.sln Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.iOS.sln Merge the work branch. 2016-02-26 15:05:22 -05:00
Mono.Security.NewTls.sln Merge the work branch. 2016-02-26 15:05:22 -05:00
README.Setup.md Rename Xamarin Studio solutions. 2015-10-27 14:40:30 -04:00
README.TestFramework.md
README.md Update README.md 2015-10-26 17:27:45 -04:00
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