Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Add jhb's Wireguard entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehops authored and pauamma committed Apr 13, 2022
1 parent 8f9dc2a commit 0833383
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 2022q1/ocf-wg.adoc
@@ -0,0 +1,15 @@
=== Kernel Crypto changes to support WireGuard

During the last quarter, I continued my work to improve the FreeBSD
WireGuard driver. On the FreeBSD side, I added support for the
XChaCha20-Poly1305 AEAD cipher. I also added a dedicated API to support
[X]ChaCha20-Poly1035 on small, flat buffers. Finally, I added an API
wrapper for the curve25519 implementation from libsodium.

For the WireGuard driver, I wrote a series of patches which updates the
driver to use crypto APIs such as those mentioned above in place of
internal cipher implementations. The series also includes a fix to
avoid scheduling excessive crypto tasks as well as a few other small
fixes. This series is pending review.

Sponsor: The FreeBSD Foundation

0 comments on commit 0833383

Please sign in to comment.