mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Allow x509_crt_verify_child() in recursion.pl
This commit is contained in:
		@@ -16,7 +16,8 @@ use open qw(:std utf8);
 | 
			
		||||
 | 
			
		||||
# exclude functions that are ok:
 | 
			
		||||
# - mpi_write_hlp: bounded by size of mpi, a compile-time constant
 | 
			
		||||
my $known_ok = qr/mpi_write_hlp/;
 | 
			
		||||
# - x509_crt_verify_child: bounded by POLARSSL_X509_MAX_INTERMEDIATE_CA
 | 
			
		||||
my $known_ok = qr/mpi_write_hlp|x509_crt_verify_child/;
 | 
			
		||||
 | 
			
		||||
my $cur_name;
 | 
			
		||||
my $inside;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user