fix: wrong name for OID -> auditIdentity
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24754)
This commit is contained in:
parent
8e7f39e883
commit
bce3a8d57e
File diff suppressed because it is too large
Load Diff
@ -1320,3 +1320,4 @@ associated_information 1319
|
||||
id_ct_rpkiSignedPrefixList 1320
|
||||
id_on_hardwareModuleName 1321
|
||||
id_kp_wisun_fan_device 1322
|
||||
ac_auditIdentity 1323
|
||||
|
@ -519,7 +519,7 @@ id-pkix-mod 100 : id-mod-cmp2021-02
|
||||
id-pe 1 : authorityInfoAccess : Authority Information Access
|
||||
id-pe 2 : biometricInfo : Biometric Info
|
||||
id-pe 3 : qcStatements
|
||||
id-pe 4 : ac-auditEntity
|
||||
id-pe 4 : ac-auditIdentity : X509v3 Audit Identity
|
||||
id-pe 5 : ac-targeting
|
||||
id-pe 6 : aaControls
|
||||
id-pe 7 : sbgp-ipAddrBlock
|
||||
|
@ -264,7 +264,6 @@ OBJ_id_mod_dvcs="\x2B\x06\x01\x05\x05\x07\x00\x0F"
|
||||
OBJ_id_mod_cmp2000="\x2B\x06\x01\x05\x05\x07\x00\x10"
|
||||
OBJ_biometricInfo="\x2B\x06\x01\x05\x05\x07\x01\x02"
|
||||
OBJ_qcStatements="\x2B\x06\x01\x05\x05\x07\x01\x03"
|
||||
OBJ_ac_auditEntity="\x2B\x06\x01\x05\x05\x07\x01\x04"
|
||||
OBJ_ac_targeting="\x2B\x06\x01\x05\x05\x07\x01\x05"
|
||||
OBJ_aaControls="\x2B\x06\x01\x05\x05\x07\x01\x06"
|
||||
OBJ_sbgp_ipAddrBlock="\x2B\x06\x01\x05\x05\x07\x01\x07"
|
||||
@ -1181,3 +1180,4 @@ OBJ_associated_information="\x55\x1D\x4B"
|
||||
OBJ_id_ct_rpkiSignedPrefixList="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x33"
|
||||
OBJ_id_on_hardwareModuleName="\x2B\x06\x01\x05\x05\x07\x08\x04"
|
||||
OBJ_id_kp_wisun_fan_device="\x2B\x06\x01\x04\x01\x82\xE4\x25\x01"
|
||||
OBJ_ac_auditIdentity="\x2B\x06\x01\x05\x05\x07\x01\x04"
|
||||
|
@ -1583,9 +1583,10 @@
|
||||
#define NID_qcStatements 286
|
||||
#define OBJ_qcStatements OBJ_id_pe,3L
|
||||
|
||||
#define SN_ac_auditEntity "ac-auditEntity"
|
||||
#define NID_ac_auditEntity 287
|
||||
#define OBJ_ac_auditEntity OBJ_id_pe,4L
|
||||
#define SN_ac_auditIdentity "ac-auditIdentity"
|
||||
#define LN_ac_auditIdentity "X509v3 Audit Identity"
|
||||
#define NID_ac_auditIdentity 1323
|
||||
#define OBJ_ac_auditIdentity OBJ_id_pe,4L
|
||||
|
||||
#define SN_ac_targeting "ac-targeting"
|
||||
#define NID_ac_targeting 288
|
||||
|
Loading…
x
Reference in New Issue
Block a user