Commit 69221ec
authored
Fix double increment of clen in AESGCM case of MBEDTLS 3.0+
mbedtls_cipher_auth_encrypt_ext will fill clen with tlen.
see https://mbed-tls.readthedocs.io/projects/api/en/v2.28.6/api/file/cipher_8h/#cipher_8h_1a64ea7a5500f054d1d60a22369d171eea1 parent 5c47b80 commit 69221ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments