summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-09-28 07:10:55 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2018-09-28 07:10:55 +0000
commit021688d241f4a7e524467c6f410264aa6eb8c885 (patch)
treebee9cc873c06d3040a84644976ba09104da6e171 /lib/x509
parentc9c4523eaddbfd8e7fb7855e31de4f1d88ec1c06 (diff)
parent0d0e0bd8b93506247d52d83b0a54c7d4063c5c41 (diff)
downloadgnutls-021688d241f4a7e524467c6f410264aa6eb8c885.tar.gz
Merge branch 'tmp-cleanup-in-docs' into 'master'
manpage generation cleanup See merge request gnutls/gnutls!760
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
*