mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:15:37 +01:00
Fix typos
This commit is contained in:
parent
760c9b91d7
commit
745bcf454f
@ -7,7 +7,7 @@ Security
|
|||||||
mbedtls_ssl_get_verify_result() would incorrectly return 0 when the peer's
|
mbedtls_ssl_get_verify_result() would incorrectly return 0 when the peer's
|
||||||
X.509 certificate chain had more than MBEDTLS_X509_MAX_INTERMEDIATE_CA
|
X.509 certificate chain had more than MBEDTLS_X509_MAX_INTERMEDIATE_CA
|
||||||
(default: 8) intermediates, even when it was not trusted. Could be
|
(default: 8) intermediates, even when it was not trusted. Could be
|
||||||
trigerred remotely on both sides. (With auth_mode set to required
|
triggered remotely on both sides. (With auth_mode set to required
|
||||||
(default), the handshake was correctly aborted.)
|
(default), the handshake was correctly aborted.)
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
These certificates from a very long chain, used to test the
|
These certificates form a very long chain, used to test the
|
||||||
MBEDTLS_X509_MAX_INT_CA limit.
|
MBEDTLS_X509_MAX_INT_CA limit.
|
||||||
|
|
||||||
NN.key is the private key of certificate NN.crt.
|
NN.key is the private key of certificate NN.crt.
|
||||||
|
Loading…
Reference in New Issue
Block a user