summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-13 09:39:21 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-13 11:30:31 +0200
commitf28c86ddb88c9e63ee376b21cc72e971d6c8583a (patch)
tree9a23ea5897d8f4db62788e51ff6e48e77c333747 /lib/includes/gnutls
parentf578471dc3e617edb909f78af5eeedea358a4ea3 (diff)
downloadgnutls-f28c86ddb88c9e63ee376b21cc72e971d6c8583a.tar.gz
Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oid
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r--lib/includes/gnutls/x509.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 7c60e99af9..9f220eb0a5 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2016 Free Software Foundation, Inc.
+ * Copyright (C) 2015-2016 Red Hat, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
@@ -1286,6 +1287,9 @@ int gnutls_x509_crq_get_attribute_info(gnutls_x509_crq_t crq,
int gnutls_x509_crq_get_pk_algorithm(gnutls_x509_crq_t crq,
unsigned int *bits);
+int gnutls_x509_crq_get_signature_oid(gnutls_x509_crq_t crq, char *oid, size_t *oid_size);
+int gnutls_x509_crq_get_pk_oid(gnutls_x509_crq_t crq, char *oid, size_t *oid_size);
+
int gnutls_x509_crq_get_key_id(gnutls_x509_crq_t crq,
unsigned int flags,
unsigned char *output_data,