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)
Fri, Oct 10, 2:06 PM
Unknown Object (File)
Fri, Sep 26, 10:26 AM
Unknown Object (File)
Sep 17 2025, 9:55 PM
Unknown Object (File)
Sep 17 2025, 9:17 PM
Unknown Object (File)
Sep 13 2025, 11:41 AM
Unknown Object (File)
Aug 30 2025, 3:24 PM
Unknown Object (File)
Aug 16 2025, 1:06 PM
Unknown Object (File)
Aug 14 2025, 4:54 PM
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