mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Rename variable as it is not a regex
This commit is contained in:
		@@ -7004,8 +7004,8 @@ starttls_nntp_dialog() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
starttls_postgres_dialog() {
 | 
					starttls_postgres_dialog() {
 | 
				
			||||||
     debugme echo "=== starting postgres STARTTLS dialog ==="
 | 
					     debugme echo "=== starting postgres STARTTLS dialog ==="
 | 
				
			||||||
     local reINITTLS="\x00\x00\x00\x08\x04\xD2\x16\x2F"
 | 
					     local init_tls="\x00\x00\x00\x08\x04\xD2\x16\x2F"
 | 
				
			||||||
     starttls_just_send "${reINITTLS}"                     && debugme echo "initiated STARTTLS" &&
 | 
					     starttls_just_send "${init_tls}"                      && debugme echo "initiated STARTTLS" &&
 | 
				
			||||||
     starttls_full_read '' '' 'S'                          && debugme echo "received ack for STARTTLS"
 | 
					     starttls_full_read '' '' 'S'                          && debugme echo "received ack for STARTTLS"
 | 
				
			||||||
     local ret=$?
 | 
					     local ret=$?
 | 
				
			||||||
     debugme echo "=== finished postgres STARTTLS dialog with ${ret} ==="
 | 
					     debugme echo "=== finished postgres STARTTLS dialog with ${ret} ==="
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user