xorbit / node-aes-gcm

AES GCM module for node.js using OpenSSL
MIT License
34 stars 16 forks source link

Node v0.11 support #2

Closed pedrofranceschi closed 9 years ago

pedrofranceschi commented 9 years ago

Any plans on supporting Node v0.11?

xorbit commented 9 years ago

Yes! I just updated the code to be able to build on both 0.10 and 0.11 using NAN. The updated version should be in NPM now. Can you try if it works for you?

greenboxal commented 9 years ago

It's working!

As from Node 0.11 this should be deprecated, but it's still useful as we don't have to touch our code when updating from 0.10.x instead of using crypto.

pedrofranceschi commented 9 years ago

Great, thanks a lot!