Support for signature verification with RSA/DSA public keys
authorMark Cavage <mark.cavage@joyent.com>
Thu, 9 Jun 2011 01:20:17 +0000 (18:20 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 14 Jun 2011 10:50:00 +0000 (12:50 +0200)
commit88552c51aead1520a0d20d42b4af39520baab5d1
treefe7acfebcc849e709b8cc922381494f8daf52078
parentf46811633cca986170a62d90e131f6a34e7c47ee
Support for signature verification with RSA/DSA public keys

Fixes #1166.
doc/api/crypto.markdown
src/node_crypto.cc
test/fixtures/test_rsa_privkey.pem [new file with mode: 0644]
test/fixtures/test_rsa_pubkey.pem [new file with mode: 0644]
test/simple/test-crypto.js