$ grep ^VERSION */deps/openssl/openssl/Makefile
master/deps/openssl/openssl/Makefile:VERSION=1.0.2f
node_0.10/deps/openssl/openssl/Makefile:VERSION=1.0.1r
node_0.12/deps/openssl/openssl/Makefile:VERSION=1.0.1r
node_4.x/deps/openssl/openssl/Makefile:VERSION=1.0.2f
node_5.x/deps/openssl/openssl/Makefile:VERSION=1.0.2f
Currently:
We should be on 1.0.2g and 1.0.1s, I believe this is just a problem in the Makefile but it's what I'm currently using to figure out the version for https://nodejs.org/dist/index.tab and https://nodejs.org/dist/index.json and it's wrong for our recent releases.
@nodejs/crypto