Page MenuHomeFreeBSD

KTLS: Construct IV directly in crp.crp_iv for TLS 1.3 AEAD encryption.
ClosedPublic

Authored by jhb on Apr 21 2022, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 1:15 PM
Unknown Object (File)
Wed, Apr 29, 1:08 PM
Unknown Object (File)
Wed, Apr 29, 6:46 AM
Unknown Object (File)
Tue, Apr 28, 3:16 AM
Unknown Object (File)
Mon, Apr 27, 7:52 PM
Unknown Object (File)
Apr 22 2026, 6:29 AM
Unknown Object (File)
Apr 22 2026, 2:44 AM
Unknown Object (File)
Apr 20 2026, 12:58 AM
Subscribers

Details

Summary

Previously this used a temporary nonce[] buffer. The decrypt hook for
TLS 1.3 as well as the hooks for TLS 1.2 already constructed the IV
directly in crp.crp_iv.

Diff Detail

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