Commit 95e7b5b
committed
Add AES key wrap with padding (RFC 5649) and crypto callback support
Adds wc_AesKeyWrap_Pad/wc_AesKeyUnWrap_Pad and their _ex variants plus crypto
callback dispatch, routing blocks through wc_AesEcb* so an ECB only callback works.1 parent 5012d1d commit 95e7b5b
13 files changed
Lines changed: 2051 additions & 42 deletions
File tree
- .github/workflows
- tests
- api
- swdev
- wolfcrypt
- src
- test
- wolfssl/wolfcrypt
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
302 | 311 | | |
303 | 312 | | |
304 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6715 | 6715 | | |
6716 | 6716 | | |
6717 | 6717 | | |
| 6718 | + | |
| 6719 | + | |
6718 | 6720 | | |
6719 | | - | |
| 6721 | + | |
6720 | 6722 | | |
6721 | 6723 | | |
6722 | 6724 | | |
6723 | 6725 | | |
| 6726 | + | |
| 6727 | + | |
| 6728 | + | |
| 6729 | + | |
| 6730 | + | |
| 6731 | + | |
| 6732 | + | |
| 6733 | + | |
| 6734 | + | |
| 6735 | + | |
| 6736 | + | |
| 6737 | + | |
| 6738 | + | |
| 6739 | + | |
| 6740 | + | |
| 6741 | + | |
| 6742 | + | |
6724 | 6743 | | |
6725 | 6744 | | |
6726 | 6745 | | |
| |||
11363 | 11382 | | |
11364 | 11383 | | |
11365 | 11384 | | |
| 11385 | + | |
| 11386 | + | |
| 11387 | + | |
| 11388 | + | |
| 11389 | + | |
11366 | 11390 | | |
11367 | 11391 | | |
11368 | 11392 | | |
| |||
13343 | 13367 | | |
13344 | 13368 | | |
13345 | 13369 | | |
| 13370 | + | |
13346 | 13371 | | |
13347 | 13372 | | |
13348 | 13373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37045 | 37045 | | |
37046 | 37046 | | |
37047 | 37047 | | |
| 37048 | + | |
| 37049 | + | |
| 37050 | + | |
37048 | 37051 | | |
37049 | 37052 | | |
37050 | 37053 | | |
| |||
0 commit comments