mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
OCSP SCT: use correct oid for old openssls
This commit is contained in:
parent
976677dba2
commit
5604f46dd3
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void file_analysis::OCSP::ParseExtensionsSpecific(X509_EXTENSION* ex, bool globa
|
||||||
#ifdef NID_ct_cert_scts
|
#ifdef NID_ct_cert_scts
|
||||||
if ( OBJ_obj2nid(ext_asn) == NID_ct_cert_scts || OBJ_obj2nid(ext_asn) == NID_ct_precert_scts )
|
if ( OBJ_obj2nid(ext_asn) == NID_ct_cert_scts || OBJ_obj2nid(ext_asn) == NID_ct_precert_scts )
|
||||||
#else
|
#else
|
||||||
if ( strcmp(oid, "1.3.6.1.4.1.11129.2.4.2") == 0 || strcmp(oid, "1.3.6.1.4.1.11129.2.4.4") == 0 )
|
if ( strcmp(oid, "1.3.6.1.4.1.11129.2.4.5") == 0 )
|
||||||
#endif
|
#endif
|
||||||
ParseSignedCertificateTimestamps(ex);
|
ParseSignedCertificateTimestamps(ex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue