Commit 8a7db9d
committed
src: add --use-bundled-ca --use-openssl-ca check
The --use-bundled-ca and --use-openssl-ca command line arguments are
mutually exclusive but can both be used on the same command line.
This commit adds a check if both options are used.
Fixes: #12083
PR-URL: #12087
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>1 parent 4d255b0 commit 8a7db9dCopy full SHA for 8a7db9d
File tree
Expand file treeCollapse file tree
2 files changed
+45
-0
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
2 files changed
+45
-0
lines changedOpen diff view settings
Collapse file
+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3637 | 3637 | |
3638 | 3638 | |
3639 | 3639 | |
| 3640 | + |
| 3641 | + |
3640 | 3642 | |
3641 | 3643 | |
3642 | 3644 | |
| ||
3751 | 3753 | |
3752 | 3754 | |
3753 | 3755 | |
| 3756 | + |
3754 | 3757 | |
| 3758 | + |
3755 | 3759 | |
3756 | 3760 | |
3757 | 3761 | |
| ||
3786 | 3790 | |
3787 | 3791 | |
3788 | 3792 | |
| 3793 | + |
| 3794 | + |
| 3795 | + |
| 3796 | + |
| 3797 | + |
| 3798 | + |
| 3799 | + |
| 3800 | + |
| 3801 | + |
| 3802 | + |
3789 | 3803 | |
3790 | 3804 | |
3791 | 3805 | |
|
Collapse file
test/parallel/test-openssl-ca-options.js
Copy file name to clipboard+31Lines changed: 31 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 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
0 commit comments