From 564a2856960790325f08726147b0eb9dde2bb10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Thu, 16 Jan 2020 11:41:47 +0100 Subject: [PATCH 4/4] Revert new options using unsupported OpenSSL features Reverts 54f327b4dcb37f373bc4146686c7e4edcd9c524d https://github.com/nodejs/node/commit/54f327b4dcb37f373bc4146686c7e4edcd9c524d Reverts 6272f82c07e913a76a316a786c9aadbc09f953ff https://github.com/nodejs/node/commit/6272f82c07e913a76a316a786c9aadbc09f953ff Signed-off-by: Jan Staněk --- doc/api/crypto.md | 6 -- doc/api/tls.md | 10 -- lib/_tls_common.js | 13 --- lib/_tls_wrap.js | 4 - lib/internal/crypto/cipher.js | 10 +- src/node_crypto.cc | 123 ------------------------- src/node_crypto.h | 4 - test/fixtures/rsa-oaep-test-vectors.js | 30 ------ test/parallel/test-crypto-rsa-dsa.js | 65 +++++++++---- test/parallel/test-tls-set-sigalgs.js | 74 --------------- 10 files changed, 48 insertions(+), 291 deletions(-) delete mode 100644 test/fixtures/rsa-oaep-test-vectors.js delete mode 100644 test/parallel/test-tls-set-sigalgs.js diff --git a/doc/api/crypto.md b/doc/api/crypto.md index cf651fb..e72006a 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2383,9 +2383,6 @@ An array of supported digest functions can be retrieved using