tls: support OCSP on client and server
authorFedor Indutny <fedor@indutny.com>
Mon, 14 Apr 2014 17:15:57 +0000 (21:15 +0400)
committerFedor Indutny <fedor@indutny.com>
Thu, 17 Apr 2014 22:21:16 +0000 (02:21 +0400)
commitb3ef289ffb7db476d284866658213f04415ea92d
treeece3f973d16849e46ea7736880055482df0616e7
parent77d1f4a91f2885fd3f39298754ae5b7ee75ad3d1
tls: support OCSP on client and server
19 files changed:
doc/api/tls.markdown
lib/_tls_common.js
lib/_tls_legacy.js
lib/_tls_wrap.js
src/env.h
src/node.cc
src/node_crypto.cc
src/node_crypto.h
src/node_crypto_clienthello.cc
src/node_crypto_clienthello.h
test/fixtures/keys/Makefile
test/fixtures/keys/agent1-cert.pem
test/fixtures/keys/agent1-csr.pem
test/fixtures/keys/agent1-key.pem
test/fixtures/keys/agent1.cnf
test/fixtures/keys/ca1-cert.pem
test/fixtures/keys/ca1-cert.srl
test/fixtures/keys/ca1-key.pem
test/simple/test-tls-ocsp-callback.js [new file with mode: 0644]