TLS: CRL support
authorTheo Schlossnagle <jesus@omniti.com>
Tue, 23 Nov 2010 18:00:42 +0000 (13:00 -0500)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 10 Feb 2011 08:49:15 +0000 (00:49 -0800)
commit01a864a29d64119054401784cd9255c3a813bdbc
treece3468bd7372eff74684019161721ca7a2bf6962
parent634e7236f7456432107d05fe8ec5f8da19a6abe4
TLS: CRL support

Needs more tests.
19 files changed:
lib/crypto.js
lib/tls.js
src/node_crypto.cc
src/node_crypto.h
test/fixtures/keys/Makefile
test/fixtures/keys/agent3-cert.pem
test/fixtures/keys/agent3-csr.pem
test/fixtures/keys/agent3-key.pem
test/fixtures/keys/agent4-cert.pem
test/fixtures/keys/agent4-csr.pem
test/fixtures/keys/agent4-key.pem
test/fixtures/keys/ca2-cert.pem
test/fixtures/keys/ca2-cert.srl
test/fixtures/keys/ca2-crl.pem [new file with mode: 0644]
test/fixtures/keys/ca2-database.txt [new file with mode: 0644]
test/fixtures/keys/ca2-key.pem
test/fixtures/keys/ca2-serial [new file with mode: 0644]
test/fixtures/keys/ca2.cnf
test/simple/test-tls-server-verify.js