Commit 2dbfb16
[crypto/gcm] Check tag length
When performing a redundant calculation on the tag, we create a copy
buffer. That buffer is maximally 128 bits. The input tag length should
follow suit to be checked as maximally 128 bits.
Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>1 parent 18b1373 commit 2dbfb16
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| |||
0 commit comments