Page MenuHomeFreeBSD

ipsec: add support for CHACHA20POLY1305
ClosedPublic

Authored by kp on Oct 27 2022, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 11:26 PM
Unknown Object (File)
Apr 11 2024, 9:19 PM
Unknown Object (File)
Apr 11 2024, 5:29 PM
Unknown Object (File)
Apr 11 2024, 5:29 PM
Unknown Object (File)
Apr 11 2024, 5:29 PM
Unknown Object (File)
Apr 11 2024, 5:18 PM
Unknown Object (File)
Apr 10 2024, 9:41 PM
Unknown Object (File)
Apr 6 2024, 10:01 PM

Details

Summary

Based on a patch by ae@.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

kp requested review of this revision.Oct 27 2022, 6:58 PM
gbe added a reviewer: manpages.
gbe added a subscriber: gbe.

LGTM for the man page parts.

This revision is now accepted and ready to land.Oct 27 2022, 8:17 PM

Looks good to me, for the remaining part.

sys/net/pfkeyv2.h
391

It seems SADB_X_EALG_AESCCM16 is not related to chacha cipher.

Is that missing in some previous commit ?

If so I'd suggested to commit separately and it will be easy to MFCed.

Remove unused SADB_X_EALG_AESCCM16 definition

This revision now requires review to proceed.Oct 28 2022, 2:07 PM
kp marked an inline comment as done.Oct 28 2022, 2:08 PM
kp added inline comments.
sys/net/pfkeyv2.h
391

Good catch.

The patch this is based on also added CCM. I've not been able to test that, so it's not part of this patch, but I failed to remove this definition.

This revision is now accepted and ready to land.Oct 28 2022, 10:18 PM
This revision was automatically updated to reflect the committed changes.
kp marked an inline comment as done.