We support inhibit any policy extension, add to table.
This commit is contained in:
parent
db50661fce
commit
dcc0c29876
@ -294,7 +294,8 @@ int X509_supported_extension(X509_EXTENSION *ex)
|
|||||||
NID_sbgp_autonomousSysNum, /* 291 */
|
NID_sbgp_autonomousSysNum, /* 291 */
|
||||||
#endif
|
#endif
|
||||||
NID_policy_constraints, /* 401 */
|
NID_policy_constraints, /* 401 */
|
||||||
NID_proxyCertInfo /* 663 */
|
NID_proxyCertInfo, /* 663 */
|
||||||
|
NID_inhibit_any_policy /* 748 */
|
||||||
};
|
};
|
||||||
|
|
||||||
int ex_nid;
|
int ex_nid;
|
||||||
|
Loading…
Reference in New Issue
Block a user