# @TEST-EXEC: bro -r $TRACES/tls1.2.trace %INPUT # @TEST-EXEC: btest-diff .stdout event x509_extension(c: connection, is_orig: bool, cert:X509, extension: X509_extension_info) { # The formatting of CRL Distribution Points varies between OpenSSL versions. Skip it # for the test. if ( extension$short_name != "crlDistributionPoints" ) print extension; }