crypto: add SPKAC support
authorJason Gerfen <jason.gerfen@gmail.com>
Thu, 10 Oct 2013 20:24:53 +0000 (13:24 -0700)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 13 Oct 2013 08:31:20 +0000 (10:31 +0200)
commit7f66e44dc1e90e7abda2a9ed02d7e8163e1f6358
tree2bed4615d81af1ee2504b49a6bd557817095dc84
parent684dd28a6c684532336777348875ac11305727b9
crypto: add SPKAC support

Implements new class 'Certificate' within crypto object for working
with SPKAC's (signed public key & challenge) natively.
lib/crypto.js
src/node_crypto.cc
src/node_crypto.h
test/fixtures/spkac.fail [new file with mode: 0644]
test/fixtures/spkac.pem [new file with mode: 0644]
test/fixtures/spkac.valid [new file with mode: 0644]
test/simple/test-crypto-certificate.js [new file with mode: 0644]