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)
Sun, Mar 23, 12:09 PM
Unknown Object (File)
Sun, Mar 16, 10:16 AM
Unknown Object (File)
Sun, Mar 16, 1:18 AM
Unknown Object (File)
Wed, Mar 12, 8:10 PM
Unknown Object (File)
Tue, Mar 11, 7:00 PM
Unknown Object (File)
Feb 24 2025, 2:59 PM
Unknown Object (File)
Jan 31 2025, 7:10 PM
Unknown Object (File)
Jan 26 2025, 3:45 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