commit | 78df7fcc8c7214415978500dfbc2b4f9476686cd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 05 13:22:59 2018 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 05 13:46:08 2018 +0100 |
tree | a3996035d05d2f44108ee83ae03573cc1122b222 | |
parent | fb3946a7f9c18e514f51610ad7dc55d86e637713 [diff] [blame] |
Fix some comment typos
diff --git a/library/x509_crt.c b/library/x509_crt.c index fcc9579..18bc87c 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -1614,7 +1614,8 @@ } /* - * Check that the given certificate is valid according to the CRL. + * Check that the given certificate is not revoked according to the CRL. + * Skip validation if no CRL for the given CA is present. */ static int x509_crt_verifycrl( mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, mbedtls_x509_crl *crl_list,