mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 15:15:41 +01:00
7c5fbbeec0
The previous tests used 100 parallel workers which for EC certificates leads to a memory usage of more than 1Mb, hence leading to an out of memory condition in tests using the memory buffer allocator which has a pool of 1Mb. Use 25 workers but an increased number of iterations per worker instead.
20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
X509 CRT concurrent verification #1 (RSA cert, RSA CA)
|
|
depends_on:MBEDTLS_PEM_PARSE_C:MBEDTLS_RSA_C:MBEDTLS_ECDSA_C:MBEDTLS_ECP_DP_SECP192R1_ENABLED:MBEDTLS_RSA_C:MBEDTLS_PKCS1_V15:MBEDTLS_SHA1_C
|
|
x509_verify_thread:"data_files/server1.crt":"data_files/test-ca.crt":0:0:25:50
|
|
|
|
X509 CRT concurrent verification #2 (EC cert, RSA CA)
|
|
depends_on:MBEDTLS_PEM_PARSE_C:MBEDTLS_RSA_C:MBEDTLS_ECDSA_C:MBEDTLS_ECP_DP_SECP192R1_ENABLED:MBEDTLS_RSA_C:MBEDTLS_PKCS1_V15:MBEDTLS_SHA1_C
|
|
x509_verify_thread:"data_files/server3.crt":"data_files/test-ca.crt":0:0:25:50
|
|
|
|
X509 CRT concurrent verification #3 (RSA cert, EC CA)
|
|
depends_on:MBEDTLS_PEM_PARSE_C:MBEDTLS_RSA_C:MBEDTLS_ECDSA_C:MBEDTLS_SHA256_C:MBEDTLS_ECP_DP_SECP256R1_ENABLED:MBEDTLS_RSA_C:MBEDTLS_PKCS1_V15:MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
|
x509_verify_thread:"data_files/server4.crt":"data_files/test-ca2.crt":0:0:25:50
|
|
|
|
X509 CRT concurrent verification #4 (EC cert, EC CA)
|
|
depends_on:MBEDTLS_PEM_PARSE_C:MBEDTLS_ECDSA_C:MBEDTLS_SHA256_C:MBEDTLS_ECP_DP_SECP256R1_ENABLED:MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
|
x509_verify_thread:"data_files/server5.crt":"data_files/test-ca2.crt":0:0:25:50
|
|
|
|
X509 CRT concurrent verification #5 (RSA cert, RSA CA, RSASSA-PSS)
|
|
depends_on:MBEDTLS_PEM_PARSE_C:MBEDTLS_X509_RSASSA_PSS_SUPPORT:MBEDTLS_SHA1_C
|
|
x509_verify_thread:"data_files/server9-with-ca.crt":"data_files/test-ca.crt":0:0:25:50
|