summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gratton <mike@vee.net>2019-01-09 23:18:36 +1100
committerMichael Gratton <mike@vee.net>2019-01-09 23:18:36 +1100
commitaeb6b56540fd8549ffecad8283536dc15d37453e (patch)
treef3753caf920bd1b5a0df2efbe3de4d9a748e5703
parent2dd8e14bc4d6e24e341087806cb649a1f2c8c83c (diff)
downloadgcr-wip/mjog/cert-fingerprint-docs.tar.gz
gcr: Don't specify checksum types for certificate fingerprint docswip/mjog/cert-fingerprint-docs
Remove sentences that suggest only SHA1 and MD5 are supported hashes when getting a certificate's fingerprint.
-rw-r--r--gcr/gcr-certificate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcr/gcr-certificate.c b/gcr/gcr-certificate.c
index dad64d8..07d7572 100644
--- a/gcr/gcr-certificate.c
+++ b/gcr/gcr-certificate.c
@@ -853,9 +853,6 @@ gcr_certificate_get_key_size (GcrCertificate *self)
*
* Calculate the fingerprint for this certificate.
*
- * You can pass G_CHECKSUM_SHA1 or G_CHECKSUM_MD5 as the @type
- * parameter.
- *
* The caller should free the returned data using g_free() when
* it is no longer required.
*
@@ -893,9 +890,6 @@ gcr_certificate_get_fingerprint (GcrCertificate *self, GChecksumType type, gsize
* Calculate the fingerprint for this certificate, and return it
* as a hex string.
*
- * You can pass G_CHECKSUM_SHA1 or G_CHECKSUM_MD5 as the @type
- * parameter.
- *
* The caller should free the returned data using g_free() when
* it is no longer required.
*