Hello!

I'm trying to load gost openssl engine with crypto.setEngine function. The 
only working way was to specify a full path to dylib (e.g. 
"/opt/local/lib/engines/libgost.dylib'").
But I still can not use digest from loaded engine. Call 
to crypto.createSign('md_gost94') fails with "Unknown message digest" error.

AFAIK node.js goes with bundled openssl. Does it include engines like gost? 
Should it work with system dylib for engine?

Thank you!

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/27fd4d3f-727d-4f78-baca-8f101d6ad77d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to