]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: mention gnutls_privkey_import_ext4 in upgrade from 3.5.x
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Mar 2018 06:04:37 +0000 (07:04 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Mar 2018 06:04:37 +0000 (07:04 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
doc/cha-tokens.texi
doc/cha-upgrade.texi

index 1b29aea893fc4a72c9267fa8f1ebd6d2fb548f2a..5915965d47aff20deab608dc10b63375ecce84c4 100644 (file)
@@ -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,
index 25b087e7ac82df4fa6d85b205faa44a29e187bce..11eb959936441566567b5bf5b9912ef5c79a09fb 100644 (file)
@@ -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