diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-03-23 20:45:40 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-03-23 20:45:45 +0100 |
commit | 47c1f6bd32eccf8a752ba8bc6949f5db38d7dd2a (patch) | |
tree | b644f45922a64dfc72b111134149c19880270a93 /doc/cha-upgrade.texi | |
parent | febda0c92944a46ebe5bdfb3eeb1024218fc269d (diff) | |
download | gnutls-47c1f6bd32eccf8a752ba8bc6949f5db38d7dd2a.tar.gz |
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc/cha-upgrade.texi')
-rw-r--r-- | doc/cha-upgrade.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi index 11eb959936..1db04aa255 100644 --- a/doc/cha-upgrade.texi +++ b/doc/cha-upgrade.texi @@ -218,4 +218,8 @@ flag using @funcref{gnutls_certificate_set_flags}. @item The callback @funcref{gnutls_privkey_import_ext3} is not flexible enough for new signature algorithms such as RSA-PSS @tab It is replaced with @funcref{gnutls_privkey_import_ext4} +@item Re-handshake functionality is not applicable under TLS 1.3. +@tab It is replaced by separate key update and re-authentication functionality +which can be accessed directly via @funcref{gnutls_session_key_update} and @funcref{gnutls_reauth}. + @end multitable |