| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 09917c9 commit e5134b1
1 file 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. | |
@@ -450,7 +450,7 @@ information. | |||
| 450 | 450 | Returns an object representing a type, name and size of parameter of | |
| 451 | 451 | an ephemeral key exchange in [Perfect forward Secrecy][] on a client | |
| 452 | 452 | connection. It returns an empty object when the key exchange is not | |
| 453 | - ephemeral. As it is only supported on a client socket, it returns null | ||
| 453 | + ephemeral. As it is only supported on a client socket, it returns `null` | ||
| 454 | 454 | if this is called on a server socket. The supported types are 'DH' and | |
| 455 | 455 | 'ECDH'. The `name` property is only available in 'ECDH'. | |
| 456 | 456 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments