summaryrefslogtreecommitdiff
path: root/lib/x509/x509_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-01 14:30:06 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-07 14:51:16 +0200
commitf6cd10ad3c6d1e781832fc6c7a33f2413e3128bf (patch)
treee43a9ccc36cdf88ae3ca5deb9140d43c0dff4a4b /lib/x509/x509_int.h
parent2f66cf08b1c98d692242655e54dbbbfca332b35d (diff)
downloadgnutls-f6cd10ad3c6d1e781832fc6c7a33f2413e3128bf.tar.gz
x509: store and read provable seed in PKCS#8 form of key
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/x509/x509_int.h')
-rw-r--r--lib/x509/x509_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index e886ac1acd..e325c06bf2 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -49,6 +49,8 @@
#define HASH_OID_SHA3_384 "2.16.840.1.101.3.4.2.9"
#define HASH_OID_SHA3_512 "2.16.840.1.101.3.4.2.10"
+#define OID_ATTR_PROV_SEED "1.3.6.1.4.1.2312.18.8.1"
+
struct gnutls_x509_crl_iter {
/* This is used to optimize reads by gnutls_x509_crl_iter_crt_serial() */
ASN1_TYPE rcache;