Skip to content

Commit 8960a63

Browse files
mkrawczukaddaleax
authored andcommitted
doc: add a reference to the list of OpenSSL flags.
Some of the SSL_OP_* constants are missing description in the documentation. Instead of rewriting the description from OpenSSL's wiki, I have decided to put a link to a detailed list in the 'OpenSSL Options' section. I see no point of doing both - adding a reference to the wiki and adding constant descriptions - but I might do if presented with convincing arguments. This is a follow-up to #33929. PR-URL: #34050 Reviewed-By: James M Snell <[email protected]>
1 parent 4ac0df9 commit 8960a63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/crypto.md

+3
Original file line numberDiff line numberDiff line change
@@ -3358,6 +3358,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
33583358

33593359
### Other OpenSSL constants
33603360

3361+
See the [list of SSL OP Flags][] for details.
3362+
33613363
<table>
33623364
<tr>
33633365
<th>Constant</th>
@@ -3525,3 +3527,4 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
35253527
[scrypt]: https://en.wikipedia.org/wiki/Scrypt
35263528
[stream-writable-write]: stream.html#stream_writable_write_chunk_encoding_callback
35273529
[stream]: stream.html
3530+
[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options

0 commit comments

Comments
 (0)