Support for certificateIssuer CRL entry extension.
This commit is contained in:
parent
2e415778f2
commit
8c9bd89338
2 changed files with 8 additions and 1 deletions
|
@ -121,7 +121,8 @@ static X509V3_EXT_METHOD *standard_exts[] = {
|
|||
&v3_name_constraints,
|
||||
&v3_policy_mappings,
|
||||
&v3_inhibit_anyp,
|
||||
&v3_idp
|
||||
&v3_idp,
|
||||
&v3_alt[2],
|
||||
};
|
||||
|
||||
/* Number of standard extensions */
|
||||
|
|
|
@ -82,6 +82,12 @@ NULL, NULL, NULL},
|
|||
(X509V3_EXT_I2V)i2v_GENERAL_NAMES,
|
||||
(X509V3_EXT_V2I)v2i_issuer_alt,
|
||||
NULL, NULL, NULL},
|
||||
|
||||
{ NID_certificate_issuer, 0, ASN1_ITEM_ref(GENERAL_NAMES),
|
||||
0,0,0,0,
|
||||
0,0,
|
||||
(X509V3_EXT_I2V)i2v_GENERAL_NAMES,
|
||||
NULL, NULL, NULL, NULL},
|
||||
};
|
||||
|
||||
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
|
||||
|
|
Loading…
Reference in a new issue