tong / hxssl

Haxe→C++/Neko OpenSSL bindings
30 stars 45 forks source link

Support java target #32

Open singpolyma opened 10 years ago

singpolyma commented 10 years ago

Would be really nice if this could be used with the java target.

hexonaut commented 10 years ago

Java has it's own SSL support. You don't need to use hxssl.

singpolyma commented 10 years ago

haxe.Http says I need hxssl for https support, though...

hexonaut commented 10 years ago

That's a mistake in the wording of the error in Haxe. The Java target is fairly new so it's missing some functionality.

hxssl is only for c++ and neko targets.