mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 17:40:50 +02:00
Multi-test fixes
This commit is contained in:
@@ -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
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user