Commit 2296a4f
tls: add
Helps in implementation of #6204, where some options passed to
`createSecurePair()` are ignored before this patch.
These options are very helpful if someone wants to pass
`options.servername` or `options.SNICallback` to securepair.
PR-URL: #2441
Reviewed-By: Fedor Indutny <fedor@indutny.com>options argument to createSecurePair1 parent 5e0759f commit 2296a4fCopy full SHA for 2296a4f
File tree
Expand file treeCollapse file tree
4 files changed
+34
-3
lines changedOpen diff view settings
Filter options
- doc/api
- lib
- test
- fixtures
- parallel
Expand file treeCollapse file tree
4 files changed
+34
-3
lines changedOpen diff view settings
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
511 | 511 | |
512 | 512 | |
513 | 513 | |
514 | | - |
| 514 | + |
515 | 515 | |
516 | 516 | |
517 | 517 | |
| ||
530 | 530 | |
531 | 531 | |
532 | 532 | |
| 533 | + |
| 534 | + |
533 | 535 | |
534 | 536 | |
535 | 537 | |
|
Collapse file
+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
761 | 761 | |
762 | 762 | |
763 | 763 | |
764 | | - |
| 764 | + |
| 765 | + |
765 | 766 | |
766 | 767 | |
767 | 768 | |
768 | | - |
| 769 | + |
| 770 | + |
769 | 771 | |
770 | 772 | |
771 | 773 | |
|
Binary file not shown.
Collapse file
test/parallel/test-tls-securepair-fiftharg.js
Copy file name to clipboard+27Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
0 commit comments