VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/crypto/asn1/standard_methods.h@ 108358

最後變更 在這個檔案從108358是 108206,由 vboxsync 提交於 6 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.2 KB
 
1/*
2 * Copyright 2006-2023 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
9
10/*
11 * This table MUST be kept in ascending order of the NID each method
12 * represents (corresponding to the pkey_id field) as OBJ_bsearch
13 * is used to search it.
14 */
15static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
16 &ossl_rsa_asn1_meths[0],
17 &ossl_rsa_asn1_meths[1],
18#ifndef OPENSSL_NO_DH
19 &ossl_dh_asn1_meth,
20#endif
21#ifndef OPENSSL_NO_DSA
22 &ossl_dsa_asn1_meths[0],
23 &ossl_dsa_asn1_meths[1],
24 &ossl_dsa_asn1_meths[2],
25 &ossl_dsa_asn1_meths[3],
26 &ossl_dsa_asn1_meths[4],
27#endif
28#ifndef OPENSSL_NO_EC
29 &ossl_eckey_asn1_meth,
30#endif
31 &ossl_rsa_pss_asn1_meth,
32#ifndef OPENSSL_NO_DH
33 &ossl_dhx_asn1_meth,
34#endif
35#ifndef OPENSSL_NO_ECX
36 &ossl_ecx25519_asn1_meth,
37 &ossl_ecx448_asn1_meth,
38 &ossl_ed25519_asn1_meth,
39 &ossl_ed448_asn1_meth,
40#endif
41#ifndef OPENSSL_NO_SM2
42 &ossl_sm2_asn1_meth,
43#endif
44};
45
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette