diff options
author | Jack Lloyd <[email protected]> | 2016-11-06 17:13:46 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-06 17:13:46 -0500 |
commit | 78609678f965b2970e9541a09365c0eb58c8df4a (patch) | |
tree | 60b1b919108e436a3432e79f30b54d9e40906a17 | |
parent | d7dbca70e6ec7b7df272fc898b981c34a2c24f86 (diff) |
Add OID for XMSS
[ci skip]
-rw-r--r-- | src/build-data/oids.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/oids.txt b/src/build-data/oids.txt index edd264639..a23adcb72 100644 --- a/src/build-data/oids.txt +++ b/src/build-data/oids.txt @@ -1,3 +1,5 @@ +# Regenerate with ./src/scripts/oids.py > src/lib/asn1/oids.cpp + # Public key types [pubkey] 1.2.840.113549.1.1.1 = RSA @@ -7,6 +9,7 @@ 1.3.6.1.4.1.3029.1.2.1 = ElGamal 1.3.6.1.4.1.25258.1.3 = McEliece 1.3.6.1.4.1.25258.1.4 = Curve25519 +1.3.6.1.4.1.25258.1.5 = XMSS # X9.62 ecPublicKey, valid for ECDSA and ECDH (RFC 3279 sec 2.3.5) 1.2.840.10045.2.1 = ECDSA |