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)
Mar 17 2024, 8:02 AM
Unknown Object (File)
Mar 14 2024, 3:47 PM
Unknown Object (File)
Mar 14 2024, 3:47 PM
Unknown Object (File)
Mar 14 2024, 3:33 PM
Unknown Object (File)
Mar 7 2024, 3:22 PM
Unknown Object (File)
Dec 22 2023, 10:49 PM
Unknown Object (File)
Jun 21 2023, 2:56 AM
Unknown Object (File)
Jun 16 2023, 3:45 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