[gnutls-devel] GnuTLS | Adding KTLS feature for free-bsd, support AES128, AES 256, CHACHA20-POLY 1305 (!1768)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Aug 22 16:29:21 CEST 2023
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1768 was reviewed by František Krenželok
--
František Krenželok started a new discussion on lib/system/ktls.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1768#note_1523019646
> + assert(offset != NULL);
> +
> + gnutls_transport_get_int2(session, &sockin, &sockout);
Lets go even further and use `#define` only for the calling of senfile() and the:
```
*offset += sbytes; /* follow linux sendfile behavior */
return sbytes;
```
--
František Krenželok started a new discussion on tests/ktls.sh: https://gitlab.com/gnutls/gnutls/-/merge_requests/1768#note_1523019661
You might have made some unintentional space changes here, let's revert those.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1768
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20230822/cdbf078d/attachment.html>
More information about the Gnutls-devel
mailing list