ECX.asn1 821 B

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