summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-25 12:07:10 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-26 12:43:18 +0200
commit7a2f81e178ee9b29090a9cac286f38e9996a389d (patch)
tree8bde547fd9f08f0c817adaad3759f35d5a52b29d /lib/x509
parent69b2acc470da85d0364effd9584b4ceea18e8f2d (diff)
downloadgnutls-7a2f81e178ee9b29090a9cac286f38e9996a389d.tar.gz
doc: fixed missing function and enumeration parameters
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/x509')
-rw-r--r--lib/x509/privkey.c5
-rw-r--r--lib/x509/x509.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 562ad418d0..db1279e842 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/privkey.c
@@ -1186,7 +1186,8 @@ gnutls_x509_privkey_import_ecc_raw(gnutls_x509_privkey_t key,
* gnutls_x509_privkey_import_gost_raw:
* @key: The data to store the parsed key
* @curve: holds the curve
- * @paramset: holds the parameters id
+ * @digest: will hold the digest
+ * @paramset: will hold the GOST parameter set ID
* @x: holds the x
* @y: holds the y
* @k: holds the k
@@ -1559,7 +1560,7 @@ int gnutls_x509_privkey_export_ecc_raw(gnutls_x509_privkey_t key,
* @key: a key
* @curve: will hold the curve
* @digest: will hold the digest
- * @paramset: will hold the parameters id
+ * @paramset: will hold the GOST parameter set ID
* @x: will hold the x coordinate
* @y: will hold the y coordinate
* @k: will hold the private key
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 4aff55eba9..1880f6acc3 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -3526,7 +3526,8 @@ gnutls_x509_crt_get_pk_ecc_raw(gnutls_x509_crt_t crt,
* gnutls_x509_crt_get_pk_gost_raw:
* @crt: Holds the certificate
* @curve: will hold the curve
- * @paramset: will hold paramset
+ * @digest: will hold the digest
+ * @paramset: will hold the GOST parameter set ID
* @x: will hold x
* @y: will hold y
*