blob: a43e34f845f337e0519903f63ead3bb26a74b7ea [file] [log] [blame]
Gilles Peskined61551c2021-12-13 12:43:11 +01001Security
2 * Zeroize several intermediate variables used to calculate the expected
3 value when verifying a MAC or AEAD tag. This hardens the library in
4 case the value leaks through a memory disclosure vulnerability. For
5 example, a memory disclosure vulnerability could have allowed a
6 man-in-the-middle to inject fake ciphertext into a DTLS connection.