Skip to content

Commit 9fac6dd

Browse files
tniessenjuanarbol
authored andcommittedOct 11, 2022
doc: remove old OpenSSL ENGINE constants
These constants have not existed since OpenSSL 1.1.0 reached EOL a few years ago. Refs: #19794 PR-URL: #44589 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 53543c6 commit 9fac6dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎doc/api/crypto.md

-6
Original file line numberDiff line numberDiff line change
@@ -5263,12 +5263,6 @@ is a bit field taking one of or a mix of the following flags (defined in
52635263
* `crypto.constants.ENGINE_METHOD_ALL`
52645264
* `crypto.constants.ENGINE_METHOD_NONE`
52655265

5266-
The flags below are deprecated in OpenSSL-1.1.0.
5267-
5268-
* `crypto.constants.ENGINE_METHOD_ECDH`
5269-
* `crypto.constants.ENGINE_METHOD_ECDSA`
5270-
* `crypto.constants.ENGINE_METHOD_STORE`
5271-
52725266
### `crypto.setFips(bool)`
52735267

52745268
<!-- YAML

0 commit comments

Comments
 (0)
Please sign in to comment.