test -z "$MAXMINDDB_LIBS" || echo " GeoIP2 access control (--with-geoip2)"
test "no" = "$use_geoip" || echo " Legacy GeoIP access control (--with-geoip)"
test "no" = "$use_gssapi" || echo " GSS-API (--with-gssapi)"
- if test "yes" = "$enable_full_report" -o "aes" != "$with_cc_alg"; then
- echo " Algorithm: $with_cc_alg"
- fi
# these lines are only printed if run with --enable-full-report
if test "yes" = "$enable_full_report"; then
test -z "$MAXMINDDB_LIBS" || echo " GeoIP2 access control (--with-geoip2)"
test "no" = "$use_geoip" || echo " Legacy GeoIP access control (--with-geoip)"
test "no" = "$use_gssapi" || echo " GSS-API (--with-gssapi)"
- if test "yes" = "$enable_full_report" -o "aes" != "$with_cc_alg"; then
- echo " Algorithm: $with_cc_alg"
- fi
# these lines are only printed if run with --enable-full-report
if test "yes" = "$enable_full_report"; then
# with-xxx/without-xxx
my @withlist = ("aes",
- "cc-alg",
"cross-compile",
"ecdsa",
"eddsa",
" with-eddsa crypto EDDSA yes|all|no\n",
" with-gost[=ENC] crypto GOST yes|no|raw|ans1\n",
" with-aes crypto AES\n",
-" with-cc-alg choose the algorithm for cookies aes|sha1|sha256\n",
" with-gssapi[=PATH] build with MIT KfW GSSAPI yes|no|path\n",
" with-libxml2[=PATH] build with libxml2 library yes|no|path\n",
" with-geoip[=PATH] build with GeoIP support yes|no|path\n",
my $use_gost = "auto";
my $gost_encoding = "raw";
my $use_aes = "auto";
-my $cookie_algorithm = "aes";
my $use_gssapi = "no";
my $gssapi_path = "C:\\Program\ Files\\MIT\\Kerberos\\";
my $use_geoip = "no";
} elsif ($val =~ /^yes$/i) {
$use_aes = "yes";
}
- } elsif ($key =~ /^cc-alg$/i) {
- $cookie_algorithm = $val;
} elsif ($key =~ /^gssapi$/i) {
if ($val !~ /^no$/i) {
$use_gssapi = "yes";
} else {
print "rpz-nsdname: disabled\n";
}
- print "cookie algorithm: $cookie_algorithm\n";
if ($use_openssl eq "no") {
print "openssl: disabled\n";
} else {
# --with-eddsa supported
# --with-gost supported
# --with-aes supported
-# --with-cc-alg supported
# --with-geoip supported
# --with-geoip2 supported
# --with-gssapi supported with MIT (K)erberos (f)or (W)indows