crypto: add SPKAC support
authorJason Gerfen <jason.gerfen@gmail.com>
Thu, 10 Oct 2013 20:24:53 +0000 (13:24 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 16 Oct 2013 16:43:19 +0000 (09:43 -0700)
commit7bf46ba4cedefe8d3b6548a314ad64fc0cfd89f1
treebf3915932b952cae180c7d7e5277089216d1bf3c
parenta555992d5ebd93ae873f002e8ff26dba596a62b8
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]