Skip to content

Commit f85c7b7

Browse files
mkrawczukMylesBorins
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 12e4d59 commit f85c7b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/crypto.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3382,6 +3382,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
33823382

33833383
### Other OpenSSL constants
33843384

3385+
See the [list of SSL OP Flags][] for details.
3386+
33853387
<table>
33863388
<tr>
33873389
<th>Constant</th>
@@ -3550,3 +3552,4 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
35503552
[scrypt]: https://en.wikipedia.org/wiki/Scrypt
35513553
[stream-writable-write]: stream.html#stream_writable_write_chunk_encoding_callback
35523554
[stream]: stream.html
3555+
[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options

0 commit comments

Comments
 (0)