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)
Jul 22 2025, 10:48 AM
Unknown Object (File)
Jun 23 2025, 11:32 AM
Unknown Object (File)
Jun 20 2025, 5:32 PM
Unknown Object (File)
Jun 20 2025, 8:03 AM
Unknown Object (File)
Jun 8 2025, 11:57 PM
Unknown Object (File)
Jun 6 2025, 3:36 PM
Unknown Object (File)
May 15 2025, 8:30 PM
Unknown Object (File)
May 15 2025, 9:52 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