hxssl

Cpp/Neko OpenSSL Bindings


Keywords
base64, crypto, encryption, hash, https, md5, openssl, secure, socket, ssl, tls
License
QPL-1.0
Install
haxelib install hxssl 3.0.0-alpha

Documentation

HXSSL

Haxe Cpp/Neko OpenSSL bindings

Build Status

First build openssl

  • Build the 'build.n' script: cd openssl/tools; haxe compile.hxml
  • Use the build.n script to build the library: cd openssl/project; neko build.n

Next build the ndll

  • cd src; haxelib run hxcpp build.xml