mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Test suite: Update for OpenSSL 3.x
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
| spawn openssl s_client -quiet -connect 127.0.0.1:6790 | spawn openssl s_client -quiet -connect 127.0.0.1:6790 | ||||||
| expect { | expect { | ||||||
|         timeout { exit 1 } |         timeout { exit 1 } | ||||||
|         "*CN = my.first.domain.tld" |         "*CN*=*my.first.domain.tld" | ||||||
| } | } | ||||||
|  |  | ||||||
| sleep 2 | sleep 2 | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
| spawn openssl s_client -quiet -connect 127.0.0.1:6790 | spawn openssl s_client -quiet -connect 127.0.0.1:6790 | ||||||
| expect { | expect { | ||||||
|         timeout { exit 1 } |         timeout { exit 1 } | ||||||
|         "*CN = my.second.domain.tld" |         "*CN*=*my.second.domain.tld" | ||||||
| } | } | ||||||
|  |  | ||||||
| sleep 2 | sleep 2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton