[gnutls-devel] GnuTLS | msmtp unable to send mail with gnutls 3.6.5. TLS1.3 issue? (#644)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Dec 8 10:39:23 CET 2018


@sam.varshavchik In the GNU Wget project, we use blocking sockets and check for GNUTLS_E_AGAIN since 7.5 years. See commit 96c3ec36c:
```
96c3ec36c (Ray Satiro  2011-04-07 12:25:39 +0200 359)   while (ret == GNUTLS_E_INTERRUPTED || ret == GNUTLS_E_AGAIN);
```

There is no further description to explain why. But there must have been an issue around that time. Prior, the check was just `ret == GNUTLS_E_INTERRUPTED`.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/644#note_123401927
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/20181208/b322a5a7/attachment.html>


More information about the Gnutls-devel mailing list