Commit 91e7c14
doc: fix createDiffieHellman generator type
OpenSSL does not provide a straight-forward way to implement a
non-integer generator, so createDiffieHellman never supported anything
other than a number as the generator. (This only applies to the
signature where the first argument is the size of the prime, and
therefore a number.)
Refs: nodejs/node-v0.x-archive#7086
Refs: #21782
PR-URL: #31121
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>1 parent 17a48f1 commit 91e7c14Copy full SHA for 91e7c14
File tree
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1855 | 1855 | |
1856 | 1856 | |
1857 | 1857 | |
1858 | | - |
1859 | | - |
| 1858 | + |
1860 | 1859 | |
1861 | 1860 | |
1862 | 1861 | |
|
0 commit comments