mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Allow x509_crt_verify_child() in recursion.pl
This commit is contained in:
		
							parent
							
								
									fd6c85c3eb
								
							
						
					
					
						commit
						10c44d767d
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user