Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crypto/x509/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SOURCE[../../libcrypto]=\
v3_single_use.c v3_ac_tgt.c v3_audit_id.c v3_bacons.c v3_sda.c \
v3_usernotice.c x_unotice.c x_iserial.c v3_authattid.c v3_iobo.c \
v3_aaa.c v3_attrmap.c v3_ind_iss.c v3_attrdesc.c v3_aaissdist.c \
v3_rolespec.c
v3_rolespec.c v3_timespec.c

IF[{- !$disabled{'deprecated-3.0'} -}]
SOURCE[../../libcrypto]=x509type.c
Expand Down
1 change: 1 addition & 0 deletions crypto/x509/ext_dat.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ extern const X509V3_EXT_METHOD ossl_v3_indirect_issuer;
extern const X509V3_EXT_METHOD ossl_v3_attribute_descriptor;
extern const X509V3_EXT_METHOD ossl_v3_aa_issuing_dist_point;
extern const X509V3_EXT_METHOD ossl_v3_role_spec_cert_identifier;
extern const X509V3_EXT_METHOD ossl_v3_time_specification;
2 changes: 1 addition & 1 deletion crypto/x509/standard_exts.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const X509V3_EXT_METHOD *standard_exts[] = {
&ossl_v3_role_spec_cert_identifier,
&ossl_v3_bacons,
&ossl_v3_delegated_name_constraints,
// TODO: timeSpecification
&ossl_v3_time_specification,
&ossl_v3_attribute_descriptor,
&ossl_v3_user_notice,
&ossl_v3_soa_identifier,
Expand Down
Loading