[gcr/wip/mjog/cert-fingerprint-docs] gcr: Don't specify checksum types for certificate fingerprint docs



commit aeb6b56540fd8549ffecad8283536dc15d37453e
Author: Michael Gratton <mike vee net>
Date:   Wed Jan 9 23:18:36 2019 +1100

    gcr: Don't specify checksum types for certificate fingerprint docs
    
    Remove sentences that suggest only SHA1 and MD5 are supported hashes
    when getting a certificate's fingerprint.

 gcr/gcr-certificate.c | 6 ------
 1 file changed, 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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]