summaryrefslogtreecommitdiff
path: root/lib/x509/common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-10 16:02:12 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-11 18:08:21 +0200
commit469f8fbead2acb60c215be1ddb6d769cda78d1af (patch)
tree5b71fc552702a940b1787f570570452827ceb5ef /lib/x509/common.h
parent0aefb946f6b25a617412316b05affcd7811da2be (diff)
downloadgnutls-469f8fbead2acb60c215be1ddb6d769cda78d1af.tar.gz
allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT
Diffstat (limited to 'lib/x509/common.h')
-rw-r--r--lib/x509/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 044984841f..48340a12c0 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -214,6 +214,7 @@ int _gnutls_copy_data(gnutls_datum_t* str, uint8_t *out, size_t *out_size);
int _san_othername_to_virtual(const char *oid, size_t oid_size);
+int _gnutls_x509_decode_ext(const gnutls_datum_t *der, gnutls_x509_ext_st *out);
int x509_crt_to_raw_pubkey(const gnutls_datum_t * cert,
gnutls_datum_t * rpubkey);