aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/wireguard/wireguard_noise.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19wireguard: notify key changes to crypto engineLijian Zhang1-0/+6
2023-03-02wireguard: add barrier to sync dataGabriel Oginski1-15/+17
2022-08-03wireguard: add processing of received cookie messagesAlexander Chernavin1-80/+24
2022-07-11wireguard: fix coverity warningsArtem Glazychev1-8/+8
2022-01-21wireguard: add async mode for decryption packetsGabriel Oginski1-117/+0
2022-01-21wireguard: add async mode for encryption packetsGabriel Oginski1-60/+0
2022-01-20wireguard: add burst modeGabriel Oginski1-70/+104
2021-11-03wireguard: reduce memcopy and prefetch headerGabriel Oginski1-7/+0
2021-11-02build: remove unnecessary executable bitsRay Kinsella1-0/+0
2021-08-13wireguard: add flag to check hmac for decryptionGabriel Oginski1-0/+1
2020-10-20wireguard: reset secret data before freeing itBenoƮt Ganne1-4/+4
2020-09-23wireguard: add handoff nodeArtem Glazychev1-80/+51
2020-09-12wireguard: Fix for tunnel encapNeale Ranns1-6/+10
2020-09-10wireguard: fix handshake procedureArtem Glazychev1-10/+15
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev1-0/+985