diff options
Diffstat (limited to 'doc/functions/gnutls_pubkey_import_url')
-rw-r--r-- | doc/functions/gnutls_pubkey_import_url | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pubkey_import_url b/doc/functions/gnutls_pubkey_import_url new file mode 100644 index 0000000..57fbb72 --- /dev/null +++ b/doc/functions/gnutls_pubkey_import_url @@ -0,0 +1,18 @@ + + + + +@deftypefun {int} {gnutls_pubkey_import_url} (gnutls_pubkey_t @var{key}, const char * @var{url}, unsigned int @var{flags}) +@var{key}: A key of type @code{gnutls_pubkey_t} + +@var{url}: A PKCS 11 url + +@var{flags}: One of GNUTLS_PKCS11_OBJ_* flags + +This function will import a public key from the provided URL. + +@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a +negative error value. + +@strong{Since:} 3.1.0 +@end deftypefun |