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.
Details
Details
- Reviewers
gallatin - Commits
- rS354028: Use a counter with a random base for explicit IVs in GCM.
- tested with ktls_ocf with both cryptosoft and ccr
- used wireshark to verify incrementing nonces
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Would you be able to test this with the current ISA-L module (and verify it works ok on your end)?