1e1051a39Sopenharmony_ci-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
2e1051a39Sopenharmony_ci--
3e1051a39Sopenharmony_ci-- Licensed under the Apache License 2.0 (the "License").  You may not use
4e1051a39Sopenharmony_ci-- this file except in compliance with the License.  You can obtain a copy
5e1051a39Sopenharmony_ci-- in the file LICENSE in the source distribution or at
6e1051a39Sopenharmony_ci-- https://www.openssl.org/source/license.html
7e1051a39Sopenharmony_ci
8e1051a39Sopenharmony_ci-- -------------------------------------------------------------------
9e1051a39Sopenharmony_ci-- Taken from RFC 8410, 9  ASN.1 Module
10e1051a39Sopenharmony_ci-- (https://tools.ietf.org/html/rfc8410#section-9)
11e1051a39Sopenharmony_ci
12e1051a39Sopenharmony_ciid-edwards-curve-algs OBJECT IDENTIFIER ::= { 1 3 101 }
13e1051a39Sopenharmony_ci
14e1051a39Sopenharmony_ciid-X25519        OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 }
15e1051a39Sopenharmony_ciid-X448          OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 }
16e1051a39Sopenharmony_ciid-Ed25519       OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 }
17e1051a39Sopenharmony_ciid-Ed448         OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }
18