summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-02 10:28:07 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-07 09:40:47 +0200
commit2f66cf08b1c98d692242655e54dbbbfca332b35d (patch)
treebea6370081e37f81b73f145d2deaaab6a339f1b7
parentdb11417177de5dd075959a38ebbfc7407779493e (diff)
downloadgnutls-2f66cf08b1c98d692242655e54dbbbfca332b35d.tar.gz
Added information on OID registry
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/OID-registry.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/OID-registry.txt b/doc/OID-registry.txt
new file mode 100644
index 0000000000..7671504e8e
--- /dev/null
+++ b/doc/OID-registry.txt
@@ -0,0 +1,22 @@
+There is a sub-registry of Red Hat OIDs managed through gnutls. This
+file is the canonical registry description of them.
+
+Top OID: 1.3.6.1.4.1.2312.18
+
+1.3.6.1.4.1.2312.18.8 PKCS#8 attributes tree
+1.3.6.1.4.1.2312.18.8.1 PKCS#8 Provable Seed attribute [0]
+
+
+
+
+
+
+[0]. This is an attribute to be used in PKCS#8 privateKeyInfo structure
+as an extension. It holds parameters related to private key validation
+for provable private keys as in FIPS186-4. When the OID is present it
+contains a single DER encoded value of the following.
+
+ProvableSeed ::= SEQUENCE {
+ algorithm OBJECT IDENTIFIER, -- the OID of the hash algorithm used in the key generation
+ seed OCTET STRING -- the seed used in key generation
+}