Skip to content

Commit c2927e7

Browse files
authored
Merge pull request #44 from danielinux/alt-cert-chains
Spelling of WOLFSSL_ALT_CERT_CHAINS
2 parents c78f647 + 3f145ad commit c2927e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfSSL/src/chapter02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Turns on build for SHA3 use. This is support for SHA3 Keccak for the sizes SHA3-
592592
593593
Will choose a hash algorithm that matches the ephemeral ECDHE key size or the next highest available. This workaround resolves issues with some peers that do not properly support scenarios such as a P-256 key hashed with SHA512.
594594
595-
#### WOLFSSL_ALT_CERT_CHAIN
595+
#### WOLFSSL_ALT_CERT_CHAINS
596596
597597
Allows CA's to be presented by peer, but not part of a valid chain. Default wolfSSL behavior is to require validation of all presented peer certificates. This also allows loading intermediate CA's as trusted and ignoring no signer failures for CA's up the chain to root. The alternate certificate chain mode only requires that the peer certificate validate to a trusted CA.
598598

0 commit comments

Comments
 (0)