mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Adjust DES exclude lists in test scripts
This commit is contained in:
		
							parent
							
								
									f8dffb3f34
								
							
						
					
					
						commit
						419bd0011f
					
				@ -63,7 +63,7 @@ FILTER=""
 | 
				
			|||||||
# - ARIA: not in default config.h + requires OpenSSL >= 1.1.1
 | 
					# - ARIA: not in default config.h + requires OpenSSL >= 1.1.1
 | 
				
			||||||
# - ChachaPoly: requires OpenSSL >= 1.1.0
 | 
					# - ChachaPoly: requires OpenSSL >= 1.1.0
 | 
				
			||||||
# - 3DES: not in default config
 | 
					# - 3DES: not in default config
 | 
				
			||||||
EXCLUDE='NULL\|DES-CBC-\|RC4\|3DES\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
 | 
					EXCLUDE='NULL\|DES\|RC4\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
 | 
				
			||||||
VERBOSE=""
 | 
					VERBOSE=""
 | 
				
			||||||
MEMCHECK=0
 | 
					MEMCHECK=0
 | 
				
			||||||
PEERS="OpenSSL$PEER_GNUTLS mbedTLS"
 | 
					PEERS="OpenSSL$PEER_GNUTLS mbedTLS"
 | 
				
			||||||
 | 
				
			|||||||
@ -731,7 +731,7 @@ component_test_full_cmake_clang () {
 | 
				
			|||||||
    if_build_succeeded tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
 | 
					    if_build_succeeded tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    msg "test: compat.sh RC4, DES, 3DES & NULL (full config)" # ~ 2 min
 | 
					    msg "test: compat.sh RC4, DES, 3DES & NULL (full config)" # ~ 2 min
 | 
				
			||||||
    if_build_succeeded env OPENSSL_CMD="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -e 'DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR'
 | 
					    if_build_succeeded env OPENSSL_CMD="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -e '^$' -f 'NULL\|DES\|RC4\|ARCFOUR'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    msg "test: compat.sh ARIA + ChachaPoly"
 | 
					    msg "test: compat.sh ARIA + ChachaPoly"
 | 
				
			||||||
    if_build_succeeded env OPENSSL_CMD="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
 | 
					    if_build_succeeded env OPENSSL_CMD="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
 | 
				
			||||||
 | 
				
			|||||||
@ -91,7 +91,7 @@ OPENSSL_CMD="$OPENSSL_LEGACY"                               \
 | 
				
			|||||||
OPENSSL_CMD="$OPENSSL_LEGACY"                                       \
 | 
					OPENSSL_CMD="$OPENSSL_LEGACY"                                       \
 | 
				
			||||||
    GNUTLS_CLI="$GNUTLS_LEGACY_CLI"                                 \
 | 
					    GNUTLS_CLI="$GNUTLS_LEGACY_CLI"                                 \
 | 
				
			||||||
    GNUTLS_SERV="$GNUTLS_LEGACY_SERV"                               \
 | 
					    GNUTLS_SERV="$GNUTLS_LEGACY_SERV"                               \
 | 
				
			||||||
    sh compat.sh -e 'DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR' |       \
 | 
					    sh compat.sh -e '^$' -f 'NULL\|DES\|RC4\|ARCFOUR' |             \
 | 
				
			||||||
    tee -a compat-test-$TEST_OUTPUT
 | 
					    tee -a compat-test-$TEST_OUTPUT
 | 
				
			||||||
OPENSSL_CMD="$OPENSSL_NEXT"                     \
 | 
					OPENSSL_CMD="$OPENSSL_NEXT"                     \
 | 
				
			||||||
    sh compat.sh -e '^$' -f 'ARIA\|CHACHA' |    \
 | 
					    sh compat.sh -e '^$' -f 'ARIA\|CHACHA' |    \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user