crypto: separate altname extensions with ", "
authorFedor Indutny <fedor@indutny.com>
Mon, 8 Dec 2014 13:45:12 +0000 (16:45 +0300)
committerFedor Indutny <fedor@indutny.com>
Wed, 10 Dec 2014 17:07:58 +0000 (00:07 +0700)
commit687dfc9875973bba23ff46ed80cbc02207395a31
tree3cdec0ff24bf7cbca3394055f7db02be235ad714
parentac18ebddbdf4b2d3fdfeb4e3b10619e38c87b4ca
crypto: separate altname extensions with ", "

In newly introduced `SafeX509ExtPrint` I forgot to insert separators
between extensions, which lead to the "DNS:...DNS:..." thing for npm.

Fix: iojs/io.js#105
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/113.patch
src/node_crypto.cc
test/fixtures/keys/0-dns-cert.pem
test/simple/test-tls-0-dns-altname.js