|
@@ -214,16 +214,16 @@ certificateVerification_verify(void *verificationContext,
|
|
|
mbedtls_x509_crt remoteCertificate;
|
|
|
|
|
|
|
|
|
- mbedtls_x509_crt *tempCert;
|
|
|
+ mbedtls_x509_crt *tempCert = NULL;
|
|
|
|
|
|
|
|
|
- mbedtls_x509_crl *tempCrl;
|
|
|
+ mbedtls_x509_crl *tempCrl = NULL;
|
|
|
|
|
|
|
|
|
- mbedtls_x509_crt *parentCert;
|
|
|
+ mbedtls_x509_crt *parentCert = NULL;
|
|
|
|
|
|
|
|
|
- mbedtls_x509_crt *parentCert_2;
|
|
|
+ mbedtls_x509_crt *parentCert_2 = NULL;
|
|
|
|
|
|
|
|
|
int issuerKnown = 0;
|