diff options
author | Jack Lloyd <[email protected]> | 2017-06-21 14:43:52 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-06-29 12:38:37 -0400 |
commit | 6ac870e6d81d98420a102661a27ad9b521da86f5 (patch) | |
tree | 0341a30bbf1003614e81e54f98b0a08105b6d9d1 /src/build-data/oids.txt | |
parent | 8b0986310ae9fdf7fa93e28e2820d818cc954cdd (diff) |
Add SM2 signature scheme
From https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02
This is a contribution from Ribose Inc (@riboseinc).
Diffstat (limited to 'src/build-data/oids.txt')
-rw-r--r-- | src/build-data/oids.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build-data/oids.txt b/src/build-data/oids.txt index 41e599e29..1ee09583b 100644 --- a/src/build-data/oids.txt +++ b/src/build-data/oids.txt @@ -16,6 +16,10 @@ 1.2.840.10045.2.1 = ECDSA 1.3.132.1.12 = ECDH +1.2.156.10197.1.301.1 = SM2_Sig +1.2.156.10197.1.301.2 = SM2_Kex +1.2.156.10197.1.301.3 = SM2_Enc + # ecgPublicKey (see https://www.teletrust.de/projekte/oid/) 1.3.36.3.3.2.5.2.1 = ECGDSA @@ -236,6 +240,8 @@ 1.2.840.10045.3.1.6 = x962_p239v3 1.2.840.10045.3.1.7 = secp256r1 +1.2.156.10197.1.301 = sm2p256v1 + 1.3.36.3.3.2.8.1.1.1 = brainpool160r1 1.3.36.3.3.2.8.1.1.3 = brainpool192r1 1.3.36.3.3.2.8.1.1.5 = brainpool224r1 |