Multi-test fixes

This commit is contained in:
Lealem Amedie
2026-04-28 13:25:14 -06:00
parent 82b15efebc
commit 2a0a5cc610
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -833,7 +833,6 @@ WOLFSSL_NO_DH186
WOLFSSL_NO_DTLS_SIZE_CHECK
WOLFSSL_NO_ETM_ALERT
WOLFSSL_NO_FENCE
WOLFSSL_NO_INIT_CTX_KEY
WOLFSSL_NO_ISSUERHASH_TDPEER
WOLFSSL_NO_KCAPI_AES_CBC
WOLFSSL_NO_KCAPI_HMAC_SHA1
+1 -1
View File
@@ -11627,7 +11627,7 @@ static int test_wolfSSL_mcast(void)
*----------------------------------------------------------------------------*/
/*
* Testing wc_SetAcmeIdentifierExt() round-trip the RFC 8737
* Testing wc_SetAcmeIdentifierExt() round-trip - the RFC 8737
* id-pe-acmeIdentifier (1.3.6.1.5.5.7.1.31) extension used by
* TLS-ALPN-01 ACME challenge certs.
*/
+1 -1
View File
@@ -635,7 +635,7 @@ WOLFSSL_API int wc_SetExtKeyUsage(Cert *cert, const char *value);
* certificates.
*
* keyAuth is the ACME key authorization string (token "." JWK_thumbprint
* per RFC 8555 8.1), as raw bytes keyAuthSz is its byte length.
* per RFC 8555 8.1), as raw bytes - keyAuthSz is its byte length.
* wc_SetAcmeIdentifierExt computes SHA-256 over keyAuth internally and
* stores the digest as the extension value, emitted critical=TRUE per
* RFC 8737 3.