Revert "recursion.pl: Don't depend on X.509"

This reverts commit e23737c618.
This commit is contained in:
Gilles Peskine 2020-02-26 19:49:58 +01:00 committed by Ronald Cron
parent 7dc97048d6
commit 920b77524d

View File

@ -16,7 +16,8 @@ use open qw(:std utf8);
# exclude functions that are ok:
# - mpi_write_hlp: bounded by size of mbedtls_mpi, a compile-time constant
my $known_ok = qr/mpi_write_hlp/;
# - x509_crt_verify_child: bounded by MBEDTLS_X509_MAX_INTERMEDIATE_CA
my $known_ok = qr/mpi_write_hlp|x509_crt_verify_child/;
my $cur_name;
my $inside;