From 2d92610525ee7a43438bbbf4c8a001aea57ea1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 13 Sep 2022 00:29:18 +0200 Subject: [PATCH] doc: remove old OpenSSL ENGINE constants These constants have not existed since OpenSSL 1.1.0 reached EOL a few years ago. Refs: https://github.com/nodejs/node/pull/19794 PR-URL: https://github.com/nodejs/node/pull/44589 Reviewed-By: Ben Noordhuis Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/crypto.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index a8beb50ead36ad..2ff934c81fe7d5 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5355,12 +5355,6 @@ is a bit field taking one of or a mix of the following flags (defined in * `crypto.constants.ENGINE_METHOD_ALL` * `crypto.constants.ENGINE_METHOD_NONE` -The flags below are deprecated in OpenSSL-1.1.0. - -* `crypto.constants.ENGINE_METHOD_ECDH` -* `crypto.constants.ENGINE_METHOD_ECDSA` -* `crypto.constants.ENGINE_METHOD_STORE` - ### `crypto.setFips(bool)`