Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: add missing duplex ref
  • Loading branch information
pimterry committed Jul 27, 2020
commit cfca5478c2fbc0419d6e00805d12ba7c2c27e98e
1 change: 1 addition & 0 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1987,6 +1987,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
[`SSL_export_keying_material`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html
[`SSL_get_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html
[`crypto.getCurves()`]: crypto.html#crypto_crypto_getcurves
[`Duplex`]: stream.html#stream_class_stream_duplex
[`net.createServer()`]: net.html#net_net_createserver_options_connectionlistener
[`net.Server.address()`]: net.html#net_server_address
[`net.Server`]: net.html#net_class_net_server
Expand Down