0.0.2 • Published 11 years ago

node-hardcoressl v0.0.2

Weekly downloads
10
License
-
Repository
-
Last release
11 years ago

HardcodeSSL is a package for obtaining low-level asynchronous interface to the OpenSSL function.

OpenSSL support delivered with the node.js (ssl module) lacks a possibility to run OpenSSL connections over transports without dedicated file descriptors (such ZeroMQ is).

HardcoreSSL allows you to initiate SSL session, then pass ready-to-send encrypted data to a custom JavaScript callback for further delivery. If user code correctly trasnsmits the data to the remote side, and forwards responses back to the HardcodeSSL, you will be happy with your brand new secure connection.