mirror of https://github.com/nodejs/node.git
doc: move reference to OpenSSL flags SSL_OP_*
Refs: https://github.com/nodejs/node/pull/34050 PR-URL: https://github.com/nodejs/node/pull/39935 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
5763d4723a
commit
9eff8191f2
|
@ -5319,6 +5319,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
|
|||
|
||||
### OpenSSL options
|
||||
|
||||
See the [list of SSL OP Flags][] for details.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Constant</th>
|
||||
|
@ -5553,8 +5555,6 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
|
|||
|
||||
### Other OpenSSL constants
|
||||
|
||||
See the [list of SSL OP Flags][] for details.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Constant</th>
|
||||
|
|
Loading…
Reference in New Issue