File tree
6 files changed
+248
-145
lines changed- include
- lib
- src
6 files changed
+248
-145
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
|
+34-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
| |||
223 | 225 |
| |
224 | 226 |
| |
225 | 227 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
232 | 257 |
| |
233 | 258 |
| |
234 | 259 |
| |
| |||
258 | 283 |
| |
259 | 284 |
| |
260 | 285 |
| |
| 286 | + | |
261 | 287 |
| |
262 | 288 |
| |
263 | 289 |
| |
| |||
289 | 315 |
| |
290 | 316 |
| |
291 | 317 |
| |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 | 318 |
|
- .gitignore+1
- README.md+2-2
- certs/example-rsa-key-pub.der
- certs/example-rsa-key-pub.pem+9
- certs/example-rsa-key.der
- certs/include.am+4-1
- certs/wolf-ca-ecc-cert.pem+11-11
- certs/wolf-ca-rsa-cert.pem+28-28
- examples/boot/README.md+49
- examples/boot/boot.h+35
- examples/boot/include.am+15
- examples/boot/secure_rot.c+339
- examples/include.am+1
- examples/keygen/create_primary.c+4-4
- examples/keygen/keygen.c+2-2
- examples/nvram/counter.c+1-1
- examples/tpm_test.h+2
- examples/wrap/wrap_test.c+9
- hal/tpm_io.c+4-2
- src/tpm2.c+13-5
- src/tpm2_tis.c+11-3
- src/tpm2_wrap.c+323-218
- wolftpm/tpm2.h+6-1
- wolftpm/tpm2_tis.h+7-3
- wolftpm/tpm2_types.h+4
- wolftpm/tpm2_wrap.h+39
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
441 |
| - | |
442 |
| - | |
443 | 441 |
| |
444 | 442 |
| |
| 443 | + | |
| 444 | + | |
| 445 | + | |
445 | 446 |
| |
446 | 447 |
| |
447 | 448 |
| |
448 |
| - | |
449 | 449 |
| |
| 450 | + | |
450 | 451 |
| |
451 | 452 |
| |
452 | 453 |
| |
|
0 commit comments