summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-23 07:04:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-23 07:04:37 +0100
commitfebda0c92944a46ebe5bdfb3eeb1024218fc269d (patch)
tree38ea0d32fe3456991f0df98f100439a38494307d
parentbe8ccf9b36d7f9b1cbe07f59ed6425d45ab6d689 (diff)
downloadgnutls-febda0c92944a46ebe5bdfb3eeb1024218fc269d.tar.gz
doc: mention gnutls_privkey_import_ext4 in upgrade from 3.5.x
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--doc/cha-tokens.texi4
-rw-r--r--doc/cha-upgrade.texi3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi
index 1b29aea893..5915965d47 100644
--- a/doc/cha-tokens.texi
+++ b/doc/cha-tokens.texi
@@ -142,7 +142,7 @@ an external API, the following function is provided.
This allows for a simple extensibility API without
resorting to @acronym{PKCS} #11.
-@showfuncdesc{gnutls_privkey_import_ext3}
+@showfuncdesc{gnutls_privkey_import_ext4}
On the private keys where exporting of parameters is possible (i.e.,
software keys), the following functions are also available.
@@ -206,7 +206,7 @@ The input to this function are three callback functions as well as
the prefix of the URL, (e.g., "mypkcs11:") and the length of the prefix.
The types of the callbacks are shown below, and are expected to
use the exported gnutls functions to import the keys and certificates.
-E.g., a typical @code{import_key} callback should use @funcref{gnutls_privkey_import_ext3}.
+E.g., a typical @code{import_key} callback should use @funcref{gnutls_privkey_import_ext4}.
@example
typedef int (*gnutls_privkey_import_url_func)(gnutls_privkey_t pkey,
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 25b087e7ac..11eb959936 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -215,4 +215,7 @@ and @funcintref{gnutls_compression_get_id}.
any of the present certificates. To revert to previous semantics set the @code{GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECK}
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}
+
@end multitable