-
Notifications
You must be signed in to change notification settings - Fork 115
Commit 0cd8ed8
chore: load the systemCA and check for FIPS, help and version
For help we are refering to the README.md, if we want something more
fancy we porobably want to have better documentation generation so we
don't maintain two files (here and the README.md)1 parent 7905894 commit 0cd8ed8
File tree
3 files changed
+50
-9
lines changed- src
- common
- tests/unit/common
3 files changed
+50
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | - | ||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
5 | 7 |
| |
6 | 8 |
| |
9 | + | ||
7 | 10 |
| |
8 | 11 |
| |
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
9 | 18 |
| |
10 | 19 |
| |
11 | 20 |
| |
| |||
78 | 87 |
| |
79 | 88 |
| |
80 | 89 |
| |
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 | - | ||
230 | + | ||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| |||
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
314 | - | ||
315 | - | ||
316 | - | ||
317 | - | ||
318 | 314 |
| |
319 | 315 |
| |
320 | 316 |
| |
| |||
330 | 326 |
| |
331 | 327 |
| |
332 | 328 |
| |
333 | - | ||
329 | + | ||
334 | 330 |
| |
335 | 331 |
| |
336 | 332 |
| |
| |||
357 | 353 |
| |
358 | 354 |
| |
359 | 355 |
| |
360 | - | ||
356 | + | ||
361 | 357 |
| |
362 | 358 |
| |
363 | 359 |
| |
|
0 commit comments