NIST.asn1 766 B

123456789101112131415
  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 https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
  9. -- Copies of common OIDs used by other ASN.1 files.
  10. csor OBJECT IDENTIFIER ::= { 2 16 840 1 101 3 }
  11. nistAlgorithms OBJECT IDENTIFIER ::= { csor nistAlgorithm(4) }
  12. hashAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 2 }
  13. sigAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 3 }