[gnutls-devel] GnuTLS | transparent client re-authentication (#571)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Sep 21 16:37:59 CEST 2018


New Issue was created.

Issue 571: https://gitlab.com/gnutls/gnutls/issues/571
Author:    Nikos Mavrogiannopoulos
Assignee:  

Currently we handle re-authentication under TLS1.2 (or earlier) on the client side via handling of the `GNUTLS_E_REHANDSHAKE` error code . Under TLS1.3, the client application must handle the `GNUTLS_E_REAUTH_REQUEST` by calling `gnutls_reauth()`. This can result to a lot of code which is tedious for client applications. We should provide a `gnutls_init()` flag which makes the re-authentication transparent under both TLS1.2 and TLS1.3.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/571
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/20180921/75a467c5/attachment.html>


More information about the Gnutls-devel mailing list