summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 11:26:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 11:26:18 +0000
commit52b6b11e993085cdc8df669a5334f51b93761e57 (patch)
tree213315c4f73fdcbf42f0c39548df697da7b76166 /includes
parent2c79db7ea7e591d198936867c42dad63677cb697 (diff)
downloadgnutls-52b6b11e993085cdc8df669a5334f51b93761e57.tar.gz
added gnutls_x509_certificate_get_fingerprint(). Untested yet.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 64bad19450..eb3239ed85 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -187,6 +187,9 @@ int gnutls_x509_certificate_check_revocation(gnutls_x509_certificate cert,
gnutls_x509_crl * crl_list,
int crl_list_length);
+int gnutls_x509_certificate_get_fingerprint(gnutls_x509_certificate cert,
+ gnutls_digest_algorithm algo, char *buf,
+ int *sizeof_buf);
#ifdef __cplusplus
}