Skip to content

Commit

Permalink
doc: use sentence case for X509 error codes header
Browse files Browse the repository at this point in the history
Refs: #33889

PR-URL: #41829
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and danielleadams committed Mar 3, 2022
1 parent 733e25e commit 7e706e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -369,7 +369,7 @@ The first three are enabled by default. The two `CCM`-based suites are supported
by TLSv1.3 because they may be more performant on constrained systems, but they
are not enabled by default since they offer less security.

## X509 Certificate Error codes
## X509 certificate error codes

Multiple functions can fail due to certificate errors that are reported by
OpenSSL. In such a case, the function provides an {Error} via its callback that
Expand Down

0 comments on commit 7e706e8

Please sign in to comment.