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:
231
231
5 . Client validates the response and either destroys socket or performs a
232
232
handshake.
233
233
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)
237
237
238
238
NOTE: adding this event listener will have an effect only on connections
239
239
established after addition of event listener.
@@ -451,7 +451,7 @@ information.
451
451
Returns an object representing a type, name and size of parameter of
452
452
an ephemeral key exchange in [ Perfect forward Secrecy] [ ] on a client
453
453
connection. 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 `
455
455
if this is called on a server socket. The supported types are 'DH' and
456
456
'ECDH'. The ` name ` property is only available in 'ECDH'.
457
457
You can’t perform that action at this time.
0 commit comments