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 Pronchery-- ------------------------------------------------------------------- 9*b077aed3SPierre Pronchery-- Taken from RFC 8410, 9 ASN.1 Module 10*b077aed3SPierre Pronchery-- (https://tools.ietf.org/html/rfc8410#section-9) 11*b077aed3SPierre Pronchery 12*b077aed3SPierre Proncheryid-edwards-curve-algs OBJECT IDENTIFIER ::= { 1 3 101 } 13*b077aed3SPierre Pronchery 14*b077aed3SPierre Proncheryid-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 } 15*b077aed3SPierre Proncheryid-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 } 16*b077aed3SPierre Proncheryid-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 } 17*b077aed3SPierre Proncheryid-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 } 18