crypto: allow custom generator for DiffieHellman
authorBrian White <mscdex@mscdex.net>
Tue, 18 Feb 2014 01:57:08 +0000 (20:57 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 18 Feb 2014 11:49:23 +0000 (15:49 +0400)
commita226be4f76b73f651404803777e4ecdcbb5ac4ff
tree1ed472e032db35618e705fbbeef4a9b1c5072089
parent466a9b5c78abef8f6c5261f33df83672d78b41b5
crypto: allow custom generator for DiffieHellman
doc/api/crypto.markdown
lib/crypto.js
src/env.h
src/node_constants.cc
src/node_crypto.cc
src/node_crypto.h
test/simple/test-crypto-binary-default.js
test/simple/test-crypto.js