File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -833,7 +833,6 @@ WOLFSSL_NO_DH186
833833WOLFSSL_NO_DTLS_SIZE_CHECK
834834WOLFSSL_NO_ETM_ALERT
835835WOLFSSL_NO_FENCE
836- WOLFSSL_NO_INIT_CTX_KEY
837836WOLFSSL_NO_ISSUERHASH_TDPEER
838837WOLFSSL_NO_KCAPI_AES_CBC
839838WOLFSSL_NO_KCAPI_HMAC_SHA1
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments