DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
Mikhail Tuhckov fb18eaffd7 Exposes SSL Stream and adds more TLS settings (#132)
Motivation:

Some important SSL Stream settings are hidden in the TlsHandler class

Modifications:
SSLStream is provided by user now via factory method;
TLS settings extended

Results:
More advanced scenarios, like X509 client authentication, are possible to do now
2016-06-16 12:07:04 -07:00
.nuget Created FAKE script for DotNetty 2015-08-12 22:08:54 -07:00
examples Exposes SSL Stream and adds more TLS settings (#132) 2016-06-16 12:07:04 -07:00
shared first commit 2015-07-16 01:41:06 -07:00
src Exposes SSL Stream and adds more TLS settings (#132) 2016-06-16 12:07:04 -07:00
test Exposes SSL Stream and adds more TLS settings (#132) 2016-06-16 12:07:04 -07:00
tools resolved conflicts with ByteBufferUtil 2015-11-05 13:31:05 -08:00
.gitattributes first commit 2015-07-16 01:41:06 -07:00
.gitignore Enables multi-buffer send in TcpSocketChannel. Remove constraints on IByteBuffer for writing. 2016-05-12 18:42:54 -07:00
CONTRIBUTING.MD added a contributing procedure file 2015-08-03 15:37:22 -07:00
DotNetty.nuspec fixing starting nuget version 2015-07-16 01:44:39 -07:00
DotNetty.sln Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
DotNetty.sln.DotSettings Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
LICENSE.txt first commit 2015-07-16 01:41:06 -07:00
README.md clarifying where releases and nightly builds live (#77) (#122) 2016-06-01 16:41:07 -07:00
RELEASE_NOTES.md set version to 0.3.1 2016-06-01 19:08:05 -07:00
ThirdPartyNotices.txt first commit 2015-07-16 01:41:06 -07:00
build.cmd Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
build.fsx Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
build.sh Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00

README.md

#DotNetty Project

Join the chat at https://gitter.im/Azure/DotNetty Available on NuGet https://www.nuget.org/packages?q=DotNetty

DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Use

  • Official releases are on NuGet.
  • Nightly builds are available on MyGet.

Contribute

We gladly accept community contributions.