Searched refs:caCert3 (Results 1 – 4 of 4) sorted by relevance
181 private static final byte[] caCert3 = Base64 field in X509LDAPCertStoreTest278 .generateCertificate(new ByteArrayInputStream(caCert3)); in certStoretest()393 .generateCertificate(new ByteArrayInputStream(caCert3)); in x509StoreTest()
189 const char* const caCert3 = "../../../certs/ca-cert.pem";219 if (SSL_CTX_load_verify_locations(ctx, caCert3, 0) != SSL_SUCCESS)
189 const char* const caCert3 = "../../../certs/ca-cert.pem"; variable219 if (SSL_CTX_load_verify_locations(ctx, caCert3, 0) != SSL_SUCCESS) in store_ca()