Page MenuHomeFreeBSD

Use a counter with a random base for explicit IVs in GCM.
ClosedPublic

Authored by jhb on Oct 22 2019, 10:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 2:51 AM
Unknown Object (File)
Feb 20 2025, 7:52 PM
Unknown Object (File)
Feb 1 2025, 11:31 AM
Unknown Object (File)
Jan 25 2025, 7:23 AM
Unknown Object (File)
Jan 13 2025, 4:21 AM
Unknown Object (File)
Dec 11 2024, 1:48 AM
Unknown Object (File)
Nov 27 2024, 7:28 AM
Unknown Object (File)
Nov 25 2024, 6:33 AM
Subscribers

Details

Summary

This permits constructing the entire TLS header in ktls_frame()
rather than ktls_seq(). This also matches the approach used by
OpenSSL which uses an incrementing nonce as the explicit IV
rather than the sequence number.

Test Plan
  • tested with ktls_ocf with both cryptosoft and ccr
  • used wireshark to verify incrementing nonces

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Would you be able to test this with the current ISA-L module (and verify it works ok on your end)?

Works fine running on a Netflix cache.

This revision is now accepted and ready to land.Oct 23 2019, 11:08 PM