Upgrade macos
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
* WARNING: do not edit!
|
||||
* Generated by crypto/objects/objects.pl
|
||||
*
|
||||
* Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
* in the file LICENSE in the source distribution or at
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#ifndef OPENSSL_OBJ_MAC_H
|
||||
# define OPENSSL_OBJ_MAC_H
|
||||
# pragma once
|
||||
|
||||
#define SN_undef "UNDEF"
|
||||
#define LN_undef "undefined"
|
||||
#define NID_undef 0
|
||||
@@ -44,6 +48,11 @@
|
||||
#define NID_identified_organization 676
|
||||
#define OBJ_identified_organization OBJ_iso,3L
|
||||
|
||||
#define SN_gmac "GMAC"
|
||||
#define LN_gmac "gmac"
|
||||
#define NID_gmac 1195
|
||||
#define OBJ_gmac OBJ_iso,0L,9797L,3L,4L
|
||||
|
||||
#define SN_hmac_md5 "HMAC-MD5"
|
||||
#define LN_hmac_md5 "hmac-md5"
|
||||
#define NID_hmac_md5 780
|
||||
@@ -845,6 +854,14 @@
|
||||
#define NID_id_smime_ct_authEnvelopedData 1059
|
||||
#define OBJ_id_smime_ct_authEnvelopedData OBJ_id_smime_ct,23L
|
||||
|
||||
#define SN_id_ct_routeOriginAuthz "id-ct-routeOriginAuthz"
|
||||
#define NID_id_ct_routeOriginAuthz 1234
|
||||
#define OBJ_id_ct_routeOriginAuthz OBJ_id_smime_ct,24L
|
||||
|
||||
#define SN_id_ct_rpkiManifest "id-ct-rpkiManifest"
|
||||
#define NID_id_ct_rpkiManifest 1235
|
||||
#define OBJ_id_ct_rpkiManifest OBJ_id_smime_ct,26L
|
||||
|
||||
#define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF"
|
||||
#define NID_id_ct_asciiTextWithCRLF 787
|
||||
#define OBJ_id_ct_asciiTextWithCRLF OBJ_id_smime_ct,27L
|
||||
@@ -853,6 +870,22 @@
|
||||
#define NID_id_ct_xml 1060
|
||||
#define OBJ_id_ct_xml OBJ_id_smime_ct,28L
|
||||
|
||||
#define SN_id_ct_rpkiGhostbusters "id-ct-rpkiGhostbusters"
|
||||
#define NID_id_ct_rpkiGhostbusters 1236
|
||||
#define OBJ_id_ct_rpkiGhostbusters OBJ_id_smime_ct,35L
|
||||
|
||||
#define SN_id_ct_resourceTaggedAttest "id-ct-resourceTaggedAttest"
|
||||
#define NID_id_ct_resourceTaggedAttest 1237
|
||||
#define OBJ_id_ct_resourceTaggedAttest OBJ_id_smime_ct,36L
|
||||
|
||||
#define SN_id_ct_geofeedCSVwithCRLF "id-ct-geofeedCSVwithCRLF"
|
||||
#define NID_id_ct_geofeedCSVwithCRLF 1246
|
||||
#define OBJ_id_ct_geofeedCSVwithCRLF OBJ_id_smime_ct,47L
|
||||
|
||||
#define SN_id_ct_signedChecklist "id-ct-signedChecklist"
|
||||
#define NID_id_ct_signedChecklist 1247
|
||||
#define OBJ_id_ct_signedChecklist OBJ_id_smime_ct,48L
|
||||
|
||||
#define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest"
|
||||
#define NID_id_smime_aa_receiptRequest 212
|
||||
#define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L
|
||||
@@ -1179,6 +1212,11 @@
|
||||
#define NID_sm3WithRSAEncryption 1144
|
||||
#define OBJ_sm3WithRSAEncryption OBJ_sm_scheme,504L
|
||||
|
||||
#define SN_SM2_with_SM3 "SM2-SM3"
|
||||
#define LN_SM2_with_SM3 "SM2-with-SM3"
|
||||
#define NID_SM2_with_SM3 1204
|
||||
#define OBJ_SM2_with_SM3 OBJ_sm_scheme,501L
|
||||
|
||||
#define LN_hmacWithSHA224 "hmacWithSHA224"
|
||||
#define NID_hmacWithSHA224 798
|
||||
#define OBJ_hmacWithSHA224 OBJ_rsadsi,2L,8L
|
||||
@@ -1290,12 +1328,12 @@
|
||||
#define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
|
||||
|
||||
#define SN_ms_smartcard_login "msSmartcardLogin"
|
||||
#define LN_ms_smartcard_login "Microsoft Smartcardlogin"
|
||||
#define LN_ms_smartcard_login "Microsoft Smartcard Login"
|
||||
#define NID_ms_smartcard_login 648
|
||||
#define OBJ_ms_smartcard_login 1L,3L,6L,1L,4L,1L,311L,20L,2L,2L
|
||||
|
||||
#define SN_ms_upn "msUPN"
|
||||
#define LN_ms_upn "Microsoft Universal Principal Name"
|
||||
#define LN_ms_upn "Microsoft User Principal Name"
|
||||
#define NID_ms_upn 649
|
||||
#define OBJ_ms_upn 1L,3L,6L,1L,4L,1L,311L,20L,2L,3L
|
||||
|
||||
@@ -1385,6 +1423,10 @@
|
||||
#define NID_id_qcs 267
|
||||
#define OBJ_id_qcs OBJ_id_pkix,11L
|
||||
|
||||
#define SN_id_cp "id-cp"
|
||||
#define NID_id_cp 1238
|
||||
#define OBJ_id_cp OBJ_id_pkix,14L
|
||||
|
||||
#define SN_id_cct "id-cct"
|
||||
#define NID_id_cct 268
|
||||
#define OBJ_id_cct OBJ_id_pkix,12L
|
||||
@@ -1518,6 +1560,14 @@
|
||||
#define NID_tlsfeature 1020
|
||||
#define OBJ_tlsfeature OBJ_id_pe,24L
|
||||
|
||||
#define SN_sbgp_ipAddrBlockv2 "sbgp-ipAddrBlockv2"
|
||||
#define NID_sbgp_ipAddrBlockv2 1239
|
||||
#define OBJ_sbgp_ipAddrBlockv2 OBJ_id_pe,28L
|
||||
|
||||
#define SN_sbgp_autonomousSysNumv2 "sbgp-autonomousSysNumv2"
|
||||
#define NID_sbgp_autonomousSysNumv2 1240
|
||||
#define OBJ_sbgp_autonomousSysNumv2 OBJ_id_pe,29L
|
||||
|
||||
#define SN_id_qt_cps "id-qt-cps"
|
||||
#define LN_id_qt_cps "Policy Qualifier CPS"
|
||||
#define NID_id_qt_cps 164
|
||||
@@ -1637,6 +1687,26 @@
|
||||
#define NID_cmcRA 1132
|
||||
#define OBJ_cmcRA OBJ_id_kp,28L
|
||||
|
||||
#define SN_cmcArchive "cmcArchive"
|
||||
#define LN_cmcArchive "CMC Archive Server"
|
||||
#define NID_cmcArchive 1219
|
||||
#define OBJ_cmcArchive OBJ_id_kp,29L
|
||||
|
||||
#define SN_id_kp_bgpsec_router "id-kp-bgpsec-router"
|
||||
#define LN_id_kp_bgpsec_router "BGPsec Router"
|
||||
#define NID_id_kp_bgpsec_router 1220
|
||||
#define OBJ_id_kp_bgpsec_router OBJ_id_kp,30L
|
||||
|
||||
#define SN_id_kp_BrandIndicatorforMessageIdentification "id-kp-BrandIndicatorforMessageIdentification"
|
||||
#define LN_id_kp_BrandIndicatorforMessageIdentification "Brand Indicator for Message Identification"
|
||||
#define NID_id_kp_BrandIndicatorforMessageIdentification 1221
|
||||
#define OBJ_id_kp_BrandIndicatorforMessageIdentification OBJ_id_kp,31L
|
||||
|
||||
#define SN_cmKGA "cmKGA"
|
||||
#define LN_cmKGA "Certificate Management Key Generation Authority"
|
||||
#define NID_cmKGA 1222
|
||||
#define OBJ_cmKGA OBJ_id_kp,32L
|
||||
|
||||
#define SN_id_it_caProtEncCert "id-it-caProtEncCert"
|
||||
#define NID_id_it_caProtEncCert 298
|
||||
#define OBJ_id_it_caProtEncCert OBJ_id_it,1L
|
||||
@@ -1701,6 +1771,18 @@
|
||||
#define NID_id_it_suppLangTags 784
|
||||
#define OBJ_id_it_suppLangTags OBJ_id_it,16L
|
||||
|
||||
#define SN_id_it_caCerts "id-it-caCerts"
|
||||
#define NID_id_it_caCerts 1223
|
||||
#define OBJ_id_it_caCerts OBJ_id_it,17L
|
||||
|
||||
#define SN_id_it_rootCaKeyUpdate "id-it-rootCaKeyUpdate"
|
||||
#define NID_id_it_rootCaKeyUpdate 1224
|
||||
#define OBJ_id_it_rootCaKeyUpdate OBJ_id_it,18L
|
||||
|
||||
#define SN_id_it_certReqTemplate "id-it-certReqTemplate"
|
||||
#define NID_id_it_certReqTemplate 1225
|
||||
#define OBJ_id_it_certReqTemplate OBJ_id_it,19L
|
||||
|
||||
#define SN_id_regCtrl "id-regCtrl"
|
||||
#define NID_id_regCtrl 313
|
||||
#define OBJ_id_regCtrl OBJ_id_pkip,1L
|
||||
@@ -1846,6 +1928,26 @@
|
||||
#define NID_id_on_permanentIdentifier 858
|
||||
#define OBJ_id_on_permanentIdentifier OBJ_id_on,3L
|
||||
|
||||
#define SN_XmppAddr "id-on-xmppAddr"
|
||||
#define LN_XmppAddr "XmppAddr"
|
||||
#define NID_XmppAddr 1209
|
||||
#define OBJ_XmppAddr OBJ_id_on,5L
|
||||
|
||||
#define SN_SRVName "id-on-dnsSRV"
|
||||
#define LN_SRVName "SRVName"
|
||||
#define NID_SRVName 1210
|
||||
#define OBJ_SRVName OBJ_id_on,7L
|
||||
|
||||
#define SN_NAIRealm "id-on-NAIRealm"
|
||||
#define LN_NAIRealm "NAIRealm"
|
||||
#define NID_NAIRealm 1211
|
||||
#define OBJ_NAIRealm OBJ_id_on,8L
|
||||
|
||||
#define SN_id_on_SmtpUTF8Mailbox "id-on-SmtpUTF8Mailbox"
|
||||
#define LN_id_on_SmtpUTF8Mailbox "Smtp UTF8 Mailbox"
|
||||
#define NID_id_on_SmtpUTF8Mailbox 1208
|
||||
#define OBJ_id_on_SmtpUTF8Mailbox OBJ_id_on,9L
|
||||
|
||||
#define SN_id_pda_dateOfBirth "id-pda-dateOfBirth"
|
||||
#define NID_id_pda_dateOfBirth 348
|
||||
#define OBJ_id_pda_dateOfBirth OBJ_id_pda,1L
|
||||
@@ -1894,6 +1996,14 @@
|
||||
#define NID_id_qcs_pkixQCSyntax_v1 359
|
||||
#define OBJ_id_qcs_pkixQCSyntax_v1 OBJ_id_qcs,1L
|
||||
|
||||
#define SN_ipAddr_asNumber "ipAddr-asNumber"
|
||||
#define NID_ipAddr_asNumber 1241
|
||||
#define OBJ_ipAddr_asNumber OBJ_id_cp,2L
|
||||
|
||||
#define SN_ipAddr_asNumberv2 "ipAddr-asNumberv2"
|
||||
#define NID_ipAddr_asNumberv2 1242
|
||||
#define OBJ_ipAddr_asNumberv2 OBJ_id_cp,3L
|
||||
|
||||
#define SN_id_cct_crs "id-cct-crs"
|
||||
#define NID_id_cct_crs 360
|
||||
#define OBJ_id_cct_crs OBJ_id_cct,1L
|
||||
@@ -1946,6 +2056,21 @@
|
||||
#define NID_caRepository 785
|
||||
#define OBJ_caRepository OBJ_id_ad,5L
|
||||
|
||||
#define SN_rpkiManifest "rpkiManifest"
|
||||
#define LN_rpkiManifest "RPKI Manifest"
|
||||
#define NID_rpkiManifest 1243
|
||||
#define OBJ_rpkiManifest OBJ_id_ad,10L
|
||||
|
||||
#define SN_signedObject "signedObject"
|
||||
#define LN_signedObject "Signed Object"
|
||||
#define NID_signedObject 1244
|
||||
#define OBJ_signedObject OBJ_id_ad,11L
|
||||
|
||||
#define SN_rpkiNotify "rpkiNotify"
|
||||
#define LN_rpkiNotify "RPKI Notify"
|
||||
#define NID_rpkiNotify 1245
|
||||
#define OBJ_rpkiNotify OBJ_id_ad,13L
|
||||
|
||||
#define OBJ_id_pkix_OCSP OBJ_ad_OCSP
|
||||
|
||||
#define SN_id_pkix_OCSP_basic "basicOCSPResponse"
|
||||
@@ -2113,15 +2238,25 @@
|
||||
#define NID_ripemd160WithRSA 119
|
||||
#define OBJ_ripemd160WithRSA 1L,3L,36L,3L,3L,1L,2L
|
||||
|
||||
#define SN_blake2bmac "BLAKE2BMAC"
|
||||
#define LN_blake2bmac "blake2bmac"
|
||||
#define NID_blake2bmac 1201
|
||||
#define OBJ_blake2bmac 1L,3L,6L,1L,4L,1L,1722L,12L,2L,1L
|
||||
|
||||
#define SN_blake2smac "BLAKE2SMAC"
|
||||
#define LN_blake2smac "blake2smac"
|
||||
#define NID_blake2smac 1202
|
||||
#define OBJ_blake2smac 1L,3L,6L,1L,4L,1L,1722L,12L,2L,2L
|
||||
|
||||
#define SN_blake2b512 "BLAKE2b512"
|
||||
#define LN_blake2b512 "blake2b512"
|
||||
#define NID_blake2b512 1056
|
||||
#define OBJ_blake2b512 1L,3L,6L,1L,4L,1L,1722L,12L,2L,1L,16L
|
||||
#define OBJ_blake2b512 OBJ_blake2bmac,16L
|
||||
|
||||
#define SN_blake2s256 "BLAKE2s256"
|
||||
#define LN_blake2s256 "blake2s256"
|
||||
#define NID_blake2s256 1057
|
||||
#define OBJ_blake2s256 1L,3L,6L,1L,4L,1L,1722L,12L,2L,2L,8L
|
||||
#define OBJ_blake2s256 OBJ_blake2smac,8L
|
||||
|
||||
#define SN_sxnet "SXNetID"
|
||||
#define LN_sxnet "Strong Extranet ID"
|
||||
@@ -2971,6 +3106,16 @@
|
||||
#define NID_hmac_sha3_512 1105
|
||||
#define OBJ_hmac_sha3_512 OBJ_nist_hashalgs,16L
|
||||
|
||||
#define SN_kmac128 "KMAC128"
|
||||
#define LN_kmac128 "kmac128"
|
||||
#define NID_kmac128 1196
|
||||
#define OBJ_kmac128 OBJ_nist_hashalgs,19L
|
||||
|
||||
#define SN_kmac256 "KMAC256"
|
||||
#define LN_kmac256 "kmac256"
|
||||
#define NID_kmac256 1197
|
||||
#define OBJ_kmac256 OBJ_nist_hashalgs,20L
|
||||
|
||||
#define OBJ_dsa_with_sha2 OBJ_nistAlgorithms,3L
|
||||
|
||||
#define SN_dsa_with_SHA224 "dsa_with_SHA224"
|
||||
@@ -4230,25 +4375,25 @@
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_magma 1173
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_magma OBJ_id_tc26_cipher,1L
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm "id-tc26-cipher-gostr3412-2015-magma-ctracpkm"
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm 1174
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm OBJ_id_tc26_cipher_gostr3412_2015_magma,1L
|
||||
#define SN_magma_ctr_acpkm "magma-ctr-acpkm"
|
||||
#define NID_magma_ctr_acpkm 1174
|
||||
#define OBJ_magma_ctr_acpkm OBJ_id_tc26_cipher_gostr3412_2015_magma,1L
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac "id-tc26-cipher-gostr3412-2015-magma-ctracpkm-omac"
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac 1175
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac OBJ_id_tc26_cipher_gostr3412_2015_magma,2L
|
||||
#define SN_magma_ctr_acpkm_omac "magma-ctr-acpkm-omac"
|
||||
#define NID_magma_ctr_acpkm_omac 1175
|
||||
#define OBJ_magma_ctr_acpkm_omac OBJ_id_tc26_cipher_gostr3412_2015_magma,2L
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik "id-tc26-cipher-gostr3412-2015-kuznyechik"
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik 1176
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik OBJ_id_tc26_cipher,2L
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm "id-tc26-cipher-gostr3412-2015-kuznyechik-ctracpkm"
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm 1177
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik,1L
|
||||
#define SN_kuznyechik_ctr_acpkm "kuznyechik-ctr-acpkm"
|
||||
#define NID_kuznyechik_ctr_acpkm 1177
|
||||
#define OBJ_kuznyechik_ctr_acpkm OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik,1L
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac "id-tc26-cipher-gostr3412-2015-kuznyechik-ctracpkm-omac"
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac 1178
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik,2L
|
||||
#define SN_kuznyechik_ctr_acpkm_omac "kuznyechik-ctr-acpkm-omac"
|
||||
#define NID_kuznyechik_ctr_acpkm_omac 1178
|
||||
#define OBJ_kuznyechik_ctr_acpkm_omac OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik,2L
|
||||
|
||||
#define SN_id_tc26_agreement "id-tc26-agreement"
|
||||
#define NID_id_tc26_agreement 991
|
||||
@@ -4270,17 +4415,17 @@
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_magma 1180
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_magma OBJ_id_tc26_wrap,1L
|
||||
|
||||
#define SN_id_tc26_wrap_gostr3412_2015_magma_kexp15 "id-tc26-wrap-gostr3412-2015-magma-kexp15"
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_magma_kexp15 1181
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_magma_kexp15 OBJ_id_tc26_wrap_gostr3412_2015_magma,1L
|
||||
#define SN_magma_kexp15 "magma-kexp15"
|
||||
#define NID_magma_kexp15 1181
|
||||
#define OBJ_magma_kexp15 OBJ_id_tc26_wrap_gostr3412_2015_magma,1L
|
||||
|
||||
#define SN_id_tc26_wrap_gostr3412_2015_kuznyechik "id-tc26-wrap-gostr3412-2015-kuznyechik"
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_kuznyechik 1182
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik OBJ_id_tc26_wrap,2L
|
||||
|
||||
#define SN_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 "id-tc26-wrap-gostr3412-2015-kuznyechik-kexp15"
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 1183
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik,1L
|
||||
#define SN_kuznyechik_kexp15 "kuznyechik-kexp15"
|
||||
#define NID_kuznyechik_kexp15 1183
|
||||
#define OBJ_kuznyechik_kexp15 OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik,1L
|
||||
|
||||
#define SN_id_tc26_constants "id-tc26-constants"
|
||||
#define NID_id_tc26_constants 994
|
||||
@@ -4370,6 +4515,11 @@
|
||||
#define NID_SNILS 1006
|
||||
#define OBJ_SNILS OBJ_member_body,643L,100L,3L
|
||||
|
||||
#define SN_OGRNIP "OGRNIP"
|
||||
#define LN_OGRNIP "OGRNIP"
|
||||
#define NID_OGRNIP 1226
|
||||
#define OBJ_OGRNIP OBJ_member_body,643L,100L,5L
|
||||
|
||||
#define SN_subjectSignTool "subjectSignTool"
|
||||
#define LN_subjectSignTool "Signing Tool of Subject"
|
||||
#define NID_subjectSignTool 1007
|
||||
@@ -4380,23 +4530,58 @@
|
||||
#define NID_issuerSignTool 1008
|
||||
#define OBJ_issuerSignTool OBJ_member_body,643L,100L,112L
|
||||
|
||||
#define SN_grasshopper_ecb "grasshopper-ecb"
|
||||
#define NID_grasshopper_ecb 1012
|
||||
#define SN_classSignTool "classSignTool"
|
||||
#define LN_classSignTool "Class of Signing Tool"
|
||||
#define NID_classSignTool 1227
|
||||
#define OBJ_classSignTool OBJ_member_body,643L,100L,113L
|
||||
|
||||
#define SN_grasshopper_ctr "grasshopper-ctr"
|
||||
#define NID_grasshopper_ctr 1013
|
||||
#define SN_classSignToolKC1 "classSignToolKC1"
|
||||
#define LN_classSignToolKC1 "Class of Signing Tool KC1"
|
||||
#define NID_classSignToolKC1 1228
|
||||
#define OBJ_classSignToolKC1 OBJ_member_body,643L,100L,113L,1L
|
||||
|
||||
#define SN_grasshopper_ofb "grasshopper-ofb"
|
||||
#define NID_grasshopper_ofb 1014
|
||||
#define SN_classSignToolKC2 "classSignToolKC2"
|
||||
#define LN_classSignToolKC2 "Class of Signing Tool KC2"
|
||||
#define NID_classSignToolKC2 1229
|
||||
#define OBJ_classSignToolKC2 OBJ_member_body,643L,100L,113L,2L
|
||||
|
||||
#define SN_grasshopper_cbc "grasshopper-cbc"
|
||||
#define NID_grasshopper_cbc 1015
|
||||
#define SN_classSignToolKC3 "classSignToolKC3"
|
||||
#define LN_classSignToolKC3 "Class of Signing Tool KC3"
|
||||
#define NID_classSignToolKC3 1230
|
||||
#define OBJ_classSignToolKC3 OBJ_member_body,643L,100L,113L,3L
|
||||
|
||||
#define SN_grasshopper_cfb "grasshopper-cfb"
|
||||
#define NID_grasshopper_cfb 1016
|
||||
#define SN_classSignToolKB1 "classSignToolKB1"
|
||||
#define LN_classSignToolKB1 "Class of Signing Tool KB1"
|
||||
#define NID_classSignToolKB1 1231
|
||||
#define OBJ_classSignToolKB1 OBJ_member_body,643L,100L,113L,4L
|
||||
|
||||
#define SN_grasshopper_mac "grasshopper-mac"
|
||||
#define NID_grasshopper_mac 1017
|
||||
#define SN_classSignToolKB2 "classSignToolKB2"
|
||||
#define LN_classSignToolKB2 "Class of Signing Tool KB2"
|
||||
#define NID_classSignToolKB2 1232
|
||||
#define OBJ_classSignToolKB2 OBJ_member_body,643L,100L,113L,5L
|
||||
|
||||
#define SN_classSignToolKA1 "classSignToolKA1"
|
||||
#define LN_classSignToolKA1 "Class of Signing Tool KA1"
|
||||
#define NID_classSignToolKA1 1233
|
||||
#define OBJ_classSignToolKA1 OBJ_member_body,643L,100L,113L,6L
|
||||
|
||||
#define SN_kuznyechik_ecb "kuznyechik-ecb"
|
||||
#define NID_kuznyechik_ecb 1012
|
||||
|
||||
#define SN_kuznyechik_ctr "kuznyechik-ctr"
|
||||
#define NID_kuznyechik_ctr 1013
|
||||
|
||||
#define SN_kuznyechik_ofb "kuznyechik-ofb"
|
||||
#define NID_kuznyechik_ofb 1014
|
||||
|
||||
#define SN_kuznyechik_cbc "kuznyechik-cbc"
|
||||
#define NID_kuznyechik_cbc 1015
|
||||
|
||||
#define SN_kuznyechik_cfb "kuznyechik-cfb"
|
||||
#define NID_kuznyechik_cfb 1016
|
||||
|
||||
#define SN_kuznyechik_mac "kuznyechik-mac"
|
||||
#define NID_kuznyechik_mac 1017
|
||||
|
||||
#define SN_magma_ecb "magma-ecb"
|
||||
#define NID_magma_ecb 1187
|
||||
@@ -4970,6 +5155,22 @@
|
||||
#define LN_hkdf "hkdf"
|
||||
#define NID_hkdf 1036
|
||||
|
||||
#define SN_sshkdf "SSHKDF"
|
||||
#define LN_sshkdf "sshkdf"
|
||||
#define NID_sshkdf 1203
|
||||
|
||||
#define SN_sskdf "SSKDF"
|
||||
#define LN_sskdf "sskdf"
|
||||
#define NID_sskdf 1205
|
||||
|
||||
#define SN_x942kdf "X942KDF"
|
||||
#define LN_x942kdf "x942kdf"
|
||||
#define NID_x942kdf 1207
|
||||
|
||||
#define SN_x963kdf "X963KDF"
|
||||
#define LN_x963kdf "x963kdf"
|
||||
#define NID_x963kdf 1206
|
||||
|
||||
#define SN_id_pkinit "id-pkinit"
|
||||
#define NID_id_pkinit 1031
|
||||
#define OBJ_id_pkinit 1L,3L,6L,1L,5L,2L,3L
|
||||
@@ -5036,6 +5237,10 @@
|
||||
#define LN_kx_gost "kx-gost"
|
||||
#define NID_kx_gost 1045
|
||||
|
||||
#define SN_kx_gost18 "KxGOST18"
|
||||
#define LN_kx_gost18 "kx-gost18"
|
||||
#define NID_kx_gost18 1218
|
||||
|
||||
#define SN_kx_any "KxANY"
|
||||
#define LN_kx_any "kx-any"
|
||||
#define NID_kx_any 1063
|
||||
@@ -5099,6 +5304,24 @@
|
||||
#define SN_ffdhe8192 "ffdhe8192"
|
||||
#define NID_ffdhe8192 1130
|
||||
|
||||
#define SN_modp_1536 "modp_1536"
|
||||
#define NID_modp_1536 1212
|
||||
|
||||
#define SN_modp_2048 "modp_2048"
|
||||
#define NID_modp_2048 1213
|
||||
|
||||
#define SN_modp_3072 "modp_3072"
|
||||
#define NID_modp_3072 1214
|
||||
|
||||
#define SN_modp_4096 "modp_4096"
|
||||
#define NID_modp_4096 1215
|
||||
|
||||
#define SN_modp_6144 "modp_6144"
|
||||
#define NID_modp_6144 1216
|
||||
|
||||
#define SN_modp_8192 "modp_8192"
|
||||
#define NID_modp_8192 1217
|
||||
|
||||
#define SN_ISO_UA "ISO-UA"
|
||||
#define NID_ISO_UA 1150
|
||||
#define OBJ_ISO_UA OBJ_member_body,804L
|
||||
@@ -5196,3 +5419,63 @@
|
||||
#define LN_uacurve9 "DSTU curve 9"
|
||||
#define NID_uacurve9 1169
|
||||
#define OBJ_uacurve9 OBJ_dstu4145le,2L,9L
|
||||
|
||||
#define SN_aes_128_siv "AES-128-SIV"
|
||||
#define LN_aes_128_siv "aes-128-siv"
|
||||
#define NID_aes_128_siv 1198
|
||||
|
||||
#define SN_aes_192_siv "AES-192-SIV"
|
||||
#define LN_aes_192_siv "aes-192-siv"
|
||||
#define NID_aes_192_siv 1199
|
||||
|
||||
#define SN_aes_256_siv "AES-256-SIV"
|
||||
#define LN_aes_256_siv "aes-256-siv"
|
||||
#define NID_aes_256_siv 1200
|
||||
|
||||
#endif /* OPENSSL_OBJ_MAC_H */
|
||||
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm SN_magma_ctr_acpkm
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm NID_magma_ctr_acpkm
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm OBJ_magma_ctr_acpkm
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac SN_magma_ctr_acpkm_omac
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac NID_magma_ctr_acpkm_omac
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac OBJ_magma_ctr_acpkm_omac
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm SN_kuznyechik_ctr_acpkm
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm NID_kuznyechik_ctr_acpkm
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm OBJ_kuznyechik_ctr_acpkm
|
||||
|
||||
#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac SN_kuznyechik_ctr_acpkm_omac
|
||||
#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac NID_kuznyechik_ctr_acpkm_omac
|
||||
#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac OBJ_kuznyechik_ctr_acpkm_omac
|
||||
|
||||
#define SN_id_tc26_wrap_gostr3412_2015_magma_kexp15 SN_magma_kexp15
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_magma_kexp15 NID_magma_kexp15
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_magma_kexp15 OBJ_magma_kexp15
|
||||
|
||||
#define SN_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 SN_kuznyechik_kexp15
|
||||
#define NID_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 NID_kuznyechik_kexp15
|
||||
#define OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 OBJ_kuznyechik_kexp15
|
||||
|
||||
#define SN_grasshopper_ecb SN_kuznyechik_ecb
|
||||
#define NID_grasshopper_ecb NID_kuznyechik_ecb
|
||||
|
||||
#define SN_grasshopper_ctr SN_kuznyechik_ctr
|
||||
#define NID_grasshopper_ctr NID_kuznyechik_ctr
|
||||
|
||||
#define SN_grasshopper_ofb SN_kuznyechik_ofb
|
||||
#define NID_grasshopper_ofb NID_kuznyechik_ofb
|
||||
|
||||
#define SN_grasshopper_cbc SN_kuznyechik_cbc
|
||||
#define NID_grasshopper_cbc NID_kuznyechik_cbc
|
||||
|
||||
#define SN_grasshopper_cfb SN_kuznyechik_cfb
|
||||
#define NID_grasshopper_cfb NID_kuznyechik_cfb
|
||||
|
||||
#define SN_grasshopper_mac SN_kuznyechik_mac
|
||||
#define NID_grasshopper_mac NID_kuznyechik_mac
|
||||
|
||||
#endif /* OPENSSL_NO_DEPRECATED_3_0 */
|
||||
|
||||
Reference in New Issue
Block a user