]> git.ipfire.org Git - thirdparty/gnutls.git/commit
ktls: add support for FreeBSD
authorYongye Zhu <zyy1102000@gmail.com>
Wed, 4 Oct 2023 09:26:14 +0000 (09:26 +0000)
committerDaiki Ueno <ueno@gnu.org>
Wed, 4 Oct 2023 09:26:14 +0000 (09:26 +0000)
commit22fddddc53cfb2b2d9f73a27bc1ea147f53cd746
tree8c1585e929c914d09da6594d8aff3f531e90d911
parent73ece61a7344c5c6a98f421d77033bac6c49ab0e
ktls: add support for FreeBSD

This extend the KTLS support to FreeBSD, with the AES-GCM-128, AES-GCM-256, and ChaCha20-Poly1305 ciphersuites.

Signed-off-by: Yongye Zhu <zyy1102000@gmail.com>
Reviewed-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
lib/system/ktls.c
m4/hooks.m4
tests/gnutls_ktls.c
tests/ktls.sh [changed mode: 0755->0644]