summaryrefslogtreecommitdiff
path: root/doc/OID-registry.txt
blob: 7671504e8e71d8e82a4517895fc33f9614f88db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}