Commit 68156cb
test: fix test-tls-client-mindhsize for OpenSSL32
Refs: #53382
- OpenSSL32 has a minimum dh key size by 2048 by
default.
- Create larter 3072 dh key needed for testing and
adjust tests to use it for builds with OpenSSL32
Signed-off-by: Michael Dawson <midawson@redhat.com>
PR-URL: #54739
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent d5b73e5 commit 68156cbCopy full SHA for 68156cb
3 files changed
+36-9Lines changed: 36 additions & 9 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- test
- fixtures/keys
- parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
test/fixtures/keys/Makefile
Copy file name to clipboardExpand all lines: test/fixtures/keys/Makefile+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
594 | 595 | |
595 | 596 | |
596 | 597 | |
| 598 | + |
| 599 | + |
| 600 | + |
597 | 601 | |
598 | 602 | |
599 | 603 | |
|
Collapse file
test/fixtures/keys/dh3072.pem
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Collapse file
test/parallel/test-tls-client-mindhsize.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-client-mindhsize.js+21-9Lines changed: 21 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
39 | | - |
40 | | - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
41 | 42 | |
42 | | - |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
60 | 61 | |
61 | 62 | |
62 | 63 | |
63 | | - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
64 | 71 | |
65 | 72 | |
66 | 73 | |
67 | | - |
68 | | - |
69 | | - |
| 74 | + |
| 75 | + |
| 76 | + |
70 | 77 | |
71 | 78 | |
72 | | - |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
73 | 85 | |
74 | 86 | |
75 | 87 | |
|
0 commit comments