]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Aug 2014 13:37:08 +0000 (15:37 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Aug 2014 13:53:11 +0000 (15:53 +0200)
lib/pkcs11.c
lib/pkcs11_privkey.c

index 386d17877f50f86dd34ad35cb4c95f1fd1c3daa4..16636399222b59dc1bddbc5ac56962dc23947f2d 100644 (file)
@@ -1660,7 +1660,7 @@ unsigned int pkcs11_obj_flags_to_int(unsigned int flags)
  * gnutls_pkcs11_obj_import_url:
  * @obj: The structure to store the object
  * @url: a PKCS 11 url identifying the key
- * @flags: One of GNUTLS_PKCS11_OBJ_* flags
+ * @flags: Or sequence of GNUTLS_PKCS11_OBJ_* flags
  *
  * This function will "import" a PKCS 11 URL identifying an object (e.g. certificate)
  * to the #gnutls_pkcs11_obj_t structure. This does not involve any
@@ -2589,7 +2589,7 @@ find_objs(struct pkcs11_session_info *sinfo,
  * @n_list: initially should hold the maximum size of the list. Will contain the actual size.
  * @url: A PKCS 11 url identifying a set of objects
  * @attrs: Attributes of type #gnutls_pkcs11_obj_attr_t that can be used to limit output
- * @flags: One of GNUTLS_PKCS11_OBJ_* flags
+ * @flags: Or sequence of GNUTLS_PKCS11_OBJ_* flags
  *
  * This function will initialize and set values to an object list
  * by using all objects identified by a PKCS 11 URL.
@@ -2652,7 +2652,7 @@ gnutls_pkcs11_obj_list_import_url(gnutls_pkcs11_obj_t * p_list,
  * @n_list: It will contain the size of the list.
  * @url: A PKCS 11 url identifying a set of objects
  * @attrs: Attributes of type #gnutls_pkcs11_obj_attr_t that can be used to limit output
- * @flags: One of GNUTLS_PKCS11_OBJ_* flags
+ * @flags: Or sequence of GNUTLS_PKCS11_OBJ_* flags
  *
  * This function will initialize and set values to an object list
  * by using all objects identified by the PKCS 11 URL. The output
index 88fb43483413b503973d4e61509897be15f329a1..02784b1971750d3858324f956bca212ab05466a0 100644 (file)
@@ -378,7 +378,7 @@ int gnutls_pkcs11_privkey_status(gnutls_pkcs11_privkey_t key)
  * gnutls_pkcs11_privkey_import_url:
  * @pkey: The structure to store the parsed key
  * @url: a PKCS 11 url identifying the key
- * @flags: sequence of GNUTLS_PKCS_PRIVKEY_*
+ * @flags: Or sequence of GNUTLS_PKCS11_OBJ_* flags
  *
  * This function will "import" a PKCS 11 URL identifying a private
  * key to the #gnutls_pkcs11_privkey_t structure. In reality since