digitalmars.D - Has anyone used OpenSSL in D yet?
- David Nadlinger (5/5) May 30 2011 Hello list,
- Moritz Warning (5/12) May 30 2011 Tango has SSLSockets etc., maybe you can those?
- David Nadlinger (5/17) May 30 2011 D'oh, having done D2 development only for quite some time, I didn't even...
Hello list, as I'd like to add SSL support to my Thrift project soon, I am wondering whether anybody has a set of OpenSSL bindings lying around – or maybe even a complete D port? David
May 30 2011
On Mon, 30 May 2011 15:08:52 +0200, David Nadlinger wrote:Hello list, as I'd like to add SSL support to my Thrift project soon, I am wondering whether anybody has a set of OpenSSL bindings lying around – or maybe even a complete D port? DavidTango has SSLSockets etc., maybe you can those? They are BSD licensed, maybe you can ask the author? http://dsource.org/projects/tango/docs/current/ tango.net.util.c.OpenSSL.html
May 30 2011
On 5/30/11 6:31 PM, Moritz Warning wrote:On Mon, 30 May 2011 15:08:52 +0200, David Nadlinger wrote:D'oh, having done D2 development only for quite some time, I didn't even think of having a look at Tango – thanks, I guess I'll contact Jeff, the original author, about licensing. DavidHello list, as I'd like to add SSL support to my Thrift project soon, I am wondering whether anybody has a set of OpenSSL bindings lying around – or maybe even a complete D port? DavidTango has SSLSockets etc., maybe you can those? They are BSD licensed, maybe you can ask the author? http://dsource.org/projects/tango/docs/current/ tango.net.util.c.OpenSSL.html
May 30 2011