File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ Typical flow:
2312315 . Client validates the response and either destroys socket or performs a
232232 handshake.
233233
234- NOTE: ` issuer ` could be null, if the certificate is self-signed or if the issuer
235- is not in the root certificates list. (You could provide an issuer via ` ca `
236- option. )
234+ NOTE: ` issuer ` could be ` null ` , if the certificate is self-signed or if the
235+ issuer is not in the root certificates list. (An issuer may be provided via the
236+ ` ca ` option)
237237
238238NOTE: adding this event listener will have an effect only on connections
239239established after addition of event listener.
@@ -451,7 +451,7 @@ information.
451451Returns an object representing a type, name and size of parameter of
452452an ephemeral key exchange in [ Perfect forward Secrecy] [ ] on a client
453453connection. It returns an empty object when the key exchange is not
454- ephemeral. As it is only supported on a client socket, it returns null
454+ ephemeral. As it is only supported on a client socket, it returns ` null `
455455if this is called on a server socket. The supported types are 'DH' and
456456'ECDH'. The ` name ` property is only available in 'ECDH'.
457457
You can’t perform that action at this time.
0 commit comments