diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 9db4bc5f415bf7..90df0d3a6bbeeb 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3388,6 +3388,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. ### Other OpenSSL constants +See the [list of SSL OP Flags][] for details. +
Constant | @@ -3556,3 +3558,4 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. [scrypt]: https://en.wikipedia.org/wiki/Scrypt [stream-writable-write]: stream.html#stream_writable_write_chunk_encoding_callback [stream]: stream.html +[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
---|