1*b077aed3SPierre Pronchery /* 2*b077aed3SPierre Pronchery * WARNING: do not edit! 3*b077aed3SPierre Pronchery * Generated by Makefile from providers/common/der/der_dsa_gen.c.in 4*b077aed3SPierre Pronchery * 5*b077aed3SPierre Pronchery * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 6*b077aed3SPierre Pronchery * 7*b077aed3SPierre Pronchery * Licensed under the Apache License 2.0 (the "License"). You may not use 8*b077aed3SPierre Pronchery * this file except in compliance with the License. You can obtain a copy 9*b077aed3SPierre Pronchery * in the file LICENSE in the source distribution or at 10*b077aed3SPierre Pronchery * https://www.openssl.org/source/license.html 11*b077aed3SPierre Pronchery */ 12*b077aed3SPierre Pronchery 13*b077aed3SPierre Pronchery /* 14*b077aed3SPierre Pronchery * DSA low level APIs are deprecated for public use, but still ok for 15*b077aed3SPierre Pronchery * internal use. 16*b077aed3SPierre Pronchery */ 17*b077aed3SPierre Pronchery #include "internal/deprecated.h" 18*b077aed3SPierre Pronchery 19*b077aed3SPierre Pronchery #include "prov/der_dsa.h" 20*b077aed3SPierre Pronchery 21*b077aed3SPierre Pronchery /* Well known OIDs precompiled */ 22*b077aed3SPierre Pronchery 23*b077aed3SPierre Pronchery /* 24*b077aed3SPierre Pronchery * id-dsa OBJECT IDENTIFIER ::= { 25*b077aed3SPierre Pronchery * iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 1 } 26*b077aed3SPierre Pronchery */ 27*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa[DER_OID_SZ_id_dsa] = { 28*b077aed3SPierre Pronchery DER_OID_V_id_dsa 29*b077aed3SPierre Pronchery }; 30*b077aed3SPierre Pronchery 31*b077aed3SPierre Pronchery /* 32*b077aed3SPierre Pronchery * id-dsa-with-sha1 OBJECT IDENTIFIER ::= { 33*b077aed3SPierre Pronchery * iso(1) member-body(2) us(840) x9-57 (10040) x9algorithm(4) 3 } 34*b077aed3SPierre Pronchery */ 35*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha1[DER_OID_SZ_id_dsa_with_sha1] = { 36*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha1 37*b077aed3SPierre Pronchery }; 38*b077aed3SPierre Pronchery 39*b077aed3SPierre Pronchery /* 40*b077aed3SPierre Pronchery * id-dsa-with-sha224 OBJECT IDENTIFIER ::= { sigAlgs 1 } 41*b077aed3SPierre Pronchery */ 42*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha224[DER_OID_SZ_id_dsa_with_sha224] = { 43*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha224 44*b077aed3SPierre Pronchery }; 45*b077aed3SPierre Pronchery 46*b077aed3SPierre Pronchery /* 47*b077aed3SPierre Pronchery * id-dsa-with-sha256 OBJECT IDENTIFIER ::= { sigAlgs 2 } 48*b077aed3SPierre Pronchery */ 49*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha256[DER_OID_SZ_id_dsa_with_sha256] = { 50*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha256 51*b077aed3SPierre Pronchery }; 52*b077aed3SPierre Pronchery 53*b077aed3SPierre Pronchery /* 54*b077aed3SPierre Pronchery * id-dsa-with-sha384 OBJECT IDENTIFIER ::= { sigAlgs 3 } 55*b077aed3SPierre Pronchery */ 56*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha384[DER_OID_SZ_id_dsa_with_sha384] = { 57*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha384 58*b077aed3SPierre Pronchery }; 59*b077aed3SPierre Pronchery 60*b077aed3SPierre Pronchery /* 61*b077aed3SPierre Pronchery * id-dsa-with-sha512 OBJECT IDENTIFIER ::= { sigAlgs 4 } 62*b077aed3SPierre Pronchery */ 63*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha512[DER_OID_SZ_id_dsa_with_sha512] = { 64*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha512 65*b077aed3SPierre Pronchery }; 66*b077aed3SPierre Pronchery 67*b077aed3SPierre Pronchery /* 68*b077aed3SPierre Pronchery * id-dsa-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 5 } 69*b077aed3SPierre Pronchery */ 70*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha3_224[DER_OID_SZ_id_dsa_with_sha3_224] = { 71*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha3_224 72*b077aed3SPierre Pronchery }; 73*b077aed3SPierre Pronchery 74*b077aed3SPierre Pronchery /* 75*b077aed3SPierre Pronchery * id-dsa-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 6 } 76*b077aed3SPierre Pronchery */ 77*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha3_256[DER_OID_SZ_id_dsa_with_sha3_256] = { 78*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha3_256 79*b077aed3SPierre Pronchery }; 80*b077aed3SPierre Pronchery 81*b077aed3SPierre Pronchery /* 82*b077aed3SPierre Pronchery * id-dsa-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 7 } 83*b077aed3SPierre Pronchery */ 84*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha3_384[DER_OID_SZ_id_dsa_with_sha3_384] = { 85*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha3_384 86*b077aed3SPierre Pronchery }; 87*b077aed3SPierre Pronchery 88*b077aed3SPierre Pronchery /* 89*b077aed3SPierre Pronchery * id-dsa-with-sha3-512 OBJECT IDENTIFIER ::= { sigAlgs 8 } 90*b077aed3SPierre Pronchery */ 91*b077aed3SPierre Pronchery const unsigned char ossl_der_oid_id_dsa_with_sha3_512[DER_OID_SZ_id_dsa_with_sha3_512] = { 92*b077aed3SPierre Pronchery DER_OID_V_id_dsa_with_sha3_512 93*b077aed3SPierre Pronchery }; 94*b077aed3SPierre Pronchery 95