xref: /freebsd/crypto/openssl/providers/common/der/SM2.asn1 (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
1*b077aed3SPierre Pronchery-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
2*b077aed3SPierre Pronchery--
3*b077aed3SPierre Pronchery-- Licensed under the Apache License 2.0 (the "License").  You may not use
4*b077aed3SPierre Pronchery-- this file except in compliance with the License.  You can obtain a copy
5*b077aed3SPierre Pronchery-- in the file LICENSE in the source distribution or at
6*b077aed3SPierre Pronchery-- https://www.openssl.org/source/license.html
7*b077aed3SPierre Pronchery
8*b077aed3SPierre Proncheryoscca  OBJECT IDENTIFIER ::= { iso(1) member-body(2) cn(156) 10197 }
9*b077aed3SPierre Pronchery
10*b077aed3SPierre Proncherysm-scheme OBJECT IDENTIFIER ::= { oscca 1 }
11*b077aed3SPierre Pronchery
12*b077aed3SPierre Pronchery-- OID for SM2 signatures with SM3
13*b077aed3SPierre Pronchery
14*b077aed3SPierre Proncherysm2-with-SM3 OBJECT IDENTIFIER ::= { sm-scheme 501 }
15*b077aed3SPierre Pronchery
16*b077aed3SPierre Pronchery-- Named Elliptic Curves of SM2
17*b077aed3SPierre Pronchery
18*b077aed3SPierre ProncherycurveSM2 OBJECT IDENTIFIER ::= { sm-scheme 301 }
19