Skip to content

Commit 2a0a5cc

Browse files
committed
Multi-test fixes
1 parent 82b15ef commit 2a0a5cc

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.wolfssl_known_macro_extras

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ WOLFSSL_NO_DH186
833833
WOLFSSL_NO_DTLS_SIZE_CHECK
834834
WOLFSSL_NO_ETM_ALERT
835835
WOLFSSL_NO_FENCE
836-
WOLFSSL_NO_INIT_CTX_KEY
837836
WOLFSSL_NO_ISSUERHASH_TDPEER
838837
WOLFSSL_NO_KCAPI_AES_CBC
839838
WOLFSSL_NO_KCAPI_HMAC_SHA1

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11627,7 +11627,7 @@ static int test_wolfSSL_mcast(void)
1162711627
*----------------------------------------------------------------------------*/
1162811628

1162911629
/*
11630-
* Testing wc_SetAcmeIdentifierExt() round-trip the RFC 8737
11630+
* Testing wc_SetAcmeIdentifierExt() round-trip - the RFC 8737
1163111631
* id-pe-acmeIdentifier (1.3.6.1.5.5.7.1.31) extension used by
1163211632
* TLS-ALPN-01 ACME challenge certs.
1163311633
*/

wolfssl/wolfcrypt/asn_public.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ WOLFSSL_API int wc_SetExtKeyUsage(Cert *cert, const char *value);
635635
* certificates.
636636
*
637637
* keyAuth is the ACME key authorization string (token "." JWK_thumbprint
638-
* per RFC 8555 8.1), as raw bytes keyAuthSz is its byte length.
638+
* per RFC 8555 8.1), as raw bytes - keyAuthSz is its byte length.
639639
* wc_SetAcmeIdentifierExt computes SHA-256 over keyAuth internally and
640640
* stores the digest as the extension value, emitted critical=TRUE per
641641
* RFC 8737 3.

0 commit comments

Comments
 (0)