Add SSL Support
Closed this issue · 6 comments
GoogleCodeExporter commented
Please, add SSL support
mb this help
http://www.koders.com/java/fid34F043A6C385F08D020D57C2285A95DFB447EDB0.aspx?s=SS
LEngineImpl
Original issue reported on code.google.com by abuhar...@gmail.com
on 30 Jan 2011 at 11:31
GoogleCodeExporter commented
It's entirely possible to stack SSL-handling on top of Naga, but at this time I
don't have a project write the SSL-implementation for.
I wrote Naga after writing numerous different NIO-implementations. I felt I
knew intimately what you needed from a good, simple NIO-library, and I wrote it
with several different projects in mind.
I haven't written an SSL-wrapper from scratch before, so I would need to write
a few different implementations to make sure I get rid of bloat. Another issue
to consider is if it doesn't violate the simplicity of the library. It might be
better to write a separate NagaSSL-library that relies on Naga to do the socket
handling.
Of course, if a lot of people requested it...
Original comment by christof...@gmail.com
on 30 Jan 2011 at 7:03
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
Thank you for reply. Naga really simple and very useful framework. Thank you
very much for it.
Original comment by abuhar...@gmail.com
on 31 Jan 2011 at 7:40
GoogleCodeExporter commented
Original comment by christof...@gmail.com
on 10 Feb 2011 at 3:32
- Changed state: Started
GoogleCodeExporter commented
Original comment by christof...@gmail.com
on 10 Feb 2011 at 3:33
GoogleCodeExporter commented
There is now a SSL support added in the version in subversion.
Original comment by christof...@gmail.com
on 7 Mar 2011 at 4:40
GoogleCodeExporter commented
An SSL-implementation is now available for testing.
Original comment by christof...@gmail.com
on 31 Oct 2011 at 10:27
- Changed state: Fixed