dcrypt
dcrypt copied to clipboard
node.js openssl bindings
``` $ npm install dcrypt npm WARN engine [email protected]: wanted: {"node":">= 0.4.2 < 0.5.0","npm":">= 0.3.15 < 1.1.0"} (current: {"node":"0.12.4","npm":"2.10.1"}) > [email protected] preinstall /home/anya/src/jsprox/node_modules/dcrypt > node-waf clean || true; node-waf configure...
x509.createCert(bitSize, days, entries, extensions) now takes four arguments. Sample usage: ``` c1 = dcrypt.x509.createCert(1024, 10, { CN:"bob.com", C:"XX", O:"Organization of evil geniuses", OU:"Sub-division of testy mutants" }, { "basicConstraints": "critical,CA:TRUE",...
Still uses node-waf, rather than node-gyp, so it won't compile on node v0.10.5, npm v1.2.18
Not sure if this module is still supported, but I'm having trouble trying to use it with node 0.6.7. I'd try and debug it but node is pretty new to...
$ npm install dcrypt -g > [email protected] preinstall /home/jules/lib/node_modules/dcrypt > node-waf clean || true; node-waf configure build Nothing to clean (project not configured) Checking for program g++ or c++ :...