Page MenuHomeFreeBSD

ossl: Fix some bugs in the fallback AES-GCM implementation
ClosedPublic

Authored by markj on Nov 29 2023, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 3:53 AM
Unknown Object (File)
Fri, Apr 26, 2:28 AM
Unknown Object (File)
Fri, Apr 19, 3:00 AM
Unknown Object (File)
Fri, Apr 19, 3:00 AM
Unknown Object (File)
Fri, Apr 19, 2:59 AM
Unknown Object (File)
Fri, Apr 19, 2:46 AM
Unknown Object (File)
Apr 8 2024, 10:16 AM
Unknown Object (File)
Apr 1 2024, 1:16 PM
Subscribers

Details

Summary

gcm_*_aesni() are used when the AVX512 implementation is not available.
Fix two bugs which manifest when handling operations spanning multiple
segments:

  • Avoid underflow when the length of the input is smaller than the residual.
  • In gcm_decrypt_aesni(), ensure that we begin the operation at the right offset into the input and output buffers.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable