mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
Specifies a callback that will, in the future, be used by the SSL code to decide whether to abort a connection on Certificate Transparency grounds. Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
10 lines
213 B
Perl
10 lines
213 B
Perl
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test qw/:DEFAULT srctop_file/;
|
|
use OpenSSL::Test::Simple;
|
|
|
|
setup("test_ct");
|
|
$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");
|
|
simple_test("test_ct", "ct_test", "ct");
|
|
|