* Iterate through all DNS entries in connect CLI * Fix socat integration test * Remove OPENSSL_NO_BF for real * Add openssl genpkey cli utility tool * Add stdin support for pkcs8 tool * Fix extension processing order in x509 cli * ML-DSA: Missing Private Key Validation Checks - Update to version 1.66.0: * Add encap/decapKeyCheck support in ACVP * Clarify comments and API behaviour for equal-preference for TLS 1.3 * Add support for external contexts in ML-DSA ACVP * Route ML-DSA ACVP to the right APIs * Add sha1 CLI * Fix openssl comparison tests * tool-openssl: pkcs8 error output on decrypt * Add RSA_X931_PADDING to rsa.h * Blowfish OFB Block Cipher Mode Support * Run ACCP integration tests on aarch64 * Support stdin for openssl rsa tool * Remove rsa expected in test * [tool-openssl] basic asn1parse support * Several CLI Fixes * Implement enc CLI - Update to version 1.65.1: * Adjust image-build-android concurrency group * s_client: Add TLS 1.2 and 1.3 protocol selection flags * Add EVP_bf_cfb64 * Add conversion and traceability for third-party test vectors * Verify size of mlen in ML-DSA external mu mode OBS-URL: https://build.opensuse.org/package/show/security:tls/aws-lc?expand=0&rev=16
16 lines
298 B
Diff
16 lines
298 B
Diff
diff --git a/util/all_tests.json b/util/all_tests.json
|
|
index 9f80db391..60cb87dfc 100644
|
|
--- a/util/all_tests.json
|
|
+++ b/util/all_tests.json
|
|
@@ -150,10 +150,5 @@
|
|
"cmd": [
|
|
"crypto/rwlock_static_init"
|
|
]
|
|
- },
|
|
- {
|
|
- "cmd": [
|
|
- "tool-openssl/tool_openssl_test"
|
|
- ]
|
|
}
|
|
]
|