mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Merge branch 'https_rr-3.3dev' of github.com:testssl/testssl.sh into https_rr-3.3dev
This commit is contained in:
		| @@ -63,11 +63,14 @@ $cat_csv      =~ s/AEAD-CHACHA20-POLY1305-SHA256/TLS_CHACHA20_POLY1305_SHA256/g; | ||||
| $cat_csv      =~ s/ECDH 253/ECDH 256/g; | ||||
| $baseline_csv =~ s/ECDH 253/ECDH 256/g; | ||||
|  | ||||
|  | ||||
| # this could contain the openssl path | ||||
| $cat_csv      =~ s/"engine_problem.*\n//g; | ||||
| $baseline_csv =~ s/"engine_problem.*\n//g; | ||||
|  | ||||
| # QUIC gives different results on different platforms | ||||
| $cat_csv      =~ s/"QUIC.*\n//g; | ||||
| $baseline_csv =~ s/"QUIC.*\n//g; | ||||
|  | ||||
| $diff = diff \$cat_csv, \$baseline_csv; | ||||
|  | ||||
| # Compare the differences to the baseline file -- and print differences if there were detected. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk